mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
omit-[dir/links]-times
This commit is contained in:
parent
0b9297b790
commit
abc2a509f6
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user