fix --compression=lz4
This commit is contained in:
parent
88cb299e03
commit
fbcc00b070
|
|
@ -56,7 +56,7 @@ exclude() {
|
|||
# Backup the most important directories into an archive named after
|
||||
# the machine this script is currently running on:
|
||||
|
||||
borg_command=("create" "--verbose" "--filter=AME" "--list" "--stats" "--show-rc" "--compression lz4" "--exclude-caches")
|
||||
borg_command=("create" "--verbose" "--filter=AME" "--list" "--stats" "--show-rc" "--compression=lz4" "--exclude-caches")
|
||||
borg_command+=($(exclude))
|
||||
borg_command+=("::backup-{hostname}-{now}" "${BORG_TARGETS[@]}")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue