mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-08 09:18:30 +00:00
added --existing
This commit is contained in:
parent
aaae8f4083
commit
d5957200a2
@ -63,6 +63,7 @@ rsync.checkgauge = {
|
|||||||
cvs_exclude = true,
|
cvs_exclude = true,
|
||||||
dry_run = true,
|
dry_run = true,
|
||||||
executability = true,
|
executability = true,
|
||||||
|
existing = true,
|
||||||
group = true,
|
group = true,
|
||||||
hard_links = true,
|
hard_links = true,
|
||||||
ignore_times = true,
|
ignore_times = true,
|
||||||
@ -493,6 +494,12 @@ rsync.prepare =
|
|||||||
computedN = computedN + 1
|
computedN = computedN + 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if crsync.existing
|
||||||
|
then
|
||||||
|
computed[ computedN ] = '--existing'
|
||||||
|
computedN = computedN + 1
|
||||||
|
end
|
||||||
|
|
||||||
if crsync.inplace
|
if crsync.inplace
|
||||||
then
|
then
|
||||||
computed[ computedN ] = '--inplace'
|
computed[ computedN ] = '--inplace'
|
||||||
|
Loading…
Reference in New Issue
Block a user