mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-05 16:12:32 +00:00
added copy_dirlinks
This commit is contained in:
parent
dc93af01aa
commit
319681e7eb
@ -1,10 +1,11 @@
|
||||
??-??-????:
|
||||
enhancement: add rsync options:
|
||||
"chown",
|
||||
"copy_dirlinks",
|
||||
"existing",
|
||||
"omit-dir-times",
|
||||
"omit-dir-times"
|
||||
"omit-link-times"
|
||||
"omit_dir_times",
|
||||
"omit_dir_times"
|
||||
"omit_link_times"
|
||||
change: compatible with Lua5.3 (along with 5.1 and 5.2)
|
||||
change: _verbatim forced for 'exitcodes' entry.
|
||||
change: manpage is not rebuild by default.
|
||||
|
@ -59,6 +59,7 @@ rsync.checkgauge = {
|
||||
checksum = true,
|
||||
chown = true,
|
||||
compress = true,
|
||||
copy_dirlinks = true,
|
||||
copy_links = true,
|
||||
cvs_exclude = true,
|
||||
dry_run = true,
|
||||
@ -416,6 +417,7 @@ rsync.prepare =
|
||||
acls = 'A',
|
||||
checksum = 'c',
|
||||
compress = 'z',
|
||||
copy_dirlinks = 'k',
|
||||
copy_links = 'L',
|
||||
cvs_exclude = 'C',
|
||||
dry_run = 'n',
|
||||
|
Loading…
Reference in New Issue
Block a user