Showing posts with label SCP. Show all posts
Showing posts with label SCP. Show all posts

Sunday, July 5, 2009

SCP then gzip file

  1. scp remote/dir /locadir | gzip -f
  2. tar cvf - . | gzip -c -1 | ssh user@host cat ">" remotefile.gz