Skip to main content

Remote RSYNC backup only

Comments

4 comments

  • Alistair Mcintyre

    I believe cPanel still needs to build a full backup file regardless of how you are distributing the backup to your remote server. Rsync, in terms of backups, will stream the entire archive as a file, so the full file still needs to be built, sync'd then removed if you don't want the file retained localy.

    0
  • Daniel Santos

    Sorry, I forgot to mention I was thinking about incremental backups.

    For that, rsync would be on the homedir and a first stage of backup would be around exporting DBs, etc.

    Backuply has a similar way of working. I have that in some servers and it does a local backup of dbs and some more stuff and then rsync to the backup server, along with the data (mails, homedir files, etc), in a incremental way.
    The dbs, and other files, of course, are always backed up but the files are synced.

    This is similar to the way cPanel transfers accounts between cPanel servers, if you select encrypted but not compressed.
    The bulk of the files are rsynced after the account and some stuff being created on the target server.

    0
  • William Del Piero cPanel Staff

    Hi,

     

    Even when using incremental backups with a remote Rsync destination, portions of each account will still be temporarily stored on the local server before being transported to the remote destination. That said, once the initial backup is completed, subsequent backups should consume less local space during processing.

     

    You can find more details in the following article:

     

    Remote backup transport using incremental backups

    0
  • Daniel Santos

    Thanks for  all of your feedback.
    Using Backuply until Cpanel provides a remote only backup.
    Local is never local. A NAS maybe or something like that but I'm not seeing people with multiple terabyte SSDs, doing a really local backup in SSD. Nor is common to see servers with SSDs and 3.5" Hard-disks
    Especially now with NVME.. 

    Remote only with Rsync, for me, is better than NFS as it doesn't come with all the permission issues, etc, a nfs mount brings. Rsync is straight out of the box, easy to configure.

    0

Please sign in to leave a comment.