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 - create
- /mnt/backup - /mnt/backup
# For duplicity, the backup mount point needs to be something other than `/root`, so we default to `/root/data` # For duplicity, the backup mount point needs to be something other than `/root`, so we default to `/root/data`
- /root/data - /root
mounts: 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. # 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. # The value here donates where the mount point will be. The backup drive is mounted to this location.
BACKUP: "/mnt/backup" 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. # The action to execute the backup restore functionality. Details for the keys below are the same as above.
restore: restore:
type: docker type: docker
@ -143,10 +143,10 @@ backup:
- duplicity - duplicity
- restore - restore
- /mnt/backup - /mnt/backup
- /root/data - /root
mounts: mounts:
BACKUP: "/mnt/backup" BACKUP: "/mnt/backup"
main: "/root/data" main: "/root"
migrations: migrations:
from: from:
"*": "*":