Edit SSH section

Dan MacDonald
2023-10-15 20:28:40 +01:00
parent c0a5defe6f
commit 07242a1a87

@ -37,17 +37,18 @@ If you encounter a problem and want to see the exact ZFS commands, use `--debug`
Note that debug mode will abort on the first failed dataset, and show a stacktrace so it's not recommended for use in production.
## Source and target SSH
## SSH source and target options
zfs-autobackup can either work locally are remote via ssh.
zfs-autobackup can be used locally or remotely via ssh.
These options are for backing up to or from remote hosts via ssh:
The following optional options are for this:
* `--ssh-source USER@HOST`: Source host to pull backup from.
* `--ssh-target USER@HOST`: Target host to push backup to.
If you dont specify a source or target host, zfs-autobackup will operate locally.
Things like different ssh-ports should be configured in your ~/.ssh/config file. (Or the one specified with `--ssh-config CONFIG-FILE`)
Things like different ssh-ports should be configured in your `~/.ssh/config file`. (Or the one specified with `--ssh-config CONFIG-FILE`)
## Step 1: Selecting