How to do zfs diff
, but in Rust?
#266
Unanswered
ChocolateLoverRaj
asked this question in
Q&A
Replies: 1 comment
-
I don't see support for this in But I've switched off running ZFS on my desktop, and never have finished it. IIRC, new version of OpenZFS either already supports JSON output or about to get support for it. This would be the right move. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make a backup tool (in Rust) for incrementally backing up ZFS to AWS S3 Glacier Deep storage. For that my plan is to use
zfs diff
. Instead of parsing the output of thezfs diff
CLI, is there a programmatic way of doing it? Maybe usinglibzfs_diff
? If there is a function do do zfs diff could this library include it?Beta Was this translation helpful? Give feedback.
All reactions