diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-07-10 21:48:29 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-07-10 21:48:29 +0100 |
commit | cb70454fbbc1926027227ffb2d6427b2472694ce (patch) | |
tree | 3c6bdd6c147ff2855a39d426d8164e8b70255958 | |
parent | 492f8d1e0396c0ded9a452396be5246f3a17b07b (diff) |
Don't retry if source files vanish
-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 # |