792 Commits

Author SHA1 Message Date
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
Edwin Eefting
77f1c16414 fix #84 v3.1-rc5 2021-07-03 14:31:34 +02:00
Edwin Eefting
c5363a1538 pre/post cmd tests v3.1-rc4 2021-06-22 12:43:52 +02:00
Edwin Eefting
119225ba5b bump 2021-06-18 17:27:41 +02:00
Edwin Eefting
84437ee1d0 pre/post snapshot polishing. still needs test-scripts 2021-06-18 17:16:18 +02:00
DatuX
1286bfafd0
Merge pull request #80 from tuffnatty/pre-post-snapshot-cmd
Add support for pre- and post-snapshot scripts (#39)
2021-06-17 11:48:09 +02:00
Phil Krylov
9fc2703638 Always call post-snapshot-cmd to clean up faster on snapshot failure 2021-06-17 12:38:16 +03:00
DatuX
01dc65af96
Merge pull request #81 from tuffnatty/another-typo
Another typo fix
2021-06-17 11:21:08 +02:00
Phil Krylov
082153e0ce A more robust MySQL example 2021-06-17 09:52:18 +03:00
Phil Krylov
77f5474447 Fix tests. 2021-06-16 23:37:38 +03:00
Phil Krylov
55ff14f1d8 Allow multiple --pre/post-snapshot-cmd options. Add a usage example. 2021-06-16 23:19:29 +03:00
Phil Krylov
2acd26b304 Fix a typo 2021-06-16 19:52:06 +03:00
Phil Krylov
ec9459c1d2 Use shlex.split() for --pre-snapshot-cmd and --post-snapshot-cmd 2021-06-16 19:35:41 +03:00
DatuX
233fd83ded
Merge pull request #79 from tuffnatty/typos
Fix a couple of typos
2021-06-16 16:46:10 +02:00
DatuX
37c24e092c
Merge pull request #78 from tuffnatty/patch-1
Typo fix in argument name in warning message
2021-06-16 16:45:42 +02:00
Phil Krylov
b2bf11382c Add --pre-snapshot-cmd and --post-snapshot-cmd options 2021-06-16 16:12:20 +03:00
Phil Krylov
19b918044e Fix a couple of typos 2021-06-16 13:19:47 +03:00
Phil Krylov
67d9240e7b
Typo fix in argument name in warning message 2021-06-16 00:32:31 +03:00
Edwin Eefting
1a5e4a9cdd doc 2021-05-31 22:33:44 +02:00
Edwin Eefting
31f8c359ff update version number v3.1-rc3b 2021-05-31 22:19:28 +02:00
Edwin Eefting
b50b7b7563 test v3.1-rc3 2021-05-31 22:10:56 +02:00
Edwin Eefting
37f91e1e08 no longer use zfs send --compressed as default. uses --zfs-compressed to reenable it. fixes #77 . 2021-05-31 22:02:31 +02:00
Edwin Eefting
a2f3aee5b1 test and fix resume edge-case v3.1-rc2 2021-05-26 23:06:19 +02:00
Edwin Eefting
75d0a3cc7e rc1 v3.1-rc1 2021-05-26 20:15:05 +02:00
Edwin Eefting
98c55e2aa8 test fix 2021-05-26 18:07:17 +02:00
Edwin Eefting
d478e22111 test rate limit 2021-05-26 18:04:05 +02:00
Edwin Eefting
3a4953fbc5 doc 2021-05-26 17:57:38 +02:00
Edwin Eefting
8d4e041a9c add mbuffer 2021-05-26 17:52:10 +02:00
Edwin Eefting
8725d56bc9 also add buffer on receving side 2021-05-26 17:38:05 +02:00
Edwin Eefting
ab0bfdbf4e update docs 2021-05-19 00:52:56 +02:00
Edwin Eefting
ea9012e476 beta6 v3.1-beta6 2021-05-18 23:42:13 +02:00
Edwin Eefting
97e3c110b3 added bandwidth throttling. fixes #51 2021-05-18 19:56:33 +02:00
Edwin Eefting
9264e8de6d more warnings 2021-05-18 19:36:33 +02:00
Edwin Eefting
830ccf1bd4 added warnings in yellow 2021-05-18 19:22:46 +02:00
Edwin Eefting
a389e4c81c fix 2021-05-18 18:18:54 +02:00
Edwin Eefting
36a66fbafc fix 2021-05-18 18:10:34 +02:00
Edwin Eefting
b70c9986c7 regression tests for all compressors 2021-05-18 18:04:47 +02:00
Edwin Eefting
664ea32c96 doc 2021-05-15 16:18:34 +02:00