On Sat, 2008-10-18 at 20:55 -0400, Mag Gam wrote: > Thanks Matt. I suppose I could use rsync to know how big a directory > is then...right? > > rsync --progress -avzL -n /source /foo > > That should give me the total number of bytes to transfer
That will work, but --progress seems to be pointless on a dry run, and you might like to pass --stats to get some additional information. Matt -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
