Pre-submission Checks
Feature Description
I have a one way sync triggered by a file watcher that syncs my local documents folder with Nextcloud. Right now, when I change a file in Documents/MyProject/ it triggers a full sync operation for the whole documents folder. The problem is: I have 66.542 total files in my Documents folder, most of them don't change as they are from older code projects and therefore dont need to get checked.
Right now RClone checks a lot of these files before syncing the actually changed file.
Proposed Solution
Add an option to the file watcher, so that It only triggers a sync operation for the directory containing the changed file.
Feature Category
Performance & System
Applicable Platforms / Versions
Mockups / Screenshots
No response
Technical Considerations
No response
Additional Context
No response
Pre-submission Checks
Feature Description
I have a one way sync triggered by a file watcher that syncs my local documents folder with Nextcloud. Right now, when I change a file in Documents/MyProject/ it triggers a full sync operation for the whole documents folder. The problem is: I have 66.542 total files in my Documents folder, most of them don't change as they are from older code projects and therefore dont need to get checked.
Right now RClone checks a lot of these files before syncing the actually changed file.
Proposed Solution
Add an option to the file watcher, so that It only triggers a sync operation for the directory containing the changed file.
Feature Category
Performance & System
Applicable Platforms / Versions
Mockups / Screenshots
No response
Technical Considerations
No response
Additional Context
No response