/ Published in: Bash
File transfer keeping dir structure
Expand |
Embed | Plain Text
tar cvzf - my_dir | ssh server 'tar xzf -'
You need to login to post a comment.
blackthorne on 02/21/12
2 people have marked this snippet as a favorite
File transfer keeping dir structure
tar cvzf - my_dir | ssh server 'tar xzf -'
You need to login to post a comment.