I’d like to blog more about those powerful commands that we carefully craft in our day-to-day. For a file transfer I just ran $ rsync -a --info=progress2 source dest 17,310,485,259 98% 49.04MB/s 0:05:36 (xfr#87446, to-chk=0/99316) As you can see in the output, it transferred 99316 files (~17 GB of data) within ~5 minutes. Re-running the […]