Inner-Heaven / libzetta-rs

Stable interface for programmatic administration of ZFS from Rust
BSD 2-Clause "Simplified" License
62 stars 15 forks source link

receive_resume_token is missing from FilesystemProperties #259

Open asomers opened 10 months ago

asomers commented 10 months ago

Is your feature request related to a problem? Please describe. I need to know if a dataset has a receive_resume_token

Describe the solution you'd like FilesystemProperties (and VolumeProperties) should have a receive_resume_token method.

Describe alternatives you've considered The best alternative at this point is to run zfs get as a command

andoriyu commented 9 months ago

Will take a look later this week