Skip to content

Instantly share code, notes, and snippets.

@abackstrom
Created July 15, 2014 22:33
Show Gist options
  • Save abackstrom/cf951f04e2439879fe38 to your computer and use it in GitHub Desktop.
Save abackstrom/cf951f04e2439879fe38 to your computer and use it in GitHub Desktop.
ssh vm 'cat sourcefile.tar' | pv -s $(ssh vm 'stat -c %s sourcefile.tar') | ssh someserver 'cat >destfile.tar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment