Re: Copress a directory

2006-03-27 Thread Matus UHLAR - fantomas
On 24.03.06 11:07, Rocky Ou wrote: > Can anyone tell me how to compress a directory so that I could SCP it to > remote server more quikly? I tried gzip -cf directoryName it does not work, > And then I tried tar -vf DirectoryNme no rerult as well. I may blind but I > could not find solution in gzip

Re: Copress a directory

2006-03-24 Thread Matt Zagrabelny
On Fri, 2006-03-24 at 11:07 +0800, Rocky Ou wrote: > Hey, > > Can anyone tell me how to compress a directory so that I could SCP it > to remote server more quikly? I tried gzip -cf directoryName it does > not work, And then I tried tar -vf DirectoryNme no rerult as well. I > may blind but I could

Re: Copress a directory

2006-03-24 Thread Duncan Anderson
On Friday, 24 March 2006 05:07, Rocky Ou wrote: > Hey, > > Can anyone tell me how to compress a directory so that I could SCP it to > remote server more quikly? I tried gzip -cf directoryName it does not work, > And then I tried tar -vf DirectoryNme no rerult as well. I may blind but I > could not

Re: Copress a directory

2006-03-23 Thread Lubos Vrbka
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 >>> Can anyone tell me how to compress a directory so that I could SCP it >>> to remote server more quikly? I tried gzip -cf directoryName it does >>> not work, And then I tried tar -vf DirectoryNme no rerult as well. I >>> may blind but I could n

Re: Copress a directory

2006-03-23 Thread Steve Block
On Fri, Mar 24, 2006 at 02:20:02PM +1100, Star King of the Grape Trees wrote: Rocky Ou wrote: Hey, Can anyone tell me how to compress a directory so that I could SCP it to remote server more quikly? I tried gzip -cf directoryName it does not work, And then I tried tar -vf DirectoryNme no rer

Re: Copress a directory

2006-03-23 Thread Star King of the Grape Trees
Rocky Ou wrote: Hey, Can anyone tell me how to compress a directory so that I could SCP it to remote server more quikly? I tried gzip -cf directoryName it does not work, And then I tried tar -vf DirectoryNme no rerult as well. I may blind but I could not find solution in gzip --help as well.

Copress a directory

2006-03-23 Thread Rocky Ou
Hey, Can anyone tell me how to compress a directory so that I could SCP it to remote server more quikly? I tried gzip -cf directoryName it does not work, And then I tried tar -vf DirectoryNme no rerult as well. I may blind but I could not find solution in gzip --help as well. Thanks a lot in adva