search for: avhx

Displaying 3 results from an estimated 3 matches for "avhx".

Did you mean: avh
2008 May 22
2
"Invalid argument" error when moving sockets to backup dir
Local end (receiving): 3.0.2, 3.0.3pre2 Remote end (sending): 2.6.9 Under 3.0.x, rsync sometimes prints an "Invalid argument" error when moving sockets to the backup directory (--backup-dir): rsync: mknod "/backup/machine/../machine-before-4/var/run/audit_events" failed: Invalid argument (22) The problem appears to be that, at least with sockets, keep_backup() is calling
2008 May 16
1
3.0.2: make_bak_dir mkdir ...: File exists (17)
...quot;/backup/server/../server-before-5/var/lib/rpcbind/rpcbind.file" failed: No such file or directory (2) from a script that had worked flawlessly for years under rsync 2.6.x: BKPDIR=server-before-`date +%w` cd /backup rm -rf $BKPDIR mkdir -m 700 $BKPDIR cd /backup/server rsync -avHx --numeric-ids --delete --delete-excluded \ --backup --backup-dir=../$BKPDIR \ --exclude-from=/root/bin/backupserver.excludelist \ root@server:/ . Prior to the script being run, these files had been deleted from the sender side: /var/lib/rpcbind/portmap.file /var/lib/rpcbind/r...
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
...[receiver=3.0.0pre4] rsync: read error: Connection reset by peer (54) rsync error: error in rsync protocol data stream (code 12) at io.c(762) [sender=3.0.0pre4] No data is ever transfered to the server. Now, without the acls, we get a bit further. On the client run: sudo rsync -avHX ~manager/RSYNC_TEST/ server::test-tmp/ Results in this error msg on client: sending incremental file list created directory /RSYNC ./ .DS_Store file_with_ACLs file_with_resource_fork file_with_xattrs file_with_xattrs copy dir_with_ACLS/ macosx_metadata_tes...