linuxserver / davos

Web-based FTP automation for Linux servers.
MIT License
166 stars 15 forks source link

Does not sync files changed #38

Open Geekmeleon opened 3 years ago

Geekmeleon commented 3 years ago

Is it possible to pull files after being scanned by the schedule?

For instance.. I have a scheduled job that sees a new file, downloads it, but can't move it yet due to being locked by a process (basically a live log). Not a big deal. However, when the job runs again it does not see any changes made to the file to download and over write the previous version.

Looking to see how to keep syncing modified files.