1 2 3 4 5 6
fn main() { let z = zfs_core::Zfs::new().unwrap(); z.sync("testpool", true).unwrap(); println!("COMPLETE"); }