Displaying 1 result from an estimated 1 matches for "sicherungen".
Did you mean:
sicherung
2007 Feb 02
1
rsync hangs, leaves defunct process
...39;t been able to track down
for 8+ weeks now.
Situation is as follows: There is a nigthly backup from our main server
to a backup server. The server 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...