Re: Sync a folder?

2003-02-15 Thread Rodolfo J. Paiz
On Fri, 2003-02-14 at 14:05, DuSTiN KRySaK wrote: > Hi there - I am wondering what the best command is to use to sync one folder > with another? I am simply backing up a folder to another drive, and I know I > could just copy over, but I want the backup to have any files removed that I > may remove

Re: Sync a folder?

2003-02-14 Thread DuSTiN KRySaK
This is exactly what I did! On 2/14/03 1:43 PM, "Sites, Brad" <[EMAIL PROTECTED]> spit this out onto my computer screen: > David Busby wrote: >> AFAIK TAR just stuffs everything into one file, no compression. >> Gzip after TARing >> > > > Actually, you can use the -z option on tar to make it

Re: Sync a folder?

2003-02-14 Thread DuSTiN KRySaK
ge - > From: "DuSTiN KRySaK" <[EMAIL PROTECTED]> > To: "Redhat Mailing List" <[EMAIL PROTECTED]> > Sent: Friday, February 14, 2003 13:32 > Subject: Re: Sync a folder? > > >> Thanks! >> >> I think I m

Re: Sync a folder?

2003-02-14 Thread Francisco Neira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Busby wrote: | AFAIK TAR just stuffs everything into one file, no compression. | Gzip after TARing | | /B Use the -z option to compress (actually "gzipping") - -- Francisco Neira B. /~\ The ASCII Administrador

RE: Sync a folder?

2003-02-14 Thread Sites, Brad
Title: RE: Sync a folder? David Busby wrote: > AFAIK  TAR just stuffs everything into one file, no compression. > Gzip after TARing > Actually, you can use the -z option on tar to make it pass through gzip as it goes, so no need to gzip separately afterwards.  Or, you can use

Re: Sync a folder?

2003-02-14 Thread David Busby
AFAIK TAR just stuffs everything into one file, no compression. Gzip after TARing /B - Original Message - From: "DuSTiN KRySaK" <[EMAIL PROTECTED]> To: "Redhat Mailing List" <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 13:32 Subject: Re: Sync a f

Re: Sync a folder?

2003-02-14 Thread DuSTiN KRySaK
Thanks! I think I might actually just do it with TAR - it seems to work fine, and then the output is compressed too. Dustin On 2/14/03 12:40 PM, "Sites, Brad" <[EMAIL PROTECTED]> spit this out onto my computer screen: > DuSTiN KRySaK wrote: >> Hi there - I am wondering what the best command

RE: Sync a folder?

2003-02-14 Thread Sites, Brad
Title: RE: Sync a folder? DuSTiN KRySaK wrote: > Hi there - I am wondering what the best command is to use to sync one > folder with another? I am simply backing up a folder to another > drive, and I know I could just copy over, but I want the backup to > have any files remove