mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-13 13:27:08 +02: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) {
|
|
|
|
} |