Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more optional guards against race conditions to mirror #697

Open
MrVoltz opened this issue Mar 26, 2023 · 0 comments
Open

Add more optional guards against race conditions to mirror #697

MrVoltz opened this issue Mar 26, 2023 · 0 comments

Comments

@MrVoltz
Copy link

MrVoltz commented Mar 26, 2023

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 MrVoltz changed the title add more optional guards to mirror against race conditions Add more optional guards against race conditions to mirror Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant