Skip to content

Instantly share code, notes, and snippets.

@GitterDoneScott
Created September 1, 2019 21:05
Show Gist options
  • Save GitterDoneScott/eacf9aea3a9185c0cfa41150138e133f to your computer and use it in GitHub Desktop.
Save GitterDoneScott/eacf9aea3a9185c0cfa41150138e133f to your computer and use it in GitHub Desktop.
create and scp/ssh a gzipped tarball with no intermediary steps or files
tar zcvf - MyBackups | ssh user@server "cat > /path/to/backup/foo.tgz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment