You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to use the mystifyio/go-zfs package in a cobra based command line application for filesystem and snapshot management. Thanks for your work so far!
I have implemented a straight-forward solution to support remote execution of the ZFS commands via SSH. I've tried to do this in a way, which has minimum impact on the core system and all your tests are running in a local environment as well as remotely against the Vagrant Ubuntu box. Pls. see ssh-remote-command branch of my fork for details. If you think, the implementation is of general interest for the project, I will be happy to review the code and create a pull request.
Additional features from my backlog are:
advanced filtering of filesystem/snapshot lists with glob patterns
Hi,
I'm going to use the mystifyio/go-zfs package in a cobra based command line application for filesystem and snapshot management. Thanks for your work so far!
I have implemented a straight-forward solution to support remote execution of the ZFS commands via SSH. I've tried to do this in a way, which has minimum impact on the core system and all your tests are running in a local environment as well as remotely against the Vagrant Ubuntu box. Pls. see ssh-remote-command branch of my fork for details. If you think, the implementation is of general interest for the project, I will be happy to review the code and create a pull request.
Additional features from my backlog are:
Thanks for your reply and comments,
Bernd
The text was updated successfully, but these errors were encountered: