Wordsmithing
This commit is contained in:
parent
4140b1ba17
commit
8e4d21fdbd
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ KEEP_WEEKLY=4
|
|||
KEEP_MONTHLY=12
|
||||
KEEP_YEARLY=-1 # never delete yearly backups
|
||||
|
||||
# Setup file with borg repo passphrase: `echo "MY SUPER PASSPHRASE" | base64 > $HOME/.borg_passphrase`
|
||||
# Create file with borg repo passphrase: `echo "MY SUPER PASSPHRASE" | base64 > $HOME/.borg_passphrase`
|
||||
export BORG_PASSCOMMAND="base64 -d $HOME/.borg_passphrase"
|
||||
# or use BORG_PASSPHRASE below.
|
||||
|
||||
|
@ -24,7 +24,8 @@ export BORG_PASSCOMMAND="base64 -d $HOME/.borg_passphrase"
|
|||
# export BORG_PASSPHRASE='XYZl0ngandsecurepa_55_phrasea&&123'
|
||||
|
||||
|
||||
#### Nothing else to be done below! Change at your onw risk.
|
||||
#################################################################
|
||||
#### Nothing else to be done below! Change at your onw risk. ####
|
||||
|
||||
export BORG_REPO=ssh://spmt-backup/storage/backup/repos/${SPMT_USER}
|
||||
|
||||
|
|
Loading…
Reference in a new issue