From de803745ced69dd78ac4b30084bfb28ec66dfa83 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 30 Sep 2020 18:19:49 +0200 Subject: [PATCH] Changed restic to restic.md --- arch-config/Dokumente/{restic => restic.md} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename arch-config/Dokumente/{restic => restic.md} (95%) 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" +