search for: dest_____ip

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

2017 Aug 23
2
rsync got stuck
...4.04 SOURCE MACHINE ============== $ sudo ps -fe | grep rsync abc 3794 3793 0 01:12 ? 00:00:00 /bin/sh -c flock -xn /tmp/LOCKFILE -c "/usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude=\"/.*\" /SRC_PATH/ DEST_____IP:/DEST_PATH/" abc 3795 3794 0 01:12 ? 00:00:00 flock -xn /tmp/LOCKFILE -c /usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude="/.*" /SRC_PATH/ DEST_____IP:/DEST_PATH/ abc 3796 3795 0 01:12 ? 0...
2017 Sep 05
1
rsync got stuck
On 08/30/2017 05:39 PM, Paul Slootman wrote: > On Wed 23 Aug 2017, Vangelis Katsikaros via rsync wrote: > >> abc 3797 3796 0 01:12 ? 00:03:14 /usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude=/.* /SRC_PATH/ DEST_____IP:/DEST_PATH/ > > Try running rsync without the --compress option, that has been the > source of problems in the past. > If you do need compression you could add that at the ssh level. Thanks Paul! I've given it a go, and I'll see how it goes. For reference, regarding the --com...
2017 Aug 30
0
rsync got stuck
On Wed 23 Aug 2017, Vangelis Katsikaros via rsync wrote: > abc 3797 3796 0 01:12 ? 00:03:14 /usr/bin/rsync --compress --compress-level=9 --bwlimit=512k --recursive --delay-updates --quiet --update --exclude=/.* /SRC_PATH/ DEST_____IP:/DEST_PATH/ Try running rsync without the --compress option, that has been the source of problems in the past. If you do need compression you could add that at the ssh level. Paul