I would like to know the printing condition of zfs send
prints the progress always.
#13966
-
I would like to show the progress on a backup with I am developing Elephant Backup, which is backup CLI to archive ZFS filesystems. e.g., Elephant Backup's usage of the zfs commands.
I would like to show the progress on a backup without the I would like to know the printing condition of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
zfs send -v
, maybe?