tools: clarify that qvm-backup needs absolute path

Fixes QubesOS/qubes-issues#3066
This commit is contained in:
Marek Marczykowski-Górecki 2017-10-16 03:09:10 +02:00
szülő 9cdb2a8152
commit cbdc2170b4
Nem található kulcs ehhez az aláíráshoz az adatbázisban
GPG kulcs azonosító: 063938BA42CFA724
2 fájl változott, egészen pontosan 5 új sor hozzáadva és 4 régi sor törölve

Fájl megtekintése

@ -66,9 +66,9 @@ Options
Arguments
---------
The first positional parameter is the backup location (directory path, or
command to pipe backup to). After that you may specify the qubes you'd like to
backup. If not specified, all qubes are included.
The first positional parameter is the backup location (absolute directory path,
or command to pipe backup to). After that you may specify the qubes you'd
like to backup. If not specified, all qubes are included.
Authors
-------

Fájl megtekintése

@ -77,7 +77,8 @@ no_profile.add_argument('--save-profile', action='store',
no_profile.add_argument("backup_location", action="store", default=None,
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,
help="Backup only those VMs")