[–] benawabe896 15y ago ↗ These have been good to me. Nice way to preserve permissions as well.tar czf - files/ | ssh whatever.com "cd /path/to/; tar xzvf - "ssh whatever.com "cd /path/to/; tar czf - files/" | tar xzvf -
1 comment
[ 2.9 ms ] story [ 10.0 ms ] threadtar czf - files/ | ssh whatever.com "cd /path/to/; tar xzvf - "
ssh whatever.com "cd /path/to/; tar czf - files/" | tar xzvf -