Skip to content

Commit

Permalink
Add user command
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Feb 23, 2024
1 parent 0c9219e commit ea32318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/ref/xvc-storage-new-rsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Usage: xvc storage new rsync [OPTIONS] --name <NAME> --host <HOST> --storage-dir
Options:
-n, --name <NAME>
Name of the storage.

Recommended to keep this name unique to refer easily.

--host <HOST>
Expand Down Expand Up @@ -69,7 +69,7 @@ $ xvc file track dir-0001
You can define a storage bucket as storage and begin to use it.

```console
$ xvc storage new rsync --name backup --host one.emresult.com --storage-dir /tmp/xvc-backup/
$ xvc storage new rsync --name backup --host one.emresult.com --user iex --storage-dir /tmp/xvc-backup/

```

Expand Down

0 comments on commit ea32318

Please sign in to comment.