Add progress output via SIGINFO and SIGVTALRM
authorWayne Davison <wayned@samba.org>
Sun, 5 Apr 2020 21:52:32 +0000 (14:52 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 5 Apr 2020 22:07:31 +0000 (15:07 -0700)
commit15fa9ab06d42965346b7a3941c0fd31cb0b5aec6
treea8bb50102c1605812f49e95070e670bdca3ae06f
parent7e70e4842bb81d555cff538d17a567efbb10f08f
Add progress output via SIGINFO and SIGVTALRM

On BSD-ish systems you can type Ctrl+T to see the current file and
the progress output (in --info=progress2 format).  On hosts w/o
SIGINFO, use something like "killall -VTALRM rsync" or a more
targetted "kill -VTALRM PID ..." call (as needed).
main.c
progress.c
receiver.c
rsync.yo
sender.c