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