diff options
-rwxr-xr-x | byteback-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byteback-backup b/byteback-backup index b5050bc..c03ee45 100755 --- a/byteback-backup +++ b/byteback-backup @@ -247,7 +247,7 @@ def rsync(*sources) return $?.exitstatus end -RSYNC_EXIT_STATUSES_TO_RETRY_ON = [10,11,20,21,22,23,24,30] +RSYNC_EXIT_STATUSES_TO_RETRY_ON = [10,11,20,21,22,23,30] # Run the file copy, retrying if necessary # |