billw2 / rpi-clone

A shell script to clone a booted disk.
BSD 3-Clause "New" or "Revised" License
2.49k stars 327 forks source link

Add rsync progress flag #116

Open gromain opened 3 years ago

gromain commented 3 years ago

Hi,

A little request for improvement. Rsync supports displaying progress (with the flag --progress). It would be nice to include a flag to add this to the command. I think it would make a lot of sense to offer that to the user (that doesn't necessarily wants to see the list of files being copied over go on and on, but still wants to have an overview of where things stand).

Thanks!

framps commented 3 years ago

Given the fact PRs are no handled I don't create a PR for this. But there is a simple mitigation of your issue: Just change this line and append --progress separated with a space :wink: