search for: kilobytes_per_second

Displaying 1 result from an estimated 1 matches for "kilobytes_per_second".

2011 Dec 07
3
sync prob with big files
...dant bacula backups. If sync is done the Device will be kept at another location too. I do have problems with syncing. rsync is exiting with error-code 1. Sometimes early, sometimes late in progress. This is what I am using in a shell script: rsync --omit-dir-times --size-only -avzAX \ --bwlimit=$KILOBYTES_PER_SECOND --devices --specials --numeric-ids \ --delete $BACULA_BACKUP_DIR $MOUNT_DIR/$SYNC_DIR The bandwidth limit is 2500 kps. Without the limit it was working so far since my boss told me to stop using it this way because he was afraid of rsync taking all the network resources. BTW, both NAS-Devices are...