Go to file
Marek Marczykowski-Górecki f2fa613dce
backup: use 'cat' instead of read-write loop in python
The most important part is fixing resize handling - call size_func
before data_func, but after tar gets initial data (and output file
size).
But other than that, it makes the process a little faster.

QubesOS/qubes-issues#1214
2017-07-17 23:30:37 +02:00
ci tests: add v4 (Qubes 4.0) backup format tests, move qubes.xml 2017-07-17 20:28:21 +02:00
debian version 4.0.1 2017-07-05 20:14:12 +02:00
doc tools: add qvm-backup-restore 2017-07-17 20:28:22 +02:00
etc Fix qvm-start-gui autostart script 2017-05-19 17:30:11 +02:00
qubesadmin backup: use 'cat' instead of read-write loop in python 2017-07-17 23:30:37 +02:00
rpm_spec debian,fedora: add missing python-docutils dependency 2017-05-23 04:31:20 +02:00
test-packages Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
.gitignore travis: integrate test coverage reports via codecov 2017-03-02 02:05:36 +01:00
.travis.yml debian: initial packaging 2017-05-20 03:15:23 +02:00
LICENSE Initial commit 2017-03-01 23:48:53 +01:00
Makefile Add qvm-start-gui autostart script 2017-04-29 01:18:34 +02:00
Makefile.builder debian: initial packaging 2017-05-20 03:15:23 +02:00
README.md Update documentation link in readme 2017-05-12 00:13:01 +02:00
run-tests Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
setup.py tests: add v4 (Qubes 4.0) backup format tests, move qubes.xml 2017-07-17 20:28:21 +02:00
version version 4.0.1 2017-07-05 20:14:12 +02:00

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

Compatibility

Most of the API modules are compatible with Python >= 2.7. Very few parts require Python >= 3.4:

  • tools (qvm-*)
  • qubesadmin.events module (for asyncio module)

Parts not compatible with Python < 3.4, are not installed in such environment.