Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!xadmx!thoyt@ddn-wms.arpa From: thoyt@ddn-wms.arpa (Thomas Hoyt) Newsgroups: comp.unix.questions Subject: tar help Message-ID: <20180@adm.BRL.MIL> Date: 6 Jul 89 16:14:44 GMT Sender: news@adm.BRL.MIL Lines: 24 >From: "Gill E. Fuchs" >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@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..." ******