diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-26 13:02:38 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-26 13:02:38 +0200 |
commit | 5b889197464a23fc45f88adcede320d04b321260 (patch) | |
tree | c18ee6fc26d821c302408e8b2f371e9d99a585b4 /restic-summary | |
parent | 535c90b38e943181594477803a1e6c7cfad302a8 (diff) | |
download | nixcfg-5b889197464a23fc45f88adcede320d04b321260.tar.gz nixcfg-5b889197464a23fc45f88adcede320d04b321260.zip |
Move cryptpad backup job to backup-daily.hcl
Diffstat (limited to 'restic-summary')
-rwxr-xr-x | restic-summary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restic-summary b/restic-summary index f9295ba..38e9433 100755 --- a/restic-summary +++ b/restic-summary @@ -1,5 +1,5 @@ #!/usr/bin/env bash -for svc in dovecot consul plume; do +for svc in dovecot consul plume cryptpad; do export RESTIC_REPOSITORY=`pass deuxfleurs/backups/$svc/restic_repository` export RESTIC_PASSWORD=`pass deuxfleurs/backups/$svc/restic_password` export AWS_ACCESS_KEY_ID=`pass deuxfleurs/backups/$svc/aws_s3_access_key` |