18. March 2008 15:11
By
seth webster
In
Linux
Recently I had to move an entire folder of MP3s from one server to another, and it just seemed silly to have to tar and transfer. Here's how to do it with SCP:
find . -name "*.extension" -print0 | xargs -0 tar cvf - | ssh username at server tar xf -
Hope this helps...
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: