Skip to content

Instantly share code, notes, and snippets.

@abner
Created February 19, 2019 19:43
Show Gist options
  • Save abner/d4d8628ae86056812ed17e697cfacaf2 to your computer and use it in GitHub Desktop.
Save abner/d4d8628ae86056812ed17e697cfacaf2 to your computer and use it in GitHub Desktop.
Copy with SCP from remote server using compression
#!/bin/bash
ssh root@10.139.7.126 "cd /home/abner/target-folder; tar zc data-bkp --verbose" | tar zx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment