mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-13 06:00:40 +02:00
fix backup path
This commit is contained in:
parent
d819f50608
commit
109c48e5a2
@ -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:
|
||||||
"*":
|
"*":
|
||||||
|
Loading…
Reference in New Issue
Block a user