rsync with ssh - not working
Posted: 28 Apr 2010, 03:44
I have successfully made my backups with ssh and rsync, to a disk on the server. Now I have changed the Linux on the server to Arch.
It backs up my home to a usb disk on the server.
This is the backup that used to work:
I get a stupid error like this:
rsync: failed to set permissions on "/media/B_disk/Backup/thomas/.VirtualBox/xpti.dat": Operation not supported (95)
If I log in as root I only get Operation not supported (95).
rsync is installed on both ends and I started the daemon om arch. Sure could use some help with this one Gurus
It backs up my home to a usb disk on the server.
This is the backup that used to work:
Code: Select all
rsync --delete -azvv -e ssh /home/thomas thomas@viking60-server:/media/B_disk/BackupI get a stupid error like this:
rsync: failed to set permissions on "/media/B_disk/Backup/thomas/.VirtualBox/xpti.dat": Operation not supported (95)
If I log in as root I only get Operation not supported (95).
rsync is installed on both ends and I started the daemon om arch. Sure could use some help with this one Gurus
) My first strategy was to do a search, once 

