Commit Graph

592 Commits

Author SHA1 Message Date
Simon Alman d3f19c8397 Sanoid ebuild for Gentoo 2019-02-17 07:17:03 +00:00
Christoph Klaffl a748b41f09
if bookmark creation fails use guid bases suffix based fallback name 2019-02-04 18:38:09 +01:00
Christoph Klaffl 99b439e383
return if there is nothing to do 2019-02-04 18:24:19 +01:00
Christoph Klaffl 5812b57349
check for invalid send/receive option syntax 2019-02-04 18:19:44 +01:00
Christoph Klaffl 10b2012401
removed debug output 2019-02-04 18:08:01 +01:00
Christoph Klaffl 7d522fa590
fix unitialized variable 2019-02-04 17:56:27 +01:00
Christoph Klaffl 1053e9370e
missed sudo command for bookmark creation if source host is remote 2019-02-01 17:43:04 +01:00
Christoph Klaffl f0fec5348e
fix root pool parsing for remote hosts 2019-01-31 18:25:41 +01:00
Christoph Klaffl c5eebbe81d
implemented parsing of provided zfs send/recv options and whitelisting for each use case as needed 2019-01-31 18:14:35 +01:00
Christoph Klaffl 5107380cb3
codestyle 2019-01-31 00:47:13 +01:00
Christoph Klaffl d68d7b4afa
implemented creation of zfs bookmarks 2019-01-31 00:45:12 +01:00
Christoph Klaffl 7141eab594
fix bookmark edge case where replication was already done to the latest snapshot (+ test) 2019-01-30 23:49:38 +01:00
Christoph Klaffl ea9e989fed
only list filesystems and volumes 2019-01-30 23:26:07 +01:00
Christoph Klaffl 132c765e28
error out if no datasets are processed with recursive arg 2019-01-25 23:58:12 +01:00
Christoph Klaffl 85561ddcda
handle the case of mistyped dataset name nicely 2019-01-25 23:46:58 +01:00
Christoph Klaffl c12b6d716b
check pool capability for resumeable replication instead of checking for support in the zfs module 2019-01-25 23:25:22 +01:00
Jim Salter 7ef435c5e3 add "hotspare" template (for local, hourly replication targets) 2019-01-25 14:48:17 -05:00
Christoph Klaffl d692972c79
Merge branch 'master' into zfs-recursion 2019-01-25 16:11:19 +01:00
Christoph Klaffl 02219b0fcf
Merge branch 'master' into path 2019-01-25 16:10:47 +01:00
Christoph Klaffl 6f5e8463c2
Merge branch 'master' into silence-excludes 2019-01-25 16:09:57 +01:00
Jim Salter 9ec0c0bfb1
Merge pull request #312 from matveevandrey/master
preserve taking snapshots order always from yearly to frequently && pre/post snapshot script calls should be also dumped in --readonly mode
2019-01-22 15:05:48 -05:00
Jim Salter cd99c5f322
Merge pull request #295 from clinta/zfs_send_recv_options
Added in --sendoptions=OPTIONS and --recvoptions=OPTIONS to inject OP…
2019-01-22 15:04:09 -05:00
Jim Salter 252d496893
Merge pull request #313 from TerraTech/pr/mbuffer_size_option
syncoid: add '--mbuffer-size' option
2019-01-22 15:03:30 -05:00
Jim Salter 8417f518cb
Merge pull request #322 from phreaker0/freebsd-patches
FreeBSD sed needs a different syntax
2019-01-22 15:02:55 -05:00
Christoph Klaffl c3e20fdefc
FreeBSD sed needs a different syntax 2019-01-09 17:41:16 +01:00
Jim Salter 8da79ddd2b
Merge pull request #321 from phreaker0/freebsd-tests
make tests work on FreeBSD
2019-01-08 16:55:13 -05:00
Christoph Klaffl ea482ce7b6
make tests work on FreeBSD 2019-01-08 20:10:38 +01:00
Christoph Klaffl ab12540a96
added message if zfs recursion is used and fixed ordinary recursion in combination with zfs recursion 2019-01-07 20:00:47 +01:00
Christoph Klaffl 0fc16b4903
fixed uninitialzed variable warning and clarified recursive value 2019-01-07 20:00:31 +01:00
Christoph Klaffl 271ede7116
Revert "Revert "Zfs Recursion""
This reverts commit 50a2374021.
2019-01-07 19:59:31 +01:00
Christoph Klaffl e4e90659a1
removed debug output from excludes loop 2019-01-07 12:08:55 +01:00
Jim Salter 582ab5b715
Merge pull request #318 from jimsalterjrs/revert-181-zfs-recursion
Revert "Zfs Recursion"
2019-01-06 15:42:34 -05:00
Jim Salter 50a2374021
Revert "Zfs Recursion" 2019-01-06 15:41:18 -05:00
Jim Salter 6882c91208
Merge pull request #181 from jMichaelA/zfs-recursion
Zfs Recursion
2019-01-06 15:33:18 -05:00
Jim Salter ade8e2cd67
Merge pull request #301 from benyanke/patch-1
Improved documentation on --no-command-checks
2019-01-06 15:29:51 -05:00
Jim Salter 165faee706
remove spurious line break from HTML 2019-01-06 15:29:29 -05:00
Jim Salter 64a86ac8ff
Merge pull request #317 from ppcontrib/fixbookmark
fix for #316 - CRITICAL ERROR: bookmarks couldn't be listed for <volume>
2019-01-06 15:27:06 -05:00
WG Dev f941d7f782 fix for #316 - CRITICAL ERROR: bookmarks couldn't be listed for <volume> 2019-01-06 10:46:24 +01:00
Matthew Swabey bd4eb491d8 Added in --sendoptions=OPTIONS and --recvoptions=OPTIONS to inject OPTIONS enabling things like syncoid --sendoptions=-Lcep and syncoid --recvoptions="-x property"
Co-authored-by: Clint Armstrong <clint@clintarmstrong.net>
2018-12-23 11:13:47 -05:00
root ca76f4268b syncoid: add '--mbuffer-size' option 2018-12-23 09:18:49 -05:00
matveevandrey c35c953e54
remove redundant loop 2018-12-21 12:56:10 +03:00
matveevandrey f8e0e006ab
preserve taking snapshots order always from yearly to frequently
very simple patch (not best way in terms of programming but minimal change requirements achieved)
2018-12-20 23:52:40 +03:00
matveevandrey 7cf64be702
pre/post snapshot script calls should be also dumped in --readonly mode 2018-12-20 22:53:57 +03:00
Christoph Klaffl 4daafca9cf
prevent problems with shell expansion and codestyle 2018-12-20 01:33:35 +01:00
Sam Allred 1605a60c62
CLIMATE-1151: added config option to use zfs recursion 2018-12-20 01:14:47 +01:00
Ben Yanke 8d88c4743e
improved documentation on --no-command-checks 2018-12-20 00:45:12 +01:00
Christoph Klaffl c2220145e1
Merge branch 'master' into reset-resume-state 2018-12-19 01:32:15 +01:00
Jim Salter a7cb1e2226
Merge pull request #308 from phreaker0/monitor-period-case-insensitive
made time units case insensitive and removed monthlies
2018-12-18 18:42:45 -05:00
Christoph Klaffl ac80a75315
made time units case insensitive and removed monthlies 2018-12-19 00:36:10 +01:00
Jim Salter f1f31412af
Merge pull request #306 from phreaker0/monitor-time-period
support monitor time period suffixes
2018-12-17 13:08:48 -05:00