> I was just going to write about this. I have just turned on gnutar > backups. I noticed that the estimates are basically tar operations with > all of the ouput going to /dev/null. That is what's taking the time. > Not to get the file's size, but to move the date through that system > pipe into /dev/null. GNU tar does consider writing to /dev/null, I'm doing some tests right now. # time tar cf /dev/null /usr # time tar cf - /usr | cat > /dev/null
- Estimates taking a long time. Colin Smith
- Re: Estimates taking a long time. John R. Jackson
- Re: Estimates taking a long time. Jason Brooks
- Re: Estimates taking a long time. Bernhard R. Erdmann
- Re: Estimates taking a long time. Bernhard R. Erdmann
- Re: Estimates taking a long time. John R. Jackson
- Re: Estimates taking a long time. Colin Smith
- Re: Estimates taking a long time. Marc SCHAEFER
- Re: Estimates taking a long time. Colin Smith
- Re: Estimates taking a long time. Colin Smith
- Re: Estimates taking a long time. John R. Jackson
