|
|
@@ -73,11 +73,11 @@ ${BACKUP_USER}`) and compacting there: |
|
|
|
|
|
|
|
ssh ${BACKUP_USER}@${BACKUP_HOST} borg/borg compact --verbose --progress ${BACKUP_REPO} |
|
|
|
|
|
|
|
This doesn't require the repo key. It shouldn't be entered on the untrusted |
|
|
|
backup host, so for operations that need it, use a trusted host and run borg |
|
|
|
remotely instead, e.g.: |
|
|
|
This doesn't require the repo key. That key shouldn't be entered on |
|
|
|
the untrusted backup host, so for operations that need it, use a |
|
|
|
trusted host and run borg remotely instead, e.g.: |
|
|
|
|
|
|
|
${BORG_DIR}/bin/borg --remote-path borg/borg info ${BACKUP_USER}@${BACKUP_HOST}:borg/${HOSTNAME} |
|
|
|
${BORG_BIN} --remote-path borg/borg info ${BACKUP_USER}@${BACKUP_HOST}:borg/${HOSTNAME} |
|
|
|
|
|
|
|
The repo passphrase is in bitwarden `borg ${HOSTNAME} / repo key`. |
|
|
|
|
|
|
|