Go to file
Marek Marczykowski-Górecki 93608658a9
backup: throttle backup extracting if there is not enough disk space
Instead of failing the restore process, pause data extracting, until
already extracted data gets processed.
This commit implements this for local tar extraction. Extracting data
received from a VM is handled in qfile-(dom0-)unpacker, which also has
similar feature, turned on in 6338b936e2.

Fixes QubesOS/qubes-issues#4791
2021-01-05 04:46:12 +01:00
ci qvm-start-daemon: convert to async/await syntax 2020-07-29 11:27:19 +02:00
debian version 4.1.10 2020-10-10 05:11:49 +02:00
doc doc: add 'input-dom0-proxy' feature 2020-09-20 18:52:53 +02:00
etc Fix missing semi-colon and new line 2020-06-24 15:45:36 +02:00
qubesadmin backup: throttle backup extracting if there is not enough disk space 2021-01-05 04:46:12 +01:00
rpm_spec Added supported-service keyboard-layout to allow for better working Qube Manager 2020-09-23 17:24:20 +02:00
scripts Fix script executable bit 2020-09-30 02:09:45 +02:00
test-packages Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
.gitignore Makefile: add clean of pkgs and debian changelog.* 2020-06-16 17:09:07 +02:00
.gitlab-ci.yml gitlab-ci: adjust custom job 2020-12-02 04:31:26 +01:00
.pylintrc Make pylint happy 2020-08-23 03:31:39 +02:00
.travis.yml travis: use sourced config, switch to R4.1 2020-08-03 04:55:46 +02:00
LICENSE Initial commit 2017-03-01 23:48:53 +01:00
Makefile Added supported-service keyboard-layout to allow for better working Qube Manager 2020-09-23 17:24:20 +02:00
Makefile.builder debian: initial packaging 2017-05-20 03:15:23 +02:00
README.md Drop Python2 support 2020-01-15 21:41:52 +01:00
run-tests Drop Python2 support 2020-01-15 21:41:52 +01:00
setup.py Added dynamic X keyboard event monitoring to qvm_start_daemon.py 2020-07-15 14:04:25 +02:00
version version 4.1.10 2020-10-10 05:11:49 +02:00

This is client side implementation of Qubes Admin API. See https://www.qubes-os.org/doc/admin-api/ for protocol specification.

Compatibility

This package requires Python >= 3.5