Autorestic: Disable eustachius backup

eustachius currently isn't running
This commit is contained in:
GHOSCHT 2024-06-13 23:31:39 +02:00
parent 1debdb71d8
commit c213949f6f
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -68,7 +68,7 @@ in {
from: /storage/dataset/docker/dashboard from: /storage/dataset/docker/dashboard
to: to:
- zfs - zfs
- eustachius # - eustachius
cron: '0 4 * * 0' # Every Sunday at 4:00 cron: '0 4 * * 0' # Every Sunday at 4:00
hooks: hooks:
before: before:
@ -79,7 +79,8 @@ in {
from: /storage/dataset/docker/dns from: /storage/dataset/docker/dns
to: to:
- zfs - zfs
- eustachius - ssd
# - eustachius
cron: '0 4 * * 0' # Every Sunday at 4:00 cron: '0 4 * * 0' # Every Sunday at 4:00
hooks: hooks:
before: before:
@ -90,7 +91,7 @@ in {
from: /storage/dataset/docker/feed from: /storage/dataset/docker/feed
to: to:
- zfs - zfs
- eustachius # - eustachius
cron: '0 4 * * 0' # Every Sunday at 4:00 cron: '0 4 * * 0' # Every Sunday at 4:00
hooks: hooks:
before: before:
@ -102,7 +103,7 @@ in {
to: to:
- zfs - zfs
- ssd - ssd
- eustachius # - eustachius
cron: '0 4 * * *' # Every Day at 4:00 cron: '0 4 * * *' # Every Day at 4:00
hooks: hooks:
before: before:
@ -113,7 +114,8 @@ in {
from: /storage/dataset/docker/media from: /storage/dataset/docker/media
to: to:
- zfs - zfs
- eustachius - ssd
# - eustachius
cron: '0 4 * * *' # Every Day at 4:00 cron: '0 4 * * *' # Every Day at 4:00
hooks: hooks:
before: before:
@ -124,7 +126,8 @@ in {
from: /storage/dataset/docker/nextcloud from: /storage/dataset/docker/nextcloud
to: to:
- zfs - zfs
- eustachius - ssd
# - eustachius
cron: '0 4 * * *' # Every Day at 4:00 cron: '0 4 * * *' # Every Day at 4:00
hooks: hooks:
before: before:
@ -135,7 +138,7 @@ in {
from: /storage/dataset/docker/smarthome from: /storage/dataset/docker/smarthome
to: to:
- zfs - zfs
- eustachius # - eustachius
cron: '0 4 * * 0' # Every Sunday at 4:00 cron: '0 4 * * 0' # Every Sunday at 4:00
hooks: hooks:
before: before:
@ -147,7 +150,7 @@ in {
to: to:
- zfs - zfs
- ssd - ssd
- eustachius # - eustachius
cron: '0 4 * * *' # Every Day at 4:00 cron: '0 4 * * *' # Every Day at 4:00
hooks: hooks:
before: before:
@ -158,23 +161,23 @@ in {
from: /storage/dataset/docker/matrix from: /storage/dataset/docker/matrix
to: to:
- zfs - zfs
- eustachius # - eustachius
cron: '0 4 * * 0' # Every Sunday at 4:00 cron: '0 4 * * 0' # Every Sunday at 4:00
hooks: hooks:
before: before:
- arion -f ${arionPath}/matrix/arion-compose.nix -p ${arionPath}/matrix/arion-pkgs.nix stop - arion -f ${arionPath}/matrix/arion-compose.nix -p ${arionPath}/matrix/arion-pkgs.nix stop
after: after:
- arion -f ${arionPath}/matrix/arion-compose.nix -p ${arionPath}/matrix/arion-pkgs.nix start - arion -f ${arionPath}/matrix/arion-compose.nix -p ${arionPath}/matrix/arion-pkgs.nix start
music: # music:
from: /storage/dataset/data/media/music # from: /storage/dataset/data/media/music
to: # to:
- eustachius # - eustachius
cron: '0 4 * * 0' # Every Sunday at 4:00 # cron: '0 4 * * 0' # Every Sunday at 4:00
hooks: # hooks:
before: # before:
- arion -f ${arionPath}/media/arion-compose.nix -p ${arionPath}/media/arion-pkgs.nix stop # - arion -f ${arionPath}/media/arion-compose.nix -p ${arionPath}/media/arion-pkgs.nix stop
after: # after:
- arion -f ${arionPath}/media/arion-compose.nix -p ${arionPath}/media/arion-pkgs.nix start # - arion -f ${arionPath}/media/arion-compose.nix -p ${arionPath}/media/arion-pkgs.nix start
headscale: headscale:
from: /storage/dataset/docker/headscale from: /storage/dataset/docker/headscale
to: to:
@ -189,7 +192,8 @@ in {
from: /storage/dataset/docker/auth from: /storage/dataset/docker/auth
to: to:
- zfs - zfs
- eustachius - ssd
# - eustachius
cron: '55 3 * * *' # Every Day at 3:55 cron: '55 3 * * *' # Every Day at 3:55
hooks: hooks:
before: before:
@ -205,10 +209,10 @@ in {
type: local type: local
path: /home/ghoscht/Backups path: /home/ghoscht/Backups
key: '${config.sops.placeholder."autorestic/ssd_key"}' key: '${config.sops.placeholder."autorestic/ssd_key"}'
eustachius: # eustachius:
type: rest # type: rest
path: http://100.64.0.3:8000/Backups # path: http://100.64.0.3:8000/Backups
key: '${config.sops.placeholder."autorestic/eustachius_key"}' # key: '${config.sops.placeholder."autorestic/eustachius_key"}'
''; '';
}; };
} }