5
0
mirror of git://git.proxmox.com/git/proxmox-backup-qemu.git synced 2025-09-08 21:44:24 +03:00

13 Commits

Author SHA1 Message Date
Christoph Heiss
f8f36b89fd simpletest: Fix build after API change
This was broken long ago, first with 3edf5d1 AFAICT.
Also fixes the make dependency of `simpletest` on `build`, so that `make
simpletest` works on a fresh checkout.

Fixes: 3edf5d1 ("add compress and encrypt paramaters")
Fixes: d8aa155 ("api: add master key support")
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2023-01-12 13:34:18 +01:00
Dietmar Maurer
6c7a5ca24a proxmox_restore_new: use snapshot string (again) instead of (type, Id, time).
And provide a new helper to create such strings: proxmox_backup_snapshot_string()
2020-07-06 11:38:58 +02:00
Dietmar Maurer
932df89793 add restore data reading API
For accessing existing backups in a VM.
2020-07-06 09:59:18 +02:00
Dietmar Maurer
c318755f21 simpletest.c: fix error check 2020-07-01 10:44:10 +02:00
Dietmar Maurer
bac8a345dc simpletest.c: fix compile error 2020-06-26 11:55:17 +02:00
Dietmar Maurer
76381310d3 simpletest.c: correctly handle write errors 2020-02-13 12:18:54 +01:00
Dietmar Maurer
9f41dd20bd remove stale comment 2020-02-13 12:10:04 +01:00
Dietmar Maurer
056dd8fc80 allow to set chunk_size, and define PROXMOX_BACKUP_DEFAULT_CHUNK_SIZE 2020-02-13 12:09:32 +01:00
Dietmar Maurer
070e55bc37 also implement synchrounous c-api and fix simpletest.c 2020-02-13 11:41:14 +01:00
Dietmar Maurer
74363b4cdd update all dependencies 2020-02-12 13:01:20 +01:00
Dietmar Maurer
ca22d6e09c simpletest.c: pass new keyfile parameters (NULL for now) 2019-10-16 13:48:48 +02:00
Dietmar Maurer
574e020389 simpletest.c: make it work again, pass repo as command line parameter 2019-10-16 11:46:42 +02:00
Dietmar Maurer
7790106693 install dynamic lib (instead of static)
Which is much smaller.
2019-09-13 10:11:22 +02:00