I've been using rclone for a long time to backup to pcloud. Today, I was playing around with it, and it seems like excludes aren't working for me. I distilled it down to a trivial, entirely local example. I've tried many variations on the source path, like absolute and relative running while in my home directory, and exclude definition, like including a slash in the front. It seems to always wants to copy the file. I hope and fear that I am just doing something stupid! TIA.
What is the problem you are having with rclone?
The exclude option doesn’t appear to be working.
Run the command 'rclone version' and share the full output of the command.
% rclone --version
rclone v1.71.0
- os/version: fedora 42 (64 bit)
- os/kernel: 6.16.9-200.fc42.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.6
- go/linking: dynamic
- go/tags: none                                                                                       
Which cloud storage system are you using? (eg Google Drive)
The example is all local.
The command you were trying to run (eg rclone copy /tmp remote:tmp)
> /bin/rclone copy ./Dropbox/Mitchell.gpx ~/test --exclude "Dropbox/**" -vvv --dump filters --ignore-case
2025/10/03 12:00:51 NOTICE: Automatically setting -vv as --dump is enabled
--- start filters ---
--- File filter rules ---
- (?i)(^|/)Dropbox/.*$
--- Directory filter rules ---
- (?i)(^|/)Dropbox/.*$
--- end filters ---
2025/10/03 12:00:51 DEBUG : rclone: Version "v1.71.0" starting with parameters ["/bin/rclone" "copy" "./Dropbox/Mitchell.gpx" "/home/reid/test" "--exclude" "Dropbox/**" "-vvv" "--dump" "filters" "--ignore-case"]
2025/10/03 12:00:51 DEBUG : Creating backend with remote "./Dropbox/Mitchell.gpx"
2025/10/03 12:00:51 DEBUG : Using config file from "/home/reid/.config/rclone/rclone.conf"
2025/10/03 12:00:51 DEBUG : fs cache: renaming child cache item "./Dropbox/Mitchell.gpx" to be canonical for parent "/home/reid/Dropbox"
2025/10/03 12:00:51 DEBUG : Creating backend with remote "/home/reid/test"
2025/10/03 12:00:51 DEBUG : Mitchell.gpx: Size and modification time the same (differ by 0s, within tolerance 1ns)
2025/10/03 12:00:51 DEBUG : Mitchell.gpx: Unchanged skipping
2025/10/03 12:00:51 INFO  :
Transferred:              0 B / 0 B, -, 0 B/s, ETA -
Elapsed time:         0.0s
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
> rclone config redacted                                                                                               ~12:00PM
[google_drive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
root_folder_id = XXX
[pcloud]
type = pcloud
client_id =
client_secret =
token = XXX
### Double check the config for sensitive info before posting publicly