729 Commits

Author SHA1 Message Date
Edwin Eefting
be53c454da
workaround python 3.10 unittest2 problem 2023-04-04 16:27:18 +02:00
Edwin Eefting
8a6a62ce9c
fix github workflow 2023-04-04 16:13:42 +02:00
Edwin Eefting
428e6edc13
fix some tests 2023-04-04 16:10:58 +02:00
Edwin Eefting
23fbafab42
ubuntu18 is no longer available.
add ubuntu 22 support

test python 2 in ubuntu 20
2023-04-04 14:20:19 +02:00
Edwin Eefting
cdd151d45f
fix #190. --exclude-received now expects number of bytes instead that have to be changed for a dataset to not get excluded. (default 0)
this also makes it so that it doesnt conflict with --allow-empty.

added regression tests for exclude-unchanged as well.
2023-04-04 14:10:58 +02:00
DatuX
ab43689a0f
Update README.md 2023-03-22 22:35:13 +01:00
DatuX
535e21863b
Update README.md 2023-03-20 10:22:03 +01:00
Baldur Kristinsson
a078be3e9e Fix reference string checked by destroymissing test 2023-02-13 14:17:33 +01:00
Baldur Kristinsson
00b230792a Fix a few typos in user-facing messages 2023-02-13 14:17:33 +01:00
Baldur Kristinsson
8b600c9e9c Short options for send so as to support older zfs versions 2023-02-13 14:17:33 +01:00
Nath
60840a4213 Adding Bytes/sec unit to --rate
Usually network transfers are specified in bits/sec but this is using mbuffer -R option which is Bytes/sec.
2023-01-31 20:39:05 +01:00
DatuX
7f91473188
Update README.md 2022-12-02 00:26:48 +01:00
DatuX
e106e7f1da
Update README.md 2022-12-02 00:25:50 +01:00
Edwin Eefting
d531e9fdaf fix 2022-10-21 18:16:44 +02:00
Edwin Eefting
a322eb96ae crude encryption speed test 2022-10-21 18:14:46 +02:00
Edwin Eefting
564daaa1f8 allow to only select parent dataset, non-recursively. (usefull for /var/lib/docker ) v3.2-beta1 2022-08-16 09:04:58 +02:00
oddlama
4d3aa6da22 fix: stop argparse from interpreting the example date format 2022-07-12 11:07:14 +02:00
oddlama
aedeb726d4 Add tests for correct relative timestamp ordering 2022-07-12 11:07:14 +02:00
oddlama
78d7dbab6d Implement --utc switch to force UTC time (closes #155) 2022-07-12 11:07:14 +02:00
Edwin Eefting
0b587b3800 limit exit codes to 255, fixes #153 2022-07-04 15:17:22 +02:00
digitalsignalperson
a331dab20f Fix missing : 2022-06-13 19:48:07 +02:00
digitalsignalperson
3f1696024e Change --snapshot-property to --set-snapshot-properties to behave in the same was as --set-properties 2022-06-13 19:48:07 +02:00
digitalsignalperson
911db9b023 Add --snapshot-property argument to pass to zfs snapshot 2022-06-13 19:48:07 +02:00
Edwin Eefting
4873913fa8 freebsd doesnt like umount -l 2022-03-08 18:15:46 +01:00
Edwin Eefting
244509a006 added console reference v3.2-alpha2 2022-03-08 17:51:23 +01:00
Edwin Eefting
f9d3576752 nicer errors 2022-03-08 17:35:51 +01:00
Edwin Eefting
75161c1bd2 refactorred ZfsCheck.py for better sigpipe handling 2022-03-08 17:22:08 +01:00
Edwin Eefting
5d7d6f6a6c remove random 2022-03-07 23:11:46 +01:00
Edwin Eefting
7c372cf211 test check skipping 2022-03-07 22:59:50 +01:00
Edwin Eefting
8854303b7a test skipping 2022-03-07 21:57:36 +01:00
Edwin Eefting
233745c345 reworking block skipper 2022-03-07 21:08:56 +01:00
Edwin Eefting
b68ca19e5f wip 2022-03-07 19:34:13 +01:00
Edwin Eefting
28ed44b1c8 wip 2022-03-07 19:34:01 +01:00
Edwin Eefting
1cedea5f5f zfscheck wip 2022-02-23 21:31:00 +01:00
Edwin Eefting
d99c202e75 fix 2022-02-23 21:21:07 +01:00
Edwin Eefting
44c6896ddd merged v3.1.2-rc2 2022-02-23 20:43:49 +01:00
Edwin Eefting
e4356cb516 Added -F (--force) to allow 1:1 replication. v3.1.2-rc2 2022-02-23 18:36:03 +01:00
Edwin Eefting
cab2f98bb8 Better strip path handling and collision checking. Now also supports stripping so much it ends up on a pool-target.
Fixes #102, #117
v3.1.2-rc1
2022-02-23 17:47:50 +01:00
Edwin Eefting
8276d07feb fix 2022-02-22 19:52:16 +01:00
Edwin Eefting
82ad7c2480 more tests 2022-02-22 19:25:15 +01:00
Edwin Eefting
f29cf13db3 test compare as well 2022-02-22 18:48:51 +01:00
Edwin Eefting
0c6c75bf58 cleaner progress clearing 2022-02-22 18:41:54 +01:00
Edwin Eefting
f4e81bddb7 progress output 2022-02-22 18:00:06 +01:00
Edwin Eefting
f530cf40f3 fixes. supports stdin 2022-02-22 17:40:38 +01:00
Edwin Eefting
e7e1590919 can also be used on paths and files now 2022-02-22 17:18:15 +01:00
Edwin Eefting
0d882ec031 comparing input now functions 2022-02-22 16:59:08 +01:00
Edwin Eefting
6a58a294a3 now yields errors and mismatches 2022-02-22 14:47:15 +01:00
Edwin Eefting
3f755fcc69 moved tests 2022-02-21 22:38:56 +01:00
Edwin Eefting
d7d76032de more tests 2022-02-21 22:37:13 +01:00
Edwin Eefting
b7e10242b9 itertools is nice :) 2022-02-21 21:39:03 +01:00