diff options
Diffstat (limited to 'borg-family-0.1/src/etc/confvars')
-rw-r--r-- | borg-family-0.1/src/etc/confvars | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/borg-family-0.1/src/etc/confvars b/borg-family-0.1/src/etc/confvars deleted file mode 100644 index f737648..0000000 --- a/borg-family-0.1/src/etc/confvars +++ /dev/null @@ -1,5 +0,0 @@ -# This file is used by bfenv and bfrun (bash scripts) -borg_init_opts=( -e repokey-blake2 --make-parent-dirs -v ) -borg_check_opts=( --last $((1+$(bfwhat | wc -l) )) -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 |