Linux.com

Instant backups with smbmount and grsync

Posted by: Anonymous [ip: 146.114.69.57] on August 01, 2007 05:33 PM
Why not just use rsync to copy to the remote machine?
rsync --verbose --progress --recursive --times --perms --compress --delete /home/dmpop/.mozilla [username]@[server]:/home/dmpop/smbshare/backup/

Even better, use an RSA key to automate the credentials.

#

Return to Instant backups with smbmount and grsync