|
Search:
Advanced search
|
Browse by category:
|
Using ssh and tar to transfer files from server to server. |
|||||
tar -cf - "<path to files>"/ | ssh <username@host> "tar -xf - " The above command transfer the files (maintaining permissions and owneship) to the remote host. |
|||||
Powered by
KBPublisher (Knowledge base software)