Displaying 1 result from an estimated 1 matches for "newbackupdir".
2008 Dec 04
1
rsync Failure
...sues (leads me to
believe that this is not an ssh connection issue).
Command Used:
rsync -vvv -a -e "ssh -i /etc/backup/some_id.rsa" --delete --numeric-
ids --exclude-from=/etc/backup/exclude_list --log-file=/usr/local/bin/
rsync2.log --link-dest=../$LASTBACKUPDIR root@$HOSTNAME:/ $NEWBACKUPDIR
I've added the -vvv and --log-file options while trying to debug this
issue.
Issue:
rsync runs for while, but then it freezes up. Sits in this state for
about 15 minutes until the connection is closed (I'm guessing ssh is
timing out due to inactivity).
Here are some of the exert...