Files

20 lines
807 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
source_directories:
- /mnt/source # 🔍 Source directory inside container (binds to /opt/docker on host)
repositories:
- path: ${BORG_REPO_URL} # 📦 Remote repo path from .env
label: borgbase # 🏷️ Friendly name
storage_quota: 10G # ️ Display-only, helps track usage
one_file_system: true # 🚫 Don't cross into other mounts (e.g., /proc)
exclude_patterns:
- /mnt/source/data/stremthru/imdb # ❌ Temp cache
- /mnt/source/data/stremthru/hashlists # ❌ Torrent hashes
- /mnt/source/data/stremio-server # ❌ Optional exclusion
compression: lz4 # ⚡ Fast + efficient compression
archive_name_format: 'backup-{now:%Y-%m-%d_%H-%M-%S}' # 🧾 Timestamped archive name
keep_weekly: 2 # ✅ Keep 2 most recent weekly archives