Displaying 1 result from an estimated 1 matches for "morework".
Did you mean:
homework
2006 Dec 11
3
rsync /somedir work@backups::somearchive/ gets stuck in huge maildirs, rsync /somedir root@backups:/some/path/ works
...host "backup":
-rw-r--r-- 1 root root 5596 Dec 9 15:40 rsyncdaemon.strace
-rw-r--r-- 1 root root 26039248 Dec 9 15:43 rsyncdaemon.strace.13629
-rw-r--r-- 1 root root 960396 Dec 9 15:43 rsyncdaemon.strace.13682
2) at 15:40, i started the rsync client on rsyncclient host "morework":
strace -ff -o rsyncclient.strace rsync --rsync-path=/root/rsync-debug \
--port 5678\
--timeout=600 -avz --numeric-ids --delete \
--password-file=/etc/rsyncd.work \
/home/xxy work@backups::work/home/xxy/ \
2> /root/rsyncdebug.err >> /root/rsyncdebug...