fix backup path

This commit is contained in:
Léo Haf 2025-04-29 10:54:29 +02:00
parent d819f50608
commit 109c48e5a2
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

@ -127,12 +127,12 @@ backup:
- create
- /mnt/backup
# For duplicity, the backup mount point needs to be something other than `/root`, so we default to `/root/data`
- /root/data
- /root
mounts:
# BACKUP is the default volume that is used for backups. This is whatever backup drive is mounted to the device, or a network filesystem.
# The value here donates where the mount point will be. The backup drive is mounted to this location.
BACKUP: "/mnt/backup"
main: "/root/data"
main: "/root"
# The action to execute the backup restore functionality. Details for the keys below are the same as above.
restore:
type: docker
@ -143,10 +143,10 @@ backup:
- duplicity
- restore
- /mnt/backup
- /root/data
- /root
mounts:
BACKUP: "/mnt/backup"
main: "/root/data"
main: "/root"
migrations:
from:
"*":