for remote target/source it's required to specify a user

This commit is contained in:
Christoph Klaffl 2018-09-03 18:32:17 +02:00
parent eeedf38d57
commit f39ed1ec49
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
1 changed files with 3 additions and 3 deletions

View File

@ -1218,9 +1218,9 @@ syncoid - ZFS snapshot replication tool
=head1 SYNOPSIS
syncoid [options]... SOURCE TARGET
or syncoid [options]... SOURCE [USER@]HOST:TARGET
or syncoid [options]... [USER@]HOST:SOURCE [TARGET]
or syncoid [options]... [USER@]HOST:SOURCE [USER@]HOST:TARGET
or syncoid [options]... SOURCE USER@HOST:TARGET
or syncoid [options]... USER@HOST:SOURCE TARGET
or syncoid [options]... USER@HOST:SOURCE USER@HOST:TARGET
SOURCE Source ZFS dataset. Can be either local or remote
TARGET Target ZFS dataset. Can be either local or remote