Just reactivated my MEGA account and trying to setup a sync. Here's my current filter:
# rclone filter for /home
+ Desktop/**
+ Documents/**
+ Development/**
+ Downloads/**
+ Pictures/**
+ Saved Games/**
- .cache/**
- .config/Code/**
- .config/FreeTube/**
- .config/obsidian/**
- .config/vivaldi/**
+ .config/**
+ .gnupg/**
- .local/share/Steam/**
- .local/state
+ .local/**
- TripleA/**
- Videos/**
# global catch-alls
- *
- .*
Running the command
rclone -v sync $HOME mega:/ --filter-from=$HOME/.config/rclone/rclone_home.conf --dry-run
the exclusions that are not countered anywhere (like TripleA and Videos) are working, but the others are not. I've tried reversing the order (putting the exclusions after the inclusions), with no success. I've done this before with rsync
successfully, so I'm not sure what I'm doing wrong here.