Commit Graph

16 Commits

Author SHA1 Message Date
Faruk Kasumovic e96fb8fdc2 Remove fmt.Println call from SendResume 2020-01-17 10:14:05 +01:00
Asmir Selimovic cee262b95a - Option to resume interrupted send 2020-01-17 10:14:05 +01:00
Faruk Kasumovic 5ddc9a9d76 Remove SendOne since it does not make sense in context of this lib 2020-01-17 09:57:13 +01:00
Faruk Kasumovic 245ec09a3f Remove fmt.Println call from SendResume 2020-01-15 15:40:16 +01:00
Faruk Kasumovic 982839bda5 Merge branch 'master' into develop 2019-12-20 10:21:40 +01:00
Asmir Selimovic 9901e4a20c - Option to resume interrupted send 2019-12-20 10:20:00 +01:00
Faruk Kasumovic 119822040b - Make SendOne compatible with libzfs 0.8 2019-12-20 10:09:00 +01:00
Faruk Kasumovic 8bf9664c9c Merge branch 'dev-zfs-0.7.x' 2019-06-20 21:28:44 +02:00
steigr b16d96b1a8 zfs 0.8 support (#15)
* Rename Rewind-Policy to Load-Policy

See 8a393be353 (diff-f29552ad5ed97006cc80fc2b453cbe39R726) for details.

Signed-off-by: steigr <me@stei.gr>

* Use threadpool for zpool_search_import.

See e89f1295d4 (diff-24bf46767aadc66215cb194bdba266e7) for details.

Signed-off-by: steigr <me@stei.gr>

* Use sendflags struct.

See 835db58592 for details.

Signed-off-by: steigr <me@stei.gr>

* Added new pool properties `Checkpoint` and `LoadGuid`

OpenZFS 9166 - zfs storage pool checkpoint: d2734cce68
read/write kstats per dataset: a448a2557e

Signed-off-by: steigr <me@stei.gr>
2019-06-20 21:17:31 +02:00
Faruk Kasumovic 3805d8a4c1 Increase deadline timeout for estimating snapshot send size, from 15 to 60 seconds 2019-05-31 10:40:03 +02:00
Faruk Kasumovic 7482756d85 Changes to build on musl/alpine 2018-11-15 21:58:33 +01:00
Faruk Kasumovic bcd0988597 Fix problem with from snapshot name interpretation on incremental syncs 2018-08-15 20:23:12 +02:00
Faruk Kasumovic 6d3dff30aa Estimate snapshot send size 2018-08-06 10:35:39 +02:00
Faruk Kasumovic c0f5b857fc Port to zfs-0.7.x
Compatibility changes to work with libzfs 0.7.x, changes are not bacward compatible
2018-08-06 10:35:39 +02:00
Faruk Kasumovic a7726113d4 - Bug fixes for send recv, and mount 2017-08-04 13:12:41 +02:00
Faruk Kasumovic 1b47551b87 - ZFS send/receive 2017-06-15 14:12:39 +02:00