Skip to content

Releases: jimsalterjrs/sanoid

v1.4.8 - syncoid gets --no-stream and --no-sync-snap

14 Mar 00:39
Compare
Choose a tag to compare

No changes to sanoid, but syncoid gets new features:

--no-stream : this argument tells syncoid to use -i incrementals, not -I. This updates the target with the newest snapshot from the source, without replicating the intermediate snapshots in between. (If used for an initial synchronization, will do a full replication from newest snapshot and exit immediately, rather than starting with the oldest and then doing an immediate -i to the newest.)

--no-sync-snap : this argument tells syncoid to restrict itself to existing snapshots, instead of creating a semi-ephemeral syncoid snapshot at execution time. Especially useful in multi-target (A->B, A->C) replication schemes, where you might otherwise accumulate a large number of foreign syncoid snapshots!

v1.4.7

18 Aug 19:30
Compare
Choose a tag to compare

Various fixes and improvements - Syncoid now uses warnings, uses -F with zfs receive, etc. See CHANGELOG for details.

1.4.6c

27 May 23:03
Compare
Choose a tag to compare

merged @Gusson's --sshport argument enhancement to syncoid to allow sync to/from boxes running SSH on non-standard ports

1.4.6b

27 May 22:26
Compare
Choose a tag to compare

Updated syncoid cipherlist to [email protected],arcfour - newer SSH found in Ubuntu Xenial, FreeBSD doesn't support arcfour by default ; older SSH versions (Ubuntu Precise?) don't support chacha20.

1.4.6

23 May 22:59
Compare
Choose a tag to compare

new: added syncoid mollyguard for new users who try to zfs create a target before replicating to it ; added die pragma to all system calls that didn't already have it in sanoid or syncoid

v.1.4.5a

23 May 17:26
Compare
Choose a tag to compare

Added INSTALL notes.

v.1.4.5

23 May 17:05
Compare
Choose a tag to compare

Minor update: change shebang to #!/usr/bin/env perl for enhanced BSD compatibility.

v1.4.4

05 May 20:32
Compare
Choose a tag to compare

Current stable release, v1.4.4.

A note: ANY code in main on this project should generally be considered production quality. I make a serious effort to only do development in branches, and not to push code to main if I haven't already tested it thoroughly.

v1.0.8

18 Nov 18:54
Compare
Choose a tag to compare

Updated FreeBSD support for Sanoid, added extra "ZFS busy" checking to avoid deleting snapshots from filesystems currently being replicated from/to, added --version arguments to sanoid and syncoid.