Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZFS support? #187

Open
ukd1 opened this issue Aug 23, 2023 · 5 comments
Open

ZFS support? #187

ukd1 opened this issue Aug 23, 2023 · 5 comments

Comments

@ukd1
Copy link

ukd1 commented Aug 23, 2023

Thanks for all the work on progress; I love using it. The one thing (for me!) that would make it even better is support for monitoring things like:

zfs send tank/something | zfs recv new-tank/something
...
zfs send tank/something@zfs-auto-snap_daily-2023-08-22-0630 | ssh [email protected] zfs recv tank/something
...
zfs send tank/something@20230823 > /mount/external-drive/something.zfs

It would be amazing to see some of these output in progress!


Some docs:

@kocoman1
Copy link

does this support rm directory on zfs? I am using zfs with dedup and the rm is slow I don't know whats its doing. thx

@ukd1
Copy link
Author

ukd1 commented Jan 21, 2024

does this support rm directory on zfs? I am using zfs with dedup and the rm is slow I don't know whats its doing. thx

not sure what you're asking - could you clarify?

@ukd1
Copy link
Author

ukd1 commented Jan 21, 2024

@Xfennec do you have any plans for ZFS support?

@Xfennec
Copy link
Owner

Xfennec commented Jan 22, 2024

progress is a generic tool, it does not have any command-specific code. If a command open a file (even a special one) and read / write from it, it is "supported". With any other system call / API is used, it's not.

@ukd1
Copy link
Author

ukd1 commented Jan 26, 2024

@Xfennec it does work for the transfer rate, but doesn't pick up the sizes of the transfers themselves - is that something the zfs send side would need to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants