Forum Moderators: phranque

Message Too Old, No Replies

Can I Tar a Tar file?

         

matthewamzn

7:07 pm on Aug 21, 2006 (gmt 0)

10+ Year Member



I'm moving a directory full of tar and sql files. I was thinking of tarring the whole directory (so all the tar files would be inside).

Does tarring an already tarred file damage it in anyway?

jatar_k

7:10 pm on Aug 21, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



not all the times I've done it

it will be just fine

though whenever you want to test something like this, make a copy first and then see what happens :)

physics

9:25 pm on Aug 21, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Depending on where you're moving it you might consider using rsync instead.
rsync -ave ssh ...
[hacks.oreilly.com...]