Skip to content

Instantly share code, notes, and snippets.

@apfelchips
Last active September 20, 2023 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apfelchips/b320cf445002fdd23f6ab1fbe296ac5b to your computer and use it in GitHub Desktop.
Save apfelchips/b320cf445002fdd23f6ab1fbe296ac5b to your computer and use it in GitHub Desktop.
Backup exclusion pattern for Vorta on macOS
# https://github.com/borgbase/vorta
# https://borgbackup.readthedocs.io/en/stable/usage/help.html#borg-help-patterns (no prefix in exclude files)
# https://github.com/borgbase/vorta/issues/907
**/.Spotlight-V100/
**/.TemporaryItems/
**/.DS_Store
**/.cache/
**/.Cache/
**/.caches/
**/.Caches/
**/cache/
**/Cache/
**/caches/
**/Caches/
**/CacheStorage/
**/.trash/
**/.Trash/
**/.trashes/
**/.Trashes/
**/tmp/
**/__pycache__/
**/.venv/
**/Library/Metadata/
**/Library/Assistant/
**/Library/Suggestions/
**/Library/IdentityServices
**/Library/Saved Application State/
**/Library/Application Support/com.apple.spotlight/
**/Library/Calendars/Calendar Cach*
**/Library/*/Steam/
**/Library/*/Signal/
**/.vscode/
**/.local/share/rtx
**/.local/share/cargo
**/.rustup
**/.config/rustup
*.vmwarevm
**/Library/Arduino*/packages/
**/Library/Arduino*/staging/
**/Bitdefender Virus Scanner/antivirus.bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment