Skip to content

Releases: hkbakke/zfssnap

v3.8.1

07 Nov 08:45
Compare
Choose a tag to compare
Use safe_load for yaml to avoid compatibility issue with later pyyaml…

… versions

v3.8.0

04 May 12:46
Compare
Choose a tag to compare

f5c954a Add support for volumes
ca4573e Fix incorrectly reported segment missing error
327fc5c Update bootstrap.sh

v3.7.2

17 Feb 14:04
Compare
Choose a tag to compare

0424830 Bump version
37bd10d Don't care if snapshots are already destroyed by outside processes
b0baff2 Remove extra '-' if list header starts with line break
673367e Update help message for --list
5f2fd05 Make --list configurable
9fd900a Move logging to module level
d1ca028 Make get_filesystems more pythonic

v3.7.1

06 Feb 11:17
Compare
Choose a tag to compare

bfa5bcf Bump version
502b52c Exclude subdatasets from snapshoting when recursive is enabled
5bcaea6 Refactor get_filesystems
2cfec2f Use deferred destroy for snapshots to enable holding

v3.7.0

04 Feb 23:36
Compare
Choose a tag to compare

e7e3862 Refactor cache code to make it clearer
0e38891 Merge branch 'add-tests'
c779d76 Make cache refreshes more granular
e11271e Some cosmetic changes
a4bb1cc Fix regression from previous commit in ssh handling
9d7e1e0 Bump version
94a04a0 Make replication snapshots read only by default
c1067b7 Implement read only support. Not finished..
ff8b2bb Indicate source/destination for dataset in --list
cd630bc Improve defaults handling in configuration
cfadba5 Use a more parseable output for --list
eb3054a Improve --list output

v3.6.3

02 Feb 10:06
Compare
Choose a tag to compare

ab88512 Sort datasets and snapshots before listing them
34b8cfe Bump version
1e7d512 Fix incorrect snapshot listing for send and receive via files

v3.6.2

02 Feb 09:42
Compare
Choose a tag to compare

4b8ccb8 Refactor some stuff for logical reasons

v3.6.1

01 Feb 20:48
Compare
Choose a tag to compare

keep: minimum is now named keep: latest
This better represents the usage of this keep value

44e3007 Refactor snapshot retention handler to be more informative
db7240b Remove old zfssnap label support as it was not complete
9cce437 Fix duplicate header in README
77212e6 Fix typo in README
c75ffb3 Update README

v3.6.0

31 Jan 11:29
Compare
Choose a tag to compare

The keep configuration has changed since 3.5.3
The old configuration was just a per policy count. zfssnap from v3.6.0 has it's own snapshot thinning based on actual datetime and does not need a policy and a cronjob for each retention level anymore, making the configuration much more simple in complex setups. If that is still what you wish to do, use minimum keep only and leave the others at 0 (the default). See the example configuration for more details.

Changes:
3b538bc Don't check for interval snapshots if keep is not > 0
c933899 Ensure correct sorting when finding keep snapshots
dfdd3cd Ensure minimum keep is always at least 0
a985dfe Add snapshot retention handling to replication policies too.
2f9d12d Fix some pylint warnings
1a0cdea Update with new dependency
b39add8 Update README
8aeede6 Do proper snapshot thinning.
3ea3c17 Fix broken snapshot test
ccb73a9 Add some more tests
119dbbb Add lots of MetadataFile tests
0320e13 Have to go
bd155d4 Update tests from scratch

v3.5.3

17 Jan 19:51
Compare
Choose a tag to compare

309d44f Bump version to 3.5.3
4f7dae4 Refactor code and do some cleanup. No functionality added.
a36013c Change metadatafile version check to only react to newer send version snapshots