Commit Graph

58 Commits

Author SHA1 Message Date
Christoph Klaffl 538416879d
prepare 2.2.0 2023-07-18 18:09:51 +02:00
Josh Soref 3ffa57c72f spelling: resumable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-01 14:43:35 -05:00
Josh Soref 93f2b8863e spelling: necessary
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-01 14:43:35 -05:00
Josh Soref c43048598a spelling: github
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-01 14:43:35 -05:00
Josh Soref 12e962a133 spelling: errors
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-01 14:43:35 -05:00
Josh Soref 7d24d97045 spelling: available
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-01 14:30:57 -05:00
Christoph Klaffl 77d0135a60
prepare v2.1.0 release 2020-11-24 11:52:20 +01:00
Christoph Klaffl 96a48efd92
prepare v2.0.3 bugfix release 2019-10-02 16:42:38 +02:00
Christoph Klaffl b04bd2f02d
proper changelog for the last two version and packaging updates 2019-09-25 22:22:00 +02:00
Donald Webster 056193ec04 Update to v2.0.2. 2019-09-20 13:28:59 -07:00
Christoph Klaffl 5fd4ff04bb
Merge branch 'master' into prepare-release 2018-12-04 23:42:18 +01:00
Christoph Klaffl 00a9c6f6b5
added changed from recently merged PR's 2018-12-04 23:12:16 +01:00
Jim Salter 23a0ce2e06
Update CHANGELIST 2018-12-04 16:33:03 -05:00
Christoph Klaffl 2fe97f13ad
prepare for v1.4.19 release 2018-09-05 10:07:05 +02:00
root 72245338a8 special character handling and resumable zfs receive support in syncoid 2018-04-25 15:21:56 -04:00
Christoph Klaffl dbe33170e7
removed trailing whitespace 2017-11-08 17:30:52 +01:00
jimsalterjrs 34e4c248bc change die to warn when sanoid can't remove a snap 2017-09-14 09:58:03 -04:00
Jim Salter 6edba31076 1.4.16 in syncoid 2017-08-09 12:28:49 -04:00
Jim Salter 2f0205ac3a Update CHANGELIST 2017-07-27 15:58:32 -04:00
jimsalterjrs 2bf3547eb5 fixed syncoid regression in #112 (sort creation, match guid) 2017-07-17 09:44:07 -04:00
jimsalterjrs 00cb721922 1.4.13 syncoid no longer dies on first replication failure in recursive replication calls 2017-07-12 17:03:33 -04:00
jimsalterjrs 243653fd9f 1.4.12 strip whitespace in template defs in sanoid.conf per #61 2017-07-12 16:25:34 -04:00
jimsalterjrs 7e22bff175 1.4.11 enhanced Syncoid to use `guid` instead of `creation` for extra snapshot identification (beyond the name) 2017-07-12 15:49:45 -04:00
jimsalterjrs b536f0c6f7 1.4.10 - add --compress=pigz-fast and --compress=pigz-slow to syncoid 2017-07-12 15:23:23 -04:00
jimsalterjrs 804fd0fd1b add -c option to specify ssh cipher directly from command line 2017-07-04 17:07:54 -04:00
jimsalterjrs 5168481545 1.4.8 added --no-stream and --no-sync-snap to allow simple -i incrementals (no intermediate stream), and sync to newest pre-existing snapshot without creating a syncoid snapshot 2017-03-13 14:57:45 -04:00
Jim Salter c121305b9d Update CHANGELIST 2016-12-28 11:02:42 -05:00
Jim Salter 95f1ecb159 1.4.7 reverted shebangs to Linux style, added -F to zfs receive, dyked out set readonly behavior to mitigate upstream bugs in mount/unmount 2016-06-13 11:42:17 -04:00
Jim Salter c0f065b0f0 1.4.6c - merged @gusson's --sshport argument enhancement for syncoid 2016-05-27 19:01:51 -04:00
Jim Salter cd19307ab4 Merge branch 'gusson-ssh_port'
Conflicts:
	CHANGELIST
	findoid
	sanoid
	syncoid
2016-05-27 18:58:48 -04:00
Jim Salter dd4ef0fa53 1.4.6c merge @gusson's --sshport argument for syncoid 2016-05-27 18:57:55 -04:00
Jim Salter 6eaa303327 1.4.6b - updated cipherlist for syncoid to chacha20-poly1305@openssh.com,arcfour 2016-05-27 18:24:27 -04:00
Jim Salter 17759ce659 1.4.6a - mitigate ZFS on Linux bug #4473 by complaining not dying if set readonly fails. 2016-05-25 17:00:19 -04:00
Jim Salter ba3e956b08 added ==0 or die to all system() calls that didn't already have them in sanoid and syncoid 2016-05-23 18:56:28 -04:00
Jim Salter 546bfabf6d added ==0 or die to all system calls in sanoid and syncoid that didn't already have them 2016-05-23 18:55:42 -04:00
Jim Salter 839d65d808 1.4.5 changed shebang to '#!/usr/bin/env perl' for enhanced FreeBSD compatibility 2016-05-23 12:35:11 -04:00
Jim Salter 633c5e237d jjlawrens' portability pull requests + configdir option for sanoid 2015-12-31 14:52:47 -05:00
Jim Salter 3280856d6f minor fix - add a 2>&1 to get rid of the 'Exit request sent.' noise at the end when killing the ssh master 2015-09-18 12:14:54 -04:00
Jim Salter 257794c2f1 1.4.3 - added SSH persistence - speeds up SSH overhead by 300%+ 2015-09-18 12:03:25 -04:00
Jim Salter a334fc9e15 1.4.2 - remove -r flag from zfs destroy command for pruned snapshots 2015-05-11 11:13:27 -04:00
Jim Salter 9c3bf32fa5 more robust zpool list parsing 2015-04-11 14:09:50 -04:00
Jim Salter c0f1131fa6 added findoid tool 2015-04-06 18:10:02 -04:00
Jim Salter 8a6048635a whoops - keep process_children_only from being set from blank value in defaults.conf 2015-04-02 11:24:00 -04:00
Jim Salter 470a16e480 process_children_only keeps sanoid from messing with empty parent datasets; improved docs in default conf files 2015-04-02 11:10:38 -04:00
Jim Salter aa55a4ece0 1.2.0 - added monitor-children-only parameter to sanoid.conf for cases where parent dataset is kept empty 2015-04-01 18:38:08 -04:00
Jim Salter 2031b64a8e recursion support in sanoid, die on unknown values in sanoid.conf 2015-04-01 18:01:42 -04:00
Jim Salter 5bad8ec6a7 updated to 1.0.20, updated CHANGELIST 2015-04-01 16:39:28 -04:00
Jim Salter 5c157f821c 1.0.19 - working recursive sync in syncoid! 2015-03-30 18:48:00 -04:00
Jim Salter d3832954e5 1.0.18 - syncoid: broke sync routine out of main() and into syncdataset(), so we can add recursive synchronization in 1.0.19 =) 2015-03-30 18:10:11 -04:00
Jim Salter e2230bfda7 1.0.17 - syntax checks in sanoid and syncoid, --compress=lzo|gzip|none in syncoid, use of sudo where appropriate in syncoid, improved CLI argument parsing in both sanoid and syncoid 2015-03-21 20:31:25 -04:00