This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
copy_a_directory_recursively_using_scp [2016/06/09 13:46] Joel Dare |
copy_a_directory_recursively_using_scp [2020/06/01 22:53] (current) |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| You can use the * wildcard as your local path to copy the current directory and everything below it. | You can use the * wildcard as your local path to copy the current directory and everything below it. | ||
| - | ===== rsync Alternative ===== | + | ====== rsync Alternative ====== |
| You can also use the rsync command to copy files in a similar manner. rsync has a few more options and the advantage that it only copies changed files. | You can also use the rsync command to copy files in a similar manner. rsync has a few more options and the advantage that it only copies changed files. | ||
| rsync -a [/local/path/] [user@host]:[remote/path/] | rsync -a [/local/path/] [user@host]:[remote/path/] | ||
| - | |||
| - | <html> | ||
| - | <!-- | ||
| - | <center> | ||
| - | <iframe src="https://docs.google.com/forms/d/1rMXcjIldfE3SrCd5_C8qQyIfk5xUnFVDdvMPe2hhdT8/viewform?embedded=true" width="300" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> | ||
| - | </center> | ||
| - | --> | ||
| - | </html> | ||