Commit Graph

214 Commits

Author SHA1 Message Date
Jim Salter 09a879664a
Merge pull request #161 from phreaker0/cleanup
removed trailing whitespace
2017-11-08 13:47:00 -05:00
Christoph Klaffl dbe33170e7
removed trailing whitespace 2017-11-08 17:30:52 +01:00
jimsalterjrs 368a9fe78e default to not manually specifying an SSH cipher 2017-11-08 11:02:39 -05:00
jimsalterjrs 0be8076145 revert syncoid due to compress options error in GetOpt version 2017-11-08 10:52:23 -05:00
Jim Salter 1545d6a20c
me as maintainer, zfs | zfsutils-linux deps 2017-11-08 10:12:41 -05:00
Jim Salter 03c15e42b5
Merge pull request #148 from DHowett/master
Build sanoid as a native Debian package
2017-11-08 10:10:21 -05:00
Jim Salter 008f48319b
Merge pull request #151 from stardude900/patch-2
Update INSTALL with CentOS specific stuff
2017-11-08 10:06:39 -05:00
Jim Salter 06e327e1f3
Merge pull request #131 from LordAro/helptext
Rewrite argument parser with GetOpt::Long and add helptext
2017-11-08 10:04:59 -05:00
Charles Pigott 49758fe8b0 Fix warning when cache file doesn't exist 2017-10-16 10:24:24 +01:00
Charles Pigott c416be3eab Remember to set default compression properly 2017-10-12 15:31:12 +01:00
Charles Pigott 7756dff623 Format compression as a hash of hashes, rather than a large if block 2017-10-12 15:14:03 +01:00
Charles Pigott dd098b806a Updated readme as appropriate 2017-10-12 14:55:17 +01:00
Charles Pigott d09c361e42 Added newline to fix sanoid helptext formatting 2017-10-12 14:54:58 +01:00
Charles Pigott f04c71604d Missed a couple of syncoid options 2017-10-12 14:54:36 +01:00
stardude900 2fa2e1d2e3 Update INSTALL 2017-10-04 12:11:24 -05:00
Charles Pigott 8896059fe4 Remove unnecessary (and warning-causing) prototypes 2017-10-03 14:23:29 +01:00
Charles Pigott 5487c38350 Remove semicolons from defaults file 2017-10-03 14:23:29 +01:00
Charles Pigott 871bf6ebd2 Fix undefined variable 2017-10-03 14:23:29 +01:00
Charles Pigott 8b7dee9ee8 Typo in helptext 2017-10-03 14:23:29 +01:00
Charles Pigott ecde5acf4c An array needed a deref, and an if condition got inverted 2017-10-03 14:23:29 +01:00
Charles Pigott 5849285815 Fix sanoid default state
Fixes #134
2017-10-03 14:23:29 +01:00
Charles Pigott f8ea8f907d Add GetOptions helptext to syncoid
Lots of changes here
Notably:
nocommandcheck is now no-command-check
sshoptions can be specified multiple times
sshcipher now defaults to whatever your ssh client wants to
compress no longer accepts "no" or "0"
2017-10-03 14:23:29 +01:00
jimsalterjrs 36980d4788 nerfed most of the warnings with if defined checks 2017-10-03 14:22:53 +01:00
Charles Pigott ee6c1d15e4 Convert sanoid's argument parser to GetOpt::Long and add helptext 2017-10-03 14:21:44 +01:00
jimsalterjrs 34e4c248bc change die to warn when sanoid can't remove a snap 2017-09-14 09:58:03 -04:00
Dustin L. Howett 2e9ce9681a Make sanoid a native Debian package
It can be built with dpkg-buildpackage.
2017-09-13 00:51:28 -07:00
Jim Salter d135ee0dc8 Merge pull request #137 from jasonblewis/patch-1
remove reference to syncoid --verbose
2017-08-31 16:56:22 -04:00
Jim Salter 8844739fb0 Merge pull request #141 from dcrdev/master
Update RPM Spec.

**NOTE:** RPM spec is a community feature; @jimsalterjrs is not a CentOS user and is not directly testing RPM packages.
2017-08-31 16:55:43 -04:00
dcrdev 8207d0ee86 Update rpm changelog 2017-08-31 12:23:18 +01:00
dcrdev 4e440b4d81 Integrate rpm spec with systemd, bump version 2017-08-31 12:16:03 +01:00
Jason Lewis aaed9e9ffc remove reference to syncoid --verbose
remove --verbose from README.md as syncoid does not support it
2017-08-16 15:12:56 +10:00
Jim Salter f3d2a69089 Merge pull request #133 from LordAro/master
Added some extra information to error messages concerning the filesystem they refer to
2017-08-11 10:56:18 -04:00
Charles Pigott b4d649fce5 Added some extra information to error messages concerning the filesystem they refer to 2017-08-11 13:30:44 +01:00
Jim Salter 16cdf7b6ca off-by-one fix prevents dupe snapshots 2017-08-09 12:33:08 -04:00
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