Displaying 1 result from an estimated 1 matches for "image_201801011401".
Did you mean:
image_201801011400
[Bug 13388] New: Feature request: When deleting files only delete files that are over a certain age.
2018 Apr 17
0
[Bug 13388] New: Feature request: When deleting files only delete files that are over a certain age.
...in their names then a condition can arise at the target server where
one source server's rsync deletes the timestamped files of another source
server's rsync.
Consider this example.
source-server-1
example.html
image_201801011400.gif
source-server-2
example.html
image_201801011401.gif
Suppose the resulting gif file is generated by some local process on the source
server (e.g. an ingestion process).
Using the --update option, whichever source server has the latest example.html
file then that will end up at the target destination.
Unfortunately the same cannot be said for t...