From c213949f6f189787ba738cffb5e2b46421337c1b Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:31:39 +0200 Subject: [PATCH] Autorestic: Disable eustachius backup eustachius currently isn't running --- hosts/franz/restic.nix | 52 +++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/hosts/franz/restic.nix b/hosts/franz/restic.nix index 46d9c63..c275581 100644 --- a/hosts/franz/restic.nix +++ b/hosts/franz/restic.nix @@ -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"}' ''; }; }