Autorestic: Disable eustachius backup
eustachius currently isn't running
This commit is contained in:
parent
1debdb71d8
commit
c213949f6f
1 changed files with 28 additions and 24 deletions
|
@ -68,7 +68,7 @@ in {
|
|||
from: /storage/dataset/docker/dashboard
|
||||
to:
|
||||
- zfs
|
||||
- eustachius
|
||||
# - eustachius
|
||||
cron: '0 4 * * 0' # Every Sunday at 4:00
|
||||
hooks:
|
||||
before:
|
||||
|
@ -79,7 +79,8 @@ in {
|
|||
from: /storage/dataset/docker/dns
|
||||
to:
|
||||
- zfs
|
||||
- eustachius
|
||||
- ssd
|
||||
# - eustachius
|
||||
cron: '0 4 * * 0' # Every Sunday at 4:00
|
||||
hooks:
|
||||
before:
|
||||
|
@ -90,7 +91,7 @@ in {
|
|||
from: /storage/dataset/docker/feed
|
||||
to:
|
||||
- zfs
|
||||
- eustachius
|
||||
# - eustachius
|
||||
cron: '0 4 * * 0' # Every Sunday at 4:00
|
||||
hooks:
|
||||
before:
|
||||
|
@ -102,7 +103,7 @@ in {
|
|||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
# - eustachius
|
||||
cron: '0 4 * * *' # Every Day at 4:00
|
||||
hooks:
|
||||
before:
|
||||
|
@ -113,7 +114,8 @@ in {
|
|||
from: /storage/dataset/docker/media
|
||||
to:
|
||||
- zfs
|
||||
- eustachius
|
||||
- ssd
|
||||
# - eustachius
|
||||
cron: '0 4 * * *' # Every Day at 4:00
|
||||
hooks:
|
||||
before:
|
||||
|
@ -124,7 +126,8 @@ in {
|
|||
from: /storage/dataset/docker/nextcloud
|
||||
to:
|
||||
- zfs
|
||||
- eustachius
|
||||
- ssd
|
||||
# - eustachius
|
||||
cron: '0 4 * * *' # Every Day at 4:00
|
||||
hooks:
|
||||
before:
|
||||
|
@ -135,7 +138,7 @@ in {
|
|||
from: /storage/dataset/docker/smarthome
|
||||
to:
|
||||
- zfs
|
||||
- eustachius
|
||||
# - eustachius
|
||||
cron: '0 4 * * 0' # Every Sunday at 4:00
|
||||
hooks:
|
||||
before:
|
||||
|
@ -147,7 +150,7 @@ in {
|
|||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
# - eustachius
|
||||
cron: '0 4 * * *' # Every Day at 4:00
|
||||
hooks:
|
||||
before:
|
||||
|
@ -158,23 +161,23 @@ in {
|
|||
from: /storage/dataset/docker/matrix
|
||||
to:
|
||||
- zfs
|
||||
- eustachius
|
||||
# - eustachius
|
||||
cron: '0 4 * * 0' # Every Sunday at 4:00
|
||||
hooks:
|
||||
before:
|
||||
- arion -f ${arionPath}/matrix/arion-compose.nix -p ${arionPath}/matrix/arion-pkgs.nix stop
|
||||
after:
|
||||
- arion -f ${arionPath}/matrix/arion-compose.nix -p ${arionPath}/matrix/arion-pkgs.nix start
|
||||
music:
|
||||
from: /storage/dataset/data/media/music
|
||||
to:
|
||||
- eustachius
|
||||
cron: '0 4 * * 0' # Every Sunday at 4:00
|
||||
hooks:
|
||||
before:
|
||||
- arion -f ${arionPath}/media/arion-compose.nix -p ${arionPath}/media/arion-pkgs.nix stop
|
||||
after:
|
||||
- arion -f ${arionPath}/media/arion-compose.nix -p ${arionPath}/media/arion-pkgs.nix start
|
||||
# music:
|
||||
# from: /storage/dataset/data/media/music
|
||||
# to:
|
||||
# - eustachius
|
||||
# cron: '0 4 * * 0' # Every Sunday at 4:00
|
||||
# hooks:
|
||||
# before:
|
||||
# - arion -f ${arionPath}/media/arion-compose.nix -p ${arionPath}/media/arion-pkgs.nix stop
|
||||
# after:
|
||||
# - arion -f ${arionPath}/media/arion-compose.nix -p ${arionPath}/media/arion-pkgs.nix start
|
||||
headscale:
|
||||
from: /storage/dataset/docker/headscale
|
||||
to:
|
||||
|
@ -189,7 +192,8 @@ in {
|
|||
from: /storage/dataset/docker/auth
|
||||
to:
|
||||
- zfs
|
||||
- eustachius
|
||||
- ssd
|
||||
# - eustachius
|
||||
cron: '55 3 * * *' # Every Day at 3:55
|
||||
hooks:
|
||||
before:
|
||||
|
@ -205,10 +209,10 @@ in {
|
|||
type: local
|
||||
path: /home/ghoscht/Backups
|
||||
key: '${config.sops.placeholder."autorestic/ssd_key"}'
|
||||
eustachius:
|
||||
type: rest
|
||||
path: http://100.64.0.3:8000/Backups
|
||||
key: '${config.sops.placeholder."autorestic/eustachius_key"}'
|
||||
# eustachius:
|
||||
# type: rest
|
||||
# path: http://100.64.0.3:8000/Backups
|
||||
# key: '${config.sops.placeholder."autorestic/eustachius_key"}'
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue