From 0bd96396842d26af63dd2c0cf64dbde154e2df5d Mon Sep 17 00:00:00 2001 From: Matthew Bloch Date: Mon, 9 Nov 2015 10:17:42 +0000 Subject: Added --delete-excluded to rsync flags, otherwise fiddling with the /etc/byteback/excludes file between runs can stop your next backup completing. --- bin/byteback-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/byteback-backup b/bin/byteback-backup index d74e7d7..0a50909 100755 --- a/bin/byteback-backup +++ b/bin/byteback-backup @@ -55,7 +55,7 @@ def rsync(*sources) # without jeopardising the timing of the next backup run. # # - args = %w( rsync --archive --numeric-ids --delete-during --inplace --relative ) + args = %w( rsync --archive --numeric-ids --delete-excluded --delete-during --inplace --relative ) # # Add on the I/O-timeout -- cgit v1.2.1