Changes between Version 3 and Version 4 of bdsync
- Timestamp:
- Dec 18, 2014, 4:42:41 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
bdsync
v3 v4 72 72 73 73 Running via ionice ensures that it doesn't kill all disk i/o on the machine. 74 74 {{{ 75 75 ionice -c 2 -n 7 bdsync "ssh bdsync@$TARGETSERVER.mayfirst.org bdsync --server" $LOCDEV $REMDEV | gzip > DEV.bdsync.gz 76 }}} 76 77 77 78 If you have problems, check syslog on the target server.