mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-05 16:12:32 +00:00
added --existing
This commit is contained in:
parent
aaae8f4083
commit
d5957200a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user