search for: bacula_backup_dir

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

2011 Dec 07
3
sync prob with big files
...her 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 mounted aus type cifs. My rsync version is rsync version 3.0.7...