Edwin Eefting
dd55ca4079
zfs-autoverify wip (basics start to function)
2022-01-24 00:18:27 +01:00
Edwin Eefting
f66957d867
zfs-autoverify wip
2022-01-23 23:01:53 +01:00
Edwin Eefting
69975b37fb
zfs-autoverify wip
2022-01-23 21:36:56 +01:00
Edwin Eefting
c299626d18
debug mode implies verbose mode now
2022-01-23 21:22:46 +01:00
Edwin Eefting
7b4f10080f
zfs-verify wip (not functional yet)
2022-01-19 00:11:27 +01:00
Edwin Eefting
787e3dba9c
zfs-verify stuff
2022-01-18 23:46:08 +01:00
Edwin Eefting
86d504722c
zfs-verify stuff
2022-01-18 20:54:19 +01:00
Edwin Eefting
6791bc4abd
ready to implement zfs-autoverify
2022-01-18 01:02:01 +01:00
Edwin Eefting
db5186bf38
ready to implement zfs-autoverify
2022-01-18 00:11:52 +01:00
Edwin Eefting
d2b183bb27
move more ulgy stuff to parse_args
2022-01-17 23:34:22 +01:00
Edwin Eefting
033fcf68f7
move exclude_paths and exclude_received to common
2022-01-17 23:10:35 +01:00
Edwin Eefting
14d45667de
fixes
2022-01-17 22:54:27 +01:00
Edwin Eefting
f2a3221911
fixes
2022-01-17 22:34:18 +01:00
Edwin Eefting
8baee52ab1
greatly improved output of help (divided into sections)
2022-01-17 22:26:42 +01:00
Edwin Eefting
d114f63f29
extract common stuff to prepare for zfs-autoverify
2022-01-17 21:19:40 +01:00
DatuX
b36b64cc94
Update FUNDING.yml
2022-01-12 00:20:30 +01:00
DatuX
5a70172a50
Update FUNDING.yml
2022-01-12 00:20:17 +01:00
DatuX
f635e8cd67
Create FUNDING.yml
2022-01-12 00:16:01 +01:00
Edwin Eefting
0e362e5d89
moved stuff to wiki
2022-01-07 11:56:32 +01:00
Edwin Eefting
f2ab2938b0
moved stuff to wiki
2022-01-07 11:54:36 +01:00
Edwin Eefting
2d96d13125
moved stuff to wiki
2022-01-07 11:53:29 +01:00
Edwin Eefting
883984fda3
Revert "Initial ZFS clones support"
...
Woops accidently committed this, still need to review/change it before comitting.
This reverts commit e11c33280885b60fab7be648ee4046be1ca346d6.
2022-01-04 22:48:25 +01:00
Edwin Eefting
db2625b08c
fix #101
2022-01-04 22:26:44 +01:00
Phil Krylov
e11c332808
Initial ZFS clones support
2021-12-21 20:09:41 +01:00
Edwin Eefting
07cb7cfad4
version bump
v3.1.1
2021-12-19 18:23:09 +01:00
Edwin Eefting
7b4a986f13
fix #103
2021-12-19 18:16:54 +01:00
Edwin Eefting
be2474bb1c
error doc
2021-11-02 20:18:57 +01:00
Edwin Eefting
81e7cd940c
forgot to remove debugging print
v3.1.1-rc1
2021-10-04 00:59:50 +02:00
Edwin Eefting
0b4448798e
out of range for python 2
v3.1.1-beta1
2021-10-04 00:34:07 +02:00
Edwin Eefting
b1689f5066
added --...-format options. closes #87
2021-10-04 00:14:40 +02:00
Edwin Eefting
dcb9cdac44
Merge branch 'master' of github.com:psy0rz/zfs_autobackup
2021-10-03 21:50:08 +02:00
DatuX
9dc280abad
Merge pull request #98 from sbidoul/relative-imports
...
Use relative imports
2021-09-21 16:44:47 +02:00
Edwin Eefting
6b8c683315
Merge branch 'relative-imports' of https://github.com/sbidoul/zfs_autobackup
2021-09-21 14:31:50 +02:00
Edwin Eefting
66e123849b
preparations for #87
2021-09-21 14:30:59 +02:00
Edwin Eefting
7325e1e351
ignore coveralls submission errors
2021-09-21 14:21:32 +02:00
Edwin Eefting
9f4ea51622
ignore coveralls submission errors
2021-09-21 14:14:58 +02:00
Stéphane Bidoul
8c1058a808
Use relative imports
2021-09-21 14:05:33 +02:00
Edwin Eefting
d9e759a3eb
fix
2021-09-20 21:14:26 +02:00
Edwin Eefting
46457b3aca
added some common short options and changes to fix #88
2021-09-20 15:11:23 +02:00
Edwin Eefting
59f7ccc352
default compression is now zstd-fast, fixes #97
2021-09-20 14:54:38 +02:00
Edwin Eefting
578fb1be4b
renamed --ignore-replicated to --exclude-unchanged. tidied up and removed seperate filter_replicated() step. #93 , #95 , #96
2021-09-20 14:52:20 +02:00
DatuX
f9b16c050b
Merge pull request #96 from xrobau/really-ignore-replicated
...
Fix #93 , Fix #95 Re-Document --exclude-received
2021-09-16 12:14:01 +02:00
Rob Thomas
2ba6fe5235
Fix #93 , Fix #95 Re-Document --exclude-received
...
If another zfs_autobackup session is running, there will be changes
on zvols that are replicated. This means that it is possible for
a pair of servers running replication between themselves to start
backing up the backups. Turning on --exclude-received when backups
are running between an a <--> b pair of servers means that the vols
that are received will never be accidentally seleted.
2021-09-16 09:38:26 +10:00
Edwin Eefting
8e2c91735a
Merge remote-tracking branch 'origin/master'
2021-08-24 11:14:24 +02:00
Edwin Eefting
d57e3922a0
added note, #91
2021-08-24 11:14:13 +02:00
DatuX
4b25dd76f1
Merge pull request #90 from bagbag/master
...
Support for zstd-adapt
2021-08-19 15:45:17 +02:00
Patrick Hein
2843781aa6
Support for zstd-adapt
2021-08-18 23:08:00 +02:00
Edwin Eefting
ce987328d9
update doc
v3.1
2021-08-18 10:32:41 +02:00
Edwin Eefting
9a902f0f38
final 3.1 release
2021-08-18 10:28:10 +02:00
Edwin Eefting
ee2c074539
it seems the amount of changed bytes has become bigger on my prox. (approx 230k)
2021-07-07 13:20:04 +02:00