diff --git a/arch-config/Dokumente/restic b/arch-config/Dokumente/restic.md similarity index 95% rename from arch-config/Dokumente/restic rename to arch-config/Dokumente/restic.md index a50b2ebf..c26ab3de 100644 --- a/arch-config/Dokumente/restic +++ b/arch-config/Dokumente/restic.md @@ -1,11 +1,11 @@ -###Restic repos: +# Restic repos: -##B2 backups +## B2 backups -export B2_ACCOUNT_ID= -export B2_ACCOUNT_KEY= +export B2_ACCOUNT_ID= +export B2_ACCOUNT_KEY= -#arco-pc-backup home: +### arco-pc-backup home: restic -r b2:arco-pc-backup:/home/marc init restic -r b2:arco-pc-backup:/home/marc backup --verbose "/home/marc/" --exclude-file=/home/marc/Dokumente/home-exclude.txt restic -r b2:arco-pc-backup:/home/marc snapshots @@ -42,3 +42,4 @@ restic -r b2:realstickman-xyz-backup:etc init restic -r b2:realstickman-xyz-backup:etc backup --verbose "/etc" restic -r b2:realstickman-xyz-backup:etc snapshots restic -r b2:realstickman-xyz-backup:etc restore --target "/etc" +