core-admin-client/qubesadmin
Marek Marczykowski-Górecki 7d6cb655f8
backup/restore: add option for unattended restore and extracting log
Allow running unattended, with qvm-backup-restore --passphrase-file.
This require few modifications:
 - copy the passphrase file into the DisposableVM (that VM knows the
         passphrase anyway, so there is no extra data leak)
 - close the terminal when operation finishes

Closing the terminal would eliminate almost all the feedback (operation
log, errors, warnings etc), so write it into a file in DisposableVM and
later extract it and show on the stdout. Similar to qvm-run, color it
red as a content coming from a VM.

QubesOS/qubes-issues#5310
2020-08-05 04:37:44 +02:00
..
backup backup/restore: add option for unattended restore and extracting log 2020-08-05 04:37:44 +02:00
events events: implicitly enable caching when creating EventsDispatcher 2020-05-22 19:28:51 +02:00
tests Add "paranoid restore" mode 2020-08-04 04:06:53 +02:00
tools backup/restore: add option for unattended restore and extracting log 2020-08-05 04:37:44 +02:00
vm Cache power state when caching is enabled 2020-05-22 19:28:51 +02:00
__init__.py Choose QubesLocal or QubesRemote based on /etc/qubes-release presence 2017-07-18 01:58:33 +02:00
app.py Fix VM validity check for cached VM objects 2020-07-14 16:10:49 +02:00
base.py Try to use new property.GetAll method to pre-fill the cache 2020-05-22 19:01:24 +02:00
config.py tools: add qvm-template-postprocess 2017-05-26 01:33:43 +02:00
devices.py Do not check for object existence when got it with another Admin API call 2020-05-18 04:37:48 +02:00
exc.py backup/restore: add option for unattended restore and extracting log 2020-08-05 04:37:44 +02:00
features.py features: serialize True as '1' 2017-07-28 13:56:05 +02:00
firewall.py Fixed inconsistent firewall address checking 2020-07-14 20:10:34 +02:00
label.py Make Label() object hashable 2020-07-29 03:50:11 +02:00
log.py Drop log.DBusHandler 2017-10-16 01:33:03 +02:00
spinner.py qubesadmin/spinner: fix licence 2017-06-08 08:12:58 +02:00
storage.py Add admin.vm.volume.Clear call (QubesOS/qubes-issues#5946) 2020-07-14 01:48:19 +08:00
tags.py tags support 2017-06-20 01:34:16 +02:00
utils.py utils: add simple locking primitive 2020-08-04 04:06:30 +02:00