docs: fix wrong user in repository explanation
we use 'root@pam' by default, not 'root' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
7eebe1483e
commit
abf8b5d475
|
@ -734,7 +734,7 @@ on the backup server.
|
||||||
|
|
||||||
[[username@]server:]datastore
|
[[username@]server:]datastore
|
||||||
|
|
||||||
The default value for ``username`` ist ``root``. If no server is specified,
|
The default value for ``username`` ist ``root@pam``. If no server is specified,
|
||||||
the default is the local host (``localhost``).
|
the default is the local host (``localhost``).
|
||||||
|
|
||||||
You can pass the repository with the ``--repository`` command
|
You can pass the repository with the ``--repository`` command
|
||||||
|
|
Loading…
Reference in New Issue