rharder
Do not read this sign.
When using tar (or gnutar or star) does the z parameter compress the data all in one fell swoop or does it tar the directories and then zip it?
The reason I'm wondering is that when I backup my OS X to my Win98 box, my 100baseT network only gets 200K throughput, so if I could compress the data that would help me out.
In other words, if I execute
does that compress the stream across the network (to the /backup mount) or does it tar across the network, read it back from the network, compress it, and write it back across the network?
BTW, has anyone gotten star to compile on OS X? It's supposed to be an ultra-fast tar.
-Rob
The reason I'm wondering is that when I backup my OS X to my Win98 box, my 100baseT network only gets 200K throughput, so if I could compress the data that would help me out.
In other words, if I execute
Code:
% <b>sudo gnutar cpvzf /backup/usr.tar /usr</b>
BTW, has anyone gotten star to compile on OS X? It's supposed to be an ultra-fast tar.
-Rob