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.
Instant backups with smbmount and grsync
Posted by: Anonymous [ip: 146.114.69.57] on August 01, 2007 05:33 PMrsync --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.
#