rclone/rclone

vfs: add ability to exclude files from being uploaded (eg for temporary files)

Open

#2,109 opened on Feb 28, 2018

View on GitHub
 (44 comments) (31 reactions) (0 assignees)Go (57,185 stars) (5,090 forks)batch import
VFS / mountenhancementfilteringhelp wanted

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!

Contributor guide