Add an examples of using UNC path in path.repo

Closes #12665
This commit is contained in:
Igor Motov 2015-08-12 12:33:07 -04:00
parent 638dbcc982
commit bec07a7eb5
1 changed files with 8 additions and 0 deletions

View File

@ -76,6 +76,14 @@ Assuming that the shared filesystem is mounted to `/mount/backups/my_backup`, th
path.repo: ["/mount/backups", "/mount/longterm_backups"]
--------------
The `path.repo` setting supports Microsoft Windows UNC paths as long as at least server name and share are specified as
a prefix and back slashes are properly escaped:
[source,yaml]
--------------
repo.path: ["\\\\MY_SERVER\\Snapshots"]
--------------
After all nodes are restarted, the following command can be used to register the shared file system repository with
the name `my_backup`: