On 10/28/2020 1:53 PM, Greg Harris wrote:
cp -R /var/lib/BackupPC /BackupDriveLoc

I like to use rsync for that kind of thing. If anything goes wrong, I can resume the copy in the middle. Something like:

rsync -av /var/lib/BackupPC/ /BackupDriveLoc/

(The trailing slashes are important, to ensure that the paths represent the top directories to be copied from and to.)




_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to