I want to copy about 200 directories & subdirectories from one location to another but I don't want to copy the thousands of files within those directories. I am on Linux.
Note: I don't have enough space to copy everything then delete all the files.
|
I want to copy about 200 directories & subdirectories from one location to another but I don't want to copy the thousands of files within those directories. I am on Linux. Note: I don't have enough space to copy everything then delete all the files.
| ||||
|
feedback
|
|
Just found this:
http://psung.blogspot.com/2008/05/copying-directory-trees-with-rsync.html | |||
|
feedback
|
|
You also can do :
The power of simplicity ;) | ||||
|
feedback
|
|
Similarly, using (GNU) tar:
You don't really need the | ||||
|
feedback
|