omit-[dir/links]-times

This commit is contained in:
Axel Kittenberger 2016-05-04 11:25:40 +02:00
parent 0b9297b790
commit abc2a509f6
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
??-??-????:
enhancement: add rsync options: "omit-dir-times" and "omit-link-times"
change: _verbatim forced for 'exitcodes' entry.
15-10-2015: 2.1.6

View File

@ -71,6 +71,8 @@ rsync.checkgauge = {
keep_dirlinks = true,
links = true,
one_file_system = true,
omit_dir_times = true,
omit_link_times = true,
owner = true,
password_file = true,
perms = true,
@ -425,6 +427,8 @@ rsync.prepare =
keep_dirlinks = 'K',
links = 'l',
one_file_system = 'x',
omit_dir_times = 'O',
omit_link_times = 'J',
owner = 'o',
perms = 'p',
protect_args = 's',