tools: clarify that qvm-backup needs absolute path
Fixes QubesOS/qubes-issues#3066
This commit is contained in:
parent
9cdb2a8152
commit
cbdc2170b4
@ -66,9 +66,9 @@ Options
|
|||||||
Arguments
|
Arguments
|
||||||
---------
|
---------
|
||||||
|
|
||||||
The first positional parameter is the backup location (directory path, or
|
The first positional parameter is the backup location (absolute directory path,
|
||||||
command to pipe backup to). After that you may specify the qubes you'd like to
|
or command to pipe backup to). After that you may specify the qubes you'd
|
||||||
backup. If not specified, all qubes are included.
|
like to backup. If not specified, all qubes are included.
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
@ -77,7 +77,8 @@ no_profile.add_argument('--save-profile', action='store',
|
|||||||
|
|
||||||
no_profile.add_argument("backup_location", action="store", default=None,
|
no_profile.add_argument("backup_location", action="store", default=None,
|
||||||
nargs='?',
|
nargs='?',
|
||||||
help="Backup location (directory path, or command to pipe backup to)")
|
help="Backup location (absolute directory path, "
|
||||||
|
"or command to pipe backup to)")
|
||||||
|
|
||||||
no_profile.add_argument("vms", nargs="*", action=qubesadmin.tools.VmNameAction,
|
no_profile.add_argument("vms", nargs="*", action=qubesadmin.tools.VmNameAction,
|
||||||
help="Backup only those VMs")
|
help="Backup only those VMs")
|
||||||
|
Loading…
Reference in New Issue
Block a user