diff --git a/cluster/prod/app/backup/deploy/backup-daily.hcl b/cluster/prod/app/backup/deploy/backup-daily.hcl index a7a3dcf..aa3937f 100644 --- a/cluster/prod/app/backup/deploy/backup-daily.hcl +++ b/cluster/prod/app/backup/deploy/backup-daily.hcl @@ -56,52 +56,6 @@ EOH } } - group "backup-plume" { - constraint { - attribute = "${attr.unique.hostname}" - operator = "=" - value = "dahlia" - } - - task "main" { - driver = "docker" - - config { - image = "restic/restic:0.14.0" - entrypoint = [ "/bin/sh", "-c" ] - args = [ "restic backup /plume && restic forget --group-by paths --keep-within 1m1d --keep-within-weekly 3m --keep-within-monthly 1y && restic prune --max-unused 50% --max-repack-size 2G && restic check" ] - volumes = [ - "/mnt/ssd/plume/media:/plume" - ] - } - - template { - data = <