Fix backup failing
This commit is contained in:
+6
-8
@@ -130,12 +130,11 @@ backup:
|
||||
- duplicity
|
||||
- create
|
||||
- /mnt/backup
|
||||
- /root/.kamado
|
||||
- /root/.ckpool
|
||||
- /root/data
|
||||
mounts:
|
||||
BACKUP: /mnt/backup
|
||||
main: /root/.kamado
|
||||
ckpool: /root/.ckpool
|
||||
main: /root/data/kamado
|
||||
ckpool: /root/data/ckpool
|
||||
restore:
|
||||
type: docker
|
||||
image: compat
|
||||
@@ -145,12 +144,11 @@ backup:
|
||||
- duplicity
|
||||
- restore
|
||||
- /mnt/backup
|
||||
- /root/.kamado
|
||||
- /root/.ckpool
|
||||
- /root/data
|
||||
mounts:
|
||||
BACKUP: /mnt/backup
|
||||
main: /root/.kamado
|
||||
ckpool: /root/.ckpool
|
||||
main: /root/data/kamado
|
||||
ckpool: /root/data/ckpool
|
||||
|
||||
actions:
|
||||
stratum-smoke-test:
|
||||
|
||||
Reference in New Issue
Block a user