From d5957200a2abca5b9bf2bfd512bc06db0a87095a Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Mon, 28 Nov 2016 11:20:12 +0100 Subject: [PATCH] added --existing --- default-rsync.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default-rsync.lua b/default-rsync.lua index 0af6acd..e8602ab 100644 --- a/default-rsync.lua +++ b/default-rsync.lua @@ -63,6 +63,7 @@ rsync.checkgauge = { cvs_exclude = true, dry_run = true, executability = true, + existing = true, group = true, hard_links = true, ignore_times = true, @@ -492,6 +493,12 @@ rsync.prepare = computed[ computedN ] = '--chown=' .. crsync.chown computedN = computedN + 1 end + + if crsync.existing + then + computed[ computedN ] = '--existing' + computedN = computedN + 1 + end if crsync.inplace then