tar help
Jonathan Knight
jonathan at cs.keele.ac.uk
Sun Jul 2 00:27:29 AEST 1989
>From article <2822 at solo10.cs.vu.nl>, by maart at cs.vu.nl (Maarten Litmaath):
X> gefuchs at goedel.uucp (Gill E. Fuchs) writes:
X> \suppose i want to tar an entire accound into a tar file named
X> \GUGU.tar
X> \then i type (at the ~ directory)
X> \ tar cvf GUGU.tar .
X> \
> \but after sometime tar tars GUGU.tar recorsively upon itself,
> $ cat > excluded
> ./excluded
> ./GUGU.tar
> $ tar cvfX GUGU.tar excluded .
Overkill.
$ tar -cvpf /usr/tmp/GUGU.tar .
will do what was required. The problem is to make sure the tar
file is not created in a place that tar is going to find when it
is archiving.
--
______ JANET :jonathan at uk.ac.keele.cs Jonathan Knight,
/ BITNET:jonathan%cs.kl.ac.uk at ukacrl Department of Computer Science
/ _ __ other :jonathan at cs.keele.ac.uk University of Keele, Keele,
(_/ (_) / / UUCP :...!ukc!kl-cs!jonathan Staffordshire. ST5 5BG. U.K.
More information about the Comp.unix.questions
mailing list