How can i duplicate a directory on my server via ssh?
|
feedback
|
... or maybe you want to exchange folders between hosts. Than you should use rsync
| |||
|
feedback
|
|
You could do this with either rsync or scp, both of which go over ssh.
| |||
|
feedback
|
|
tar also would be a candidate for this job:
| |||||||
feedback
|