removed borg passphrase

This commit is contained in:
opalvaults
2022-07-18 15:02:25 -07:00
parent 114171066d
commit 9df45630ad
2 changed files with 5 additions and 8 deletions

View File

@@ -17,8 +17,8 @@ location:
# is used, then add local repository paths in the systemd
# service file to the ReadWritePaths list.
repositories:
- /run/media/opal/e1f36c5c-4775-4549-8edc-1fa4d273b82e/borg-backups/home-backups
- opal@144.202.89.233:/home/opal/home-backups
# - /run/media/opal/e1f36c5c-4775-4549-8edc-1fa4d273b82e/borg-backups/home-backups
- opal@144.202.89.233:/home/opal/home-backups
# Working directory for the "borg create" command. Tildes are
# expanded. Useful for backing up using relative paths. See
@@ -149,7 +149,7 @@ storage:
# contains punctuation, so it parses correctly. And backslash
# any quote or backslash literals as well. Defaults to not
# set.
encryption_passphrase: cement-marbled-moisten-darling
#encryption_passphrase:
# Number of seconds between each checkpoint during a
# long-running backup. See

View File

@@ -6,6 +6,7 @@ export PATH=/home/opal/scripts:$PATH # Scripts
export PATH=/home/opal/.config/emacs/bin:$PATH # Doom Path
export PATH=/home/opal/.local/bin:$PATH # .local path
export PATH=/home/opal/.local/share/gem/ruby/3.0.0/bin:$PATH # Ruby
#### ~~~~ Locale ~~~~ #####
export LANG=en_US.UTF-8
@@ -127,11 +128,7 @@ prompt_purification_setup() {
prompt_purification_setup
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
source /home/opal/bin/zsh-autocomplete/zsh-autocomplete.plugin.zsh
#source <(kubectl completion zsh)
export PATH="$PATH:/root/.local/bin"
#export PATH="$PATH:/root/.local/bin"