bdf0d82ced
src/bin/pxar.rs: Make pxar extract target optional
...
In order to improve usablity, the target on archive extraction will be the
current working directory by default.
A different target can be provided via the optional --target <PATH> parameter.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com >
2019-07-17 09:40:02 +02:00
b344461b33
pxar: pass feature_flags to encoder/decoder instead of individual flags
...
Signed-off-by: Christian Ebner <c.ebner@proxmox.com >
2019-05-24 06:11:36 +02:00
238dd1b7ab
tests/catar.rs: Pass dummy xattr/fcaps feature_flags to encoder.
...
Signed-off-by: Christian Ebner <c.ebner@proxmox.com >
2019-05-23 06:41:03 +02:00
fe61cc1099
tests/pxar.rs: Make sure the correct pxar binary is run in the tests.
...
If compiled in debug mode, the debug binary should be tested, in release mode
the release binary has to be invoked.
Signed-off-by: Christian Ebner <c.ebner@proxmox.com >
2019-05-23 06:31:37 +02:00
015c5f6bfb
tests/pxar.rs: Integrity test for pxar
...
Test the integrity of the restored folder content of data previously archived with pxar
Signed-off-by: Christian Ebner <c.ebner@proxmox.com >
2019-05-21 06:26:34 +02:00
f3832b6355
tests/worker-task-abort.rs: test abort worker
2019-04-11 08:26:52 +02:00
23c8415dbe
tests/catar.rs: make it compile again
2019-04-06 11:26:17 +02:00
33b1767d05
protocol: add C header work in progress and test client
...
The test client simply (optionally) requests a list of
hashes of an existing file.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2019-03-15 12:40:47 +01:00
a10bb8b941
ignore casync test by default
...
because there's no casync package we can build-depend on to
actually run the tests on normal systems...
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com >
2019-02-01 10:41:54 +01:00
fdb95d92dd
fix tests/catar.rs - add missing parameter
2019-01-18 17:39:51 +01:00
5e7a09be0d
src/backup/archive_index.rs: use close() instead of flush()
...
Also pass a reference to the encoder.
2019-01-02 11:02:56 +01:00
37ea44a540
add another catart test
2018-12-31 10:22:39 +01:00
a147acfaaf
add catart test for goodbye table ordering
2018-12-31 10:19:15 +01:00
0866748de6
catar cleanups ...
2018-12-30 17:32:52 +01:00
3200579ce9
add some integreation tests for catar (compare with casync output)
2018-12-30 15:33:43 +01:00