tar help

Michael R. Johnston mikej at lilink.UUCP
Mon Jul 3 10:01:16 AEST 1989


gefuchs at goedel.uucp (Gill E. Fuchs) writes:
>suppose i want to tar an entire accound into a tar file named
>GUGU.tar
>then i type (at the ~ directory)
>	tar cvf GUGU.tar .
>but after sometime tar tars GUGU.tar recorsively upon itself,

I have had this problem as well. The solution is of course that you are
saying "Tar every file in this directory". GUGO.tar happens to be one of
them. To get around this I usually do like so:

	tar cvf /tmp/GUGO.tar .

And that takes care of the problem.



More information about the Comp.unix.questions mailing list