Mention the 3.0.1pre3 release.
[rsync-web.git] / rsync-debug
1 #!/bin/sh
2
3 ulimit -c unlimited
4
5 # Some systems have "truss" or "tusc" instead of "strace".
6 # The -f option tells strace to follow children too.
7 strace -f rsync "${@}" 2>/tmp/rsync-$$.out