diff --git a/ChangeLog b/ChangeLog index 034eaba..c2a1b2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/default-rsync.lua b/default-rsync.lua index e8602ab..93f4add 100644 --- a/default-rsync.lua +++ b/default-rsync.lua @@ -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',