On Sun, Nov 06, 2005 at 01:18:22AM +0100, Martin Geisler wrote: > I would like to suggest an option to rsync that makes it output sizes > in human readable units, instead of always using bytes.
The CVS version now has the options --human-readable (-m) and --si to implement more human-reable output in the --stats and the end-of-run summary. Anyone wanting to be able to use -h instead of -m (to make the option more like du/df/ls) may define a popt alias in their ~/.popt file: rsync alias -h -m ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
