Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
copy_a_directory_recursively_using_scp [2016/06/03 19:16]
Joel Dare
copy_a_directory_recursively_using_scp [2016/06/09 13:46]
Joel Dare
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.
  
-===== SCP Command Tool ===== +====== rsync Alternative ​======
- +
-Quickly generate complex //scp// commands automatically. Easy to use extension for Google Chrome. +
- +
-{{ screenshot.png?​300 }} +
- +
-<​html>​ +
-<​center>​ +
-<a href="​https://​docs.google.com/​forms/​d/​11gsXVcUJOeDwKQD3_6rlLgUCjHZ6ey2gmEJWpTmMnYM/​viewform"​ style="​border:​ 0; font-size: 14px; background-color:​ blue; color: white; padding: 10px; font-weight:​ bold; border-radius:​ 4px;" target="​_blank">​ +
-Buy $4.95 +
-</​a>​ +
-</​center>​ +
-<​p>&​nbsp;</​p>​ +
-</​html>​ +
- +
-===== 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>​ 
comments powered by Disqus
copy_a_directory_recursively_using_scp.txt · Last modified: 2020/06/01 22:53 (external edit)