From 0a5ee8b7fd7c920a797f8b186cf4f472df6f2e48 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebookpro" Date: Sat, 31 Oct 2020 09:52:12 +0100 Subject: [PATCH] Borg is completely neutral --- borg_backup.sh | 1 + todo | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/borg_backup.sh b/borg_backup.sh index 68e9b30..a598120 100755 --- a/borg_backup.sh +++ b/borg_backup.sh @@ -40,6 +40,7 @@ fi [ "$1" = '-f' ] || stat_cache_file touch "$cache_file" + # Setting this so the repo does not need to be given on the command line: BORG_REPO=ssh://"$SSH_REPO":22/~/"$(hostname)".borg export BORG_REPO diff --git a/todo b/todo index f6c4fa6..5b19c30 100644 --- a/todo +++ b/todo @@ -1,5 +1,4 @@ support multiple remotes in git clones add upstream to i3blocks-contrib repo -make borg backup script completely general, add list of exception as ENV in secrets file remove sensitive information in source remove sensitive information in history : https://docs.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository