Restic backups are now stored in MinIO on _chromie.pyrocufflink.blue_. All data have been migrated from _burp1.p.b_, which is being decommissioned. The instance of MinIO on _chromie_ uses a certificate signed by DCH CA, rather than the _pyrocufflink.blue_ wildcard certificate signed by ZeroSSL. As such, we need to configure `restic` to trust the DCH Root CA certificate in order to use the MinIO S3 API.
5 lines
117 B
Bash
5 lines
117 B
Bash
TZ=America/Chicago
|
|
RESTIC_REPOSITORY=s3:s3.backups.pyrocufflink.blue/restic
|
|
INCLUDE_PATHS=True
|
|
REFRESH_INTERVAL=3600
|