blob: 47371954bc7ab5a45221bd478066f5cf55a61ebe (
plain)
1
2
3
4
|
# This file is used by bfenv and bfrun (bash scripts)
borg_init_opts=( -e repokey-blake2 --make-parent-dirs -v )
borg_create_opts=( --one-file-system --compression zstd --exclude-caches --exclude-if-present=NOBACKUPDIR.TAG --keep-exclude-tags --list --filter=AMEi-x --stats --show-rc -v )
quiet=0
|