home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.protocols.tcp-ip      TCP and IP network protocols.      14,669 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 12,752 of 14,669   
   Glen Herrmannsfeldt to All   
   Re: What is the best method for streamin   
   04 Mar 09 13:33:47   
   
   From: gah@ugcs.caltech.edu   
      
   Jorgen Grahn wrote:   
   (snip, I wrote)   
      
   >>gzip < infile | rsh somewhere "gunzip > outfile"   
      
   > Same general idea: scp -C infile somewhere:outfile.  Scp and ssh have   
   > builtin support for zlib compression.   
      
   I have been doing this since before ssh and scp, but more often:   
      
   tar cf - . | rsh somewhere '(cd somedir; tar xf - )'   
      
   (on a local net so compression wasn't needed) or:   
      
   tar cf - . | compress | rsh somewhere dd of=/dev/tape obs=30k   
      
   to write compressed data on a remote tape drive.   
   (again, before scp and ssh).   
      
   -- glen   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca