Commit Graph

146 Commits

Author SHA1 Message Date
Jim Salter c10e33655f Merge pull request #92 from rschaeuble/master
Fix #91: do not use exit codes > 255
2017-06-22 08:24:54 -04:00
Rolf Schäuble 47ff88db9d Fix #91: do not use exit codes > 255
Exit codes > 256 are treated by bash as `exit_code % 256`, which is confusing. Furthermore, using code 256 is particularly problematic, as 256%256=0, which means success, and is not was was intended here.

For further information about special exit codes, see http://tldp.org/LDP/abs/html/exitcodes.html.
2017-06-20 11:42:35 +02:00
Jim Salter 1966d7f11b moar atomicity notes: syncoid this time 2017-06-15 15:51:19 -04:00
Jim Salter ab24acb0d1 atomicity notes 2017-06-15 15:47:32 -04:00
Jim Salter dda2512f17 Merge pull request #90 from redmop/master
Updating the readme to include commandline arguments.
2017-06-15 15:43:22 -04:00
Shawn Perry 959642349b Removed some things from my patch and added missing args 2017-06-15 11:58:16 -06:00
Shawn Perry 5a39629109 Update README.md 2017-06-15 11:35:01 -06:00
Shawn Perry f54be98c76 Merge pull request #21 from jimsalterjrs/master
Merge with Upstream
2017-06-15 17:29:44 +00:00
Jim Salter 998d3fe5e5 controlpersist=yes --> controlpersist=1m
Make the SSH control channel die after 1m, to avoid complaints of accumulating dead mux channels.
2017-05-03 15:37:07 -04:00
Jim Salter ab12e59485 Merge pull request #66 from ZmK/patch-1
Bug correction in 'getsnaps'
2017-05-03 15:14:41 -04:00
Jim Salter 5cadb17d03 Merge pull request #59 from lalloni/master
List only filesystems when finding children
2017-05-03 15:05:07 -04:00
Jim Salter e8906de2f0 only list snapshots in $getsnapcmd 2017-05-03 15:04:32 -04:00
Jim Salter 5fa92fa8cb don't accidentally pick up snapshots when getting child datasets 2017-05-03 15:02:10 -04:00
Jim Salter 360cfe8e03 Merge pull request #78 from tmlapp/master
Remove sshkey patch as it is no longer needed.
2017-04-18 10:12:55 -04:00
Thomas M. Lapp d43ad6af1a Remove sshkey patch as it is no longer needed. 2017-04-18 09:00:56 -04:00
Jim Salter 2f09b30b8f Merge pull request #77 from AndCycle/fix-missing-isroot
added missing isroot args
2017-04-13 10:43:58 -04:00
AndCycle d3ca4371a1 added missing isroot args 2017-04-13 22:37:09 +08:00
jimsalterjrs 3437326a9c wups - forgot to update version strings in sanoid and syncoid themselves 2017-03-13 15:02:47 -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 f41325db85 Merge pull request #73 from secabeen/quiet-arg
Adding --quiet arg - uses existing default-on $verbose flag in reverse, basically. No impact on other operations.
2017-03-04 18:34:38 -05:00
Ted Cabeen 21b3debf90 Adding --quiet arg 2017-03-03 12:04:09 -08:00
ZakMcKraken 8534369204 Bug correction in 'getsnaps'
getsnaps not working when snapshot name contains 'creation'
2017-01-17 17:38:35 +01:00
Shawn Perry 47390cfbbb Merge pull request #20 from jimsalterjrs/master
Merge with base
2017-01-15 15:34:37 -07:00
Jim Salter c121305b9d Update CHANGELIST 2016-12-28 11:02:42 -05:00
Jim Salter ffa22c9105 Update syncoid
cause raw invocation to print typical/minimal usage example, as per @rriley and @fajarnugraha suggestions
2016-12-28 11:01:11 -05:00
Jim Salter d437d9f8df Update syncoid 2016-12-28 10:58:11 -05:00
Pablo Lalloni 50f07db14f List only filesystems when finding children
Fixes #58
2016-11-03 02:40:46 -03:00
Shawn Perry f70eeb9bda Merge pull request #19 from jimsalterjrs/master
Merge with base
2016-10-25 21:28:48 -06:00
Jim Salter b4bed03742 Merge pull request #45 from faceprint/master
add --quiet option
2016-08-17 14:26:58 -04:00
Nathan Walp 7eb772fef8 add --quiet option 2016-08-16 22:36:58 -04:00
Jim Salter d84fd9e1ab more warning fixing, sigh 2016-08-07 15:26:32 -04:00
Jim Salter 7bd2bed91b more uninitialized value shushing 2016-08-07 15:22:19 -04:00
Jim Salter 2876637655 fixed use of uninitialized value warnings in syncoid 2016-08-07 12:13:32 -04:00
Jim Salter adb14d2343 changed die to warn if syncoid fails to zfs destroy a sync snapshot - no good reason to stop a sync for that 2016-08-07 11:45:46 -04:00
Jim Salter e99306094b Update README.md 2016-07-04 16:36:51 -04:00
Jim Salter b5f7d9096c Update README.md 2016-07-04 16:36:01 -04:00
Jim Salter bf52340ee0 Update README.md 2016-07-04 16:35:36 -04:00
Jim Salter eddfcc4e81 Update README.md 2016-07-04 16:34:56 -04:00
Jim Salter a0e400aaff Update README.md 2016-07-04 16:34:06 -04:00
Jim Salter 454389275f Update README.md 2016-07-04 16:32:50 -04:00
Jim Salter ddaa41dc09 Update README.md 2016-07-04 16:32:28 -04:00
Jim Salter 2a4db1d90e Update README.md 2016-07-04 16:30:44 -04:00
Jim Salter 65adfdd388 Update README.md 2016-07-04 16:30:22 -04:00
Jim Salter 5789fbd7d7 Update README.md 2016-07-04 16:29:09 -04:00
Jim Salter 7af7c65825 Update README.md 2016-07-04 16:28:31 -04:00
Jim Salter 5dc5b8592e Update README.md 2016-07-04 16:09:46 -04:00
Jim Salter 4aa923f80c 1.4.7 - whoops, forgot to git add FREEBSD.readme 2016-06-13 11:48:57 -04: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