Displaying 1 result from an estimated 1 matches for "server_ro".
Did you mean:
server_rv
2007 Feb 02
1
rsync hangs, leaves defunct process
...rver base directory is mounted there read-only
via NFS. Then we do something like this:
1. Duplicate the contents of yesterday's backup into
/sicherungen/2007/02/02/01.41/
2. Rsync the server directory against that with the following command:
rsync -va --delete --timeout=180 --no-detach /server_ro/
/sicherungen/2007/02/02/01.41/
[I've added the --timeout and --no-detach opitons for testing.]
Now, this usually works for a few days, then rsync hangs, leaving a
defunct process:
root 30729 30695 0 01:55 ? 00:00:02 rsync -va --delete
--timeout=180 --no-detach /server_ro/ /si...