Use backup-fs-from-directory instead of backup-directory
This commit is contained in:
parent
bfea9abb5f
commit
b753ba14cc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function main() {
|
||||||
file_env RESTIC_MONTHS_TO_KEEP 12
|
file_env RESTIC_MONTHS_TO_KEEP 12
|
||||||
|
|
||||||
backup-db-dump
|
backup-db-dump
|
||||||
backup-directory "/media"
|
backup-fs-from-directory "/media"
|
||||||
}
|
}
|
||||||
|
|
||||||
source /usr/local/lib/functions.sh
|
source /usr/local/lib/functions.sh
|
||||||
|
|
Loading…
Reference in a new issue