Instructions to Copy Local Backup to Google Drive as an additional backup copy. Download GDrive binary # For x64 wget -O gdrive https://drive.google.com/uc?id=1Ej8VgsW5RgK66Btb9p74tSdHMH3p4UNb&export=download # More versions: https://github.com/gdrive-org/gdrive Move and Permissions mv gdrive /usr/sbin/gdrive chmod 755 /usr/sbin/gdrive Authentication process To generate the authentication URL just run: gdrive # The client must paste the link in his […]
Category: Backups
ssh remote key authentication
Instructions for adding ssh pub key on the remote backup server. Replace the USERNAME with the existing username on the remote server, it's not recommended to use the root user. This instructions are only for the backups on the remote server. To Enable remote backup in your CWP.admin go to CWP Settings --> Backup Configuration […]