lftp icon indicating copy to clipboard operation
lftp copied to clipboard

Add more optional guards against race conditions to mirror

Open MrVoltz opened this issue 1 year ago • 0 comments

Hi, I am using lftp to mirror a data directory of a running application from a remote SFTP server, which means that files can be modified during the mirror operation.

Currently, mirror only detects, when size of the remote file decreases, but doesn't detect when the size increases or the modification time changes. Would it be possible to add those two additional checks under some option?

MrVoltz avatar Mar 26 '23 15:03 MrVoltz