rclone/rclone
View on GitHubvfs: add ability to exclude files from being uploaded (eg for temporary files)
Open
#2,109 opened on Feb 28, 2018
VFS / mountenhancementfilteringhelp wanted
Repository metrics
- Stars
- (57,185 stars)
- PR merge metrics
- (Avg merge 32d 20h) (23 merged PRs in 30d)
Description
Issue 1: rclone uploads ~partial files (which are not ready yet) and I want rclone mount to "ignore" these files and NOT uploading them to the cloud Issue 2: I want rclone to ignore whole directories to NOT upload to it's mount. ie, .grab directories that Plex DVR creates.
I've tried --exclude and couldn't get it to work as expect (or at all) rclone mount does not respect exclude parameters
Thanks!