Borg is completely neutral
This commit is contained in:
parent
43f6f5e80e
commit
0a5ee8b7fd
2 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,7 @@ fi
|
||||||
[ "$1" = '-f' ] || stat_cache_file
|
[ "$1" = '-f' ] || stat_cache_file
|
||||||
|
|
||||||
touch "$cache_file"
|
touch "$cache_file"
|
||||||
|
|
||||||
# Setting this so the repo does not need to be given on the command line:
|
# Setting this so the repo does not need to be given on the command line:
|
||||||
BORG_REPO=ssh://"$SSH_REPO":22/~/"$(hostname)".borg
|
BORG_REPO=ssh://"$SSH_REPO":22/~/"$(hostname)".borg
|
||||||
export BORG_REPO
|
export BORG_REPO
|
||||||
|
|
1
todo
1
todo
|
@ -1,5 +1,4 @@
|
||||||
support multiple remotes in git clones
|
support multiple remotes in git clones
|
||||||
add upstream to i3blocks-contrib repo
|
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 source
|
||||||
remove sensitive information in history : https://docs.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository
|
remove sensitive information in history : https://docs.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue