Commit Graph

280 Commits

Author SHA1 Message Date
Jim Salter 4ba1327fe2 many updates to syncoid 2017-08-09 12:32:03 -04:00
Jim Salter 6edba31076 1.4.16 in syncoid 2017-08-09 12:28:49 -04:00
Jim Salter 4d6bda936c add "ignore" template 2017-08-09 12:24:37 -04:00
Jim Salter 2a13f1609d Update syncoid 2017-08-09 12:06:55 -04:00
Jim Salter 32cd100973 Merge pull request #126 from stardude900/patch-1
Update INSTALL
2017-08-09 10:29:00 -04:00
stardude900 dea2bb9eb0 Update INSTALL 2017-08-09 09:13:40 -05:00
Jim Salter 4bfaa8cb90 Merge pull request #118 from hrast01/master
Multiple option (-o) passing to syncoid
2017-08-04 14:16:07 -04:00
Jim Salter f16eff97fc Merge pull request #119 from JakobR/fix
Fix off-by-one error causing too many snapshots under certain conditions
2017-08-04 13:44:45 -04:00
Jakob Rath a39d432dce Fix off-by-one error causing too many snapshots under certain conditions (closes #113) 2017-07-29 07:24:53 +02:00
Michael Brock 7e608f8a8d Merge branch 'master' of https://github.com/jimsalterjrs/sanoid 2017-07-28 18:39:21 -05:00
Michael Brock a26e3c4ad7 Updated to allow multiple options (-o) to be passed. 2017-07-28 17:43:47 -05:00
Jim Salter 96e66d6395 Update syncoid 2017-07-27 15:59:26 -04:00
Jim Salter 056d38f9c5 Update sanoid 2017-07-27 15:58:55 -04:00
Jim Salter 2f0205ac3a Update CHANGELIST 2017-07-27 15:58:32 -04:00
Jim Salter b460b7f513 Merge pull request #115 from hrast01/master
Add -o option to syncoid
2017-07-27 15:56:40 -04:00
Michael Brock c4ae73491c Additional changes to support -o usage 2017-07-26 19:02:13 -05:00
Michael Brock 7f00c01e90 Add -o option to pass ssh options into syncoid 2017-07-25 22:21:29 -05:00
jimsalterjrs eef68e9731 fixed syncoid regression in #112 (sort creation, match guid) 2017-07-17 09:46:11 -04:00
jimsalterjrs ced03e5155 Merge branch 'master' of https://github.com/jimsalterjrs/sanoid 2017-07-17 09:45:01 -04:00
jimsalterjrs 2bf3547eb5 fixed syncoid regression in #112 (sort creation, match guid) 2017-07-17 09:44:07 -04:00
Jim Salter 3b593e68b8 Merge pull request #110 from tmlapp/rpmdev
Update summary, description, source, dependencies and general cleanup…
2017-07-12 18:12:32 -04:00
Thomas M. Lapp 21e3eea1dd Update summary, description, source, dependencies and general cleanup. Made compatible with Fedora and RHEL/CentOS 2017-07-12 18:00:39 -04:00
Jim Salter 97eb91fde8 Update INSTALL 2017-07-12 17:28:14 -04:00
Jim Salter 37a9a1b125 Update README.md 2017-07-12 17:13:11 -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 cf68e81d03 keep trying to replicate other child datasets even if one dataset fails 2017-07-12 16:59:58 -04:00
jimsalterjrs bb1e7ce481 fixed bug DIE-ing unnecessarily when no matching snapshot existed on target but --no-sync-snap had not been set 2017-07-12 16:47:37 -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 84a747630b added --compress=pigz-fast and --compress=pigz-slow to syncoid 2017-07-12 15:16:55 -04:00
jimsalterjrs 804fd0fd1b add -c option to specify ssh cipher directly from command line 2017-07-04 17:07:54 -04:00
Jim Salter 2a065b74ed Merge pull request #94 from tomposmiko/patch-1
Update INSTALL to reflect crypto changes
2017-06-29 14:55:46 -04:00
Tamas Papp 9821f6d0e0 Update INSTALL to reflect crypto changes
In v1.4.6 Xenial and newer FreeBSD changes was added.
Change INSTALL to reflect them so it cannot mislead users about requirements.
2017-06-28 23:25:47 +02:00
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