From cb70454fbbc1926027227ffb2d6427b2472694ce Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 10 Jul 2014 21:48:29 +0100 Subject: Don't retry if source files vanish --- byteback-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byteback-backup') 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 # -- cgit v1.2.3