l3uddz / cloudplow

Automatic rclone remote uploader, with support for multiple remote/folder pairings. UnionFS Cleaner functionality: Deletion of UnionFS whiteout files and their corresponding files on rclone remotes. Automatic remote syncer: Sync between different remotes via a Scaleway server instance, that is created and destroyed at every sync.
GNU General Public License v3.0
338 stars 48 forks source link

Add inotify #97

Closed efanibi25 closed 2 years ago

efanibi25 commented 3 years ago

Adds inotify as a alternative to checking for specific file size

current options remain However, now if the user wants to the can specify the check_interval for an upload remote as "inotify"

This will check the folder every second for file changes, when a event is detected. Will wait until the file operation has completed

saltydk commented 2 years ago

Any chance you could rebase this against develop?

efanibi25 commented 2 years ago

Yes I can try to do that at some point

I'm guessing rebase would mean to update the code. So that it works with the new changes in that branch