martymac / fpart

Sort files and pack them into partitions
https://www.fpart.org/
BSD 2-Clause "Simplified" License
230 stars 39 forks source link

Status / percentage complete / progress bar? #46

Closed ylluminate closed 1 year ago

ylluminate commented 1 year ago

Have you thought about a possible way to implement a percentage complete or an estimating completion progress bar?

martymac commented 1 year ago

Hello,

Thanks your suggestion.

About the progress bar, I'll keep that in mind when refactoring fpsync output (I don't think it would be easy to add with current output style).

About the % complete part, sending a SIGINFO (CTRL-T on FreeBSD) to the main fpsync process will display it.

Best regards,

Ganael.