diff options
| author | EuAndreh <eu@euandre.org> | 2022-04-27 18:26:30 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-04-27 18:26:30 -0300 |
| commit | 0de7fbce33d6b9cea59432d3ccbd1184ae3dad53 (patch) | |
| tree | 0039b6dd797498d9eb2f0b6ce494fc68b041a82a | |
| parent | ~/.local/bin/qr: Add script (diff) | |
| download | dotfiles-0de7fbce33d6b9cea59432d3ccbd1184ae3dad53.tar.gz dotfiles-0de7fbce33d6b9cea59432d3ccbd1184ae3dad53.tar.xz | |
.local/bin/backup: Mention $BORG_REMOTE_PATH and .ssh/authorized_keys in the documentation
| -rwxr-xr-x | .local/bin/backup | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.local/bin/backup b/.local/bin/backup index cd7b5ad5..d77425c8 100755 --- a/.local/bin/backup +++ b/.local/bin/backup @@ -32,9 +32,10 @@ help() { $BORG_PASSCOMMAND $BORG_REPO + $BORG_REMOTE_PATH - Password-less SSH access is required, and remote configuration - via $BORG_REMOTE_PATH can be done at will. + Password-less SSH access is required, usually done via adding + ~/.ssh/id_rsa.pub to suyin:.ssh/authorized_keys. Examples: |
