Re: [newbie] tar command ?

2001-11-18 Thread Pascal Goguey
On Monday 19 November 2001 11:30, you wrote: Hi! I like to zip all my /var/named files in one zip files. I need the command how to tar it. tar cvf archive.tar /var/named Can someone email me the command ? Best regards, SKLIM Want to buy your Pack or Services from MandrakeSoft? Go

Re: [newbie] tar command ?

2001-11-18 Thread Dan Butler
, November 18, 2001 9:33 PM Subject: Re: [newbie] tar command ? tar zcvf thetarfile.tgz [insert your /var/named files here] the z in the option means that the files are to be compressed using gzip. you can omit it like tar cvf thetarfile.tar [insert your /var/named files here

Re: [newbie] tar command ?

2001-11-18 Thread SKLIM
Thank .. I have done it again. Thank for your information ... Thank U Thank U Best regards, SKLIM - Original Message - From: Dan Butler To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, November 19, 2001 10:47 AM Subject: Re: [newbie] tar command

Re: [newbie] tar command ?

2001-11-18 Thread skidley
On Mon, 19 Nov 2001, SKLIM wrote: Hi! I like to zip all my /var/named files in one zip files. I need the command how to tar it. Can someone email me the command ? Best regards, SKLIM tar czvf file.tar.gz /var/named -- Linux User #195191 Want to buy your Pack or Services from

Re: [newbie] tar command

2000-04-29 Thread Michelle Schneider
Try tar -cvfM /dev/fd0 /home/user/[location of files]. The "f" has to be there to work. Michelle On Fri, 28 Apr 2000, you wrote: I'm trying to create a multiple volume backup onto floppy discs. Using konsole, when in root I change to the directory that contains the files I want to