tar help

Thomas Hoyt thoyt at ddn-wms.arpa
Fri Jul 7 02:14:44 AEST 1989


>From: "Gill E. Fuchs" <gefuchs at goedel.uucp>
>Subject: tar help

>suppose i want to tar an entire accound into a tar file named
>GUGU.tar

   Try this:

   Move to the directory above the directory you want to archive.
   Type:
      tar cvf - ./foo  > GUGU.tar

      where foo is the name of the directory you want to archive.

   The "-" tells tar to put the archival output to stdout, not some
   tape drive.

   Good Luck.

******
thoyt at ddn-wms.arpa  |  "Oh no...it's written in COBOL..."  | (Ps. 83:18, KJV)
Thomas Hoyt         |  "Government Computers for Government business..."
Network Mgmt, Inc., Fairfax, VA -- 703-359-9400       |  "NO FUN ALLOWED..."
******



More information about the Comp.unix.questions mailing list