linuxmint / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
2.39k stars 86 forks source link

[FAQ] How to exclude a specific directory name. #222

Open StLeoX opened 1 year ago

StLeoX commented 1 year ago

My requirement is to exclude a specific directory name, like "target". Will the pattern **/target/** exclude all these?

/A/target/**
/A/B/target/**
/C/target/**

If not, please tell me how?