updated parameter documention of --identifier regarding allowed characters

This commit is contained in:
Christoph Klaffl 2018-07-07 20:10:02 +02:00
parent dc0afebb30
commit f409b95569
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ As of 1.4.18, syncoid also automatically supports and enables resume of interrup
+ --identifier=
Adds the given identifier to the snapshot name after "syncoid_" prefix and before the hostname. This enables the use case of reliable replication to multiple targets from the same host. The following chars are allowed: a-z, A-Z, 0-9 and -.
Adds the given identifier to the snapshot name after "syncoid_" prefix and before the hostname. This enables the use case of reliable replication to multiple targets from the same host. The following chars are allowed: a-z, A-Z, 0-9, _, -, : and . .
+ -r --recursive