mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-23 07:08:33 +00:00
fixing files with only ] as special char in their name
This commit is contained in:
parent
60d84c3ea1
commit
315379072c
@ -1,6 +1,11 @@
|
|||||||
??-??-????:
|
??-??-????:
|
||||||
enhancement: add rsync options: "omit-dir-times" and "omit-link-times"
|
enhancement: add rsync options:
|
||||||
|
"omit-dir-times"
|
||||||
|
"omit-link-times"
|
||||||
change: _verbatim forced for 'exitcodes' entry.
|
change: _verbatim forced for 'exitcodes' entry.
|
||||||
|
fix: ']' is not escaped for rsync rules, since rsync only applies
|
||||||
|
doesn't applie pattern matching if no other pattern chars
|
||||||
|
are found.
|
||||||
|
|
||||||
15-10-2015: 2.1.6
|
15-10-2015: 2.1.6
|
||||||
enhancement: Lsyncd now locks its pidfile
|
enhancement: Lsyncd now locks its pidfile
|
||||||
|
@ -122,8 +122,7 @@ rsync.action = function( inlet )
|
|||||||
return p:
|
return p:
|
||||||
gsub( '%?', '\\?' ):
|
gsub( '%?', '\\?' ):
|
||||||
gsub( '%*', '\\*' ):
|
gsub( '%*', '\\*' ):
|
||||||
gsub( '%[', '\\[' ):
|
gsub( '%[', '\\[' )
|
||||||
gsub( '%]', '\\]' )
|
|
||||||
end
|
end
|
||||||
|
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user