mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-24 17:35:01 +01:00
13 lines
197 B
Go
13 lines
197 B
Go
|
package zfs
|
||
|
|
||
|
func InitialSend(snapshot string) (io.Read, error) {
|
||
|
|
||
|
}
|
||
|
|
||
|
func IncrementalSend(from, to string) (io.Read, error) {
|
||
|
|
||
|
}
|
||
|
|
||
|
func FilesystemsAtRoot(root string) (model.Filesystem, error) {
|
||
|
|
||
|
}
|