summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-11-03 14:16:02 +0200
committerSteve Kemp <steve@steve.org.uk>2015-11-03 14:16:02 +0200
commit5fda73de35de273395b6536fa15f065954a2b05a (patch)
tree59d14182078c7a8f40e3e071afabd3495a97d785 /bin
parent786de6b75905bd59aff6f005643f741cf6e20169 (diff)
Update our deletion-handling.
We've switched the default from --delete-after to --delete-during. The intention being that we'll free up space during the rsync run, rather than having to wait until all data has transferred, hoping it will fit before deletion.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/byteback-backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/byteback-backup b/bin/byteback-backup
index 4d1b237..d74e7d7 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-delay --inplace --relative )
+ args = %w( rsync --archive --numeric-ids --delete-during --inplace --relative )
#
# Add on the I/O-timeout