Change url in borg backup script
This commit is contained in:
parent
aed60fe6b0
commit
b42a5b7486
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Setting this so the repo does not need to be given on the command line:
|
||||
BORG_REPO=ssh://flyingscorpio@2px.mooo.com:22/~/"$(hostname)".borg
|
||||
BORG_REPO=ssh://flyingscorpio@2px.info:22/~/"$(hostname)".borg
|
||||
export BORG_REPO
|
||||
|
||||
export BORG_PASSPHRASE='ribosome66'
|
||||
|
|
Loading…
Add table
Reference in a new issue