excluded_files.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Exclusions can be passed via the command line option ‐‐exclude.
  2. # When used from within a shell the patterns should be quoted to
  3. # protect them from expansion. The ‐‐exclude‐from option permits
  4. # loading exclusion patterns from a text file with one pattern per
  5. # line. Lines empty or starting with the number sign (â#â) after
  6. # removing whitespace on both ends are ignored. The optional style
  7. # selector prefix is also supported for patterns loaded from a
  8. # file. Due to whitespace removal paths with whitespace at the be‐
  9. # ginning or end can only be excluded using regular expressions.
  10. # To test your exclusion patterns without performing an actual
  11. # backup you can run borg create ‐‐list ‐‐dry‐run ...
  12. # Page 66 Borg Documentation, Release 1.2.0a8.dev181
  13. *cache*
  14. *Cache*
  15. *Microsoft*
  16. *Steam*
  17. *.pyc
  18. */.steam/*
  19. */flatpak/*
  20. */docker/*
  21. */node_modules/*
  22. *Trash*
  23. /home/*/.thumbnails/
  24. /home/*/.local/
  25. /home/*/.var/
  26. /home/*/.mozilla/firefox/**/datareporting/
  27. # you should backup compressed items separately with zstd 1
  28. /home/*/Sync/
  29. /home/*/Torrents/
  30. /home/*/Videos/
  31. /home/*/Games/
  32. /home/**/SteamLibrary/
  33. # exclude-home.rc
  34. /home/*/.mozilla/firefox/**/cache/morgue/
  35. /home/*/Downloads/big_files/
  36. /home/**/Guild Wars 2/Gw2.dat
  37. /home/*/.local/share/torbrowser/
  38. #/home/*/.local/share/Trash/
  39. /home/*/.nv/*Cache/
  40. /home/*/Videos/
  41. /home/*/Music/
  42. # end exclude-home.rcs