Add automated Restic backups for edge01

This commit is contained in:
2026-07-27 22:40:58 -04:00
parent b12e0fd163
commit 7daba4343e
8 changed files with 101 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
export RESTIC_REPOSITORY="b2:zerafa-infrastructure:/edge01"
export B2_ACCOUNT_ID="REPLACE_ME"
export B2_ACCOUNT_KEY="REPLACE_ME"
export RESTIC_PASSWORD="REPLACE_ME"