Displaying 2 results from an estimated 2 matches for "avzaxh".
Did you mean:
avzax
2010 Aug 07
2
IO error causing file deletion failure?
Hello List
I've been running this command, with the accompanying error:
[root at mythtv ~]# ssh -t rsync at 192.168.1.40 sudo rsync -avzAXH
--delete-after -e /home/rsync/bin/rsync_ssh /home/
root at 192.168.1.100:/mnt/bigdisk/morgansmachine/home
root at 192.168.1.100's password:
building file list ... rsync: readlink_stat("/home/morgan/.gvfs")
failed: Permission denied (13)
done
morgan/.gconfd/
morgan/.gconfd/saved_state...
2011 Mar 21
0
permissions changed by rsync over nfs?
Hello wonderful rsync
I have a little problem...
I sync a file system with this command:
rsync -avzAXH --filter="-r *.jpg *.opml *.opml.backup *.m3u"
--delete-after --exclude=MP3s /home/Music/ /misc/bigdisk.mythtv.lan/Music
/misc/bigdisk.mythtv.lan is an nfs mount mounted by autofs.
In /etc/auto.misc I have for /misc/bigdisk.mythtv.lan:
bigdisk.mythtv.lan -fstype=nfs4 192.168.1.105:/bigdi...