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) {
|
|
|
|
} |