User Tools

Site Tools


ubuntu:rsync:rsync_files_securely_with_and_without_a_password

Differences

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

Link to this comparison view

Next revision
Previous revision
ubuntu:rsync:rsync_files_securely_with_and_without_a_password [2019/12/04 18:56] – created peterubuntu:rsync:rsync_files_securely_with_and_without_a_password [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Ubuntu - RSync - Rsync Files Securely With and Without a Password ====== ====== Ubuntu - RSync - Rsync Files Securely With and Without a Password ======
 +
 +To automate backups or avoid storing passwords within scripts, etc.
  
 <code bash> <code bash>
 rsync -avz -e ssh [Source File/Folder] --progress username@example.com:/[Destination Directory] rsync -avz -e ssh [Source File/Folder] --progress username@example.com:/[Destination Directory]
 </code> </code>
- 
-To automate backups or avoid storing passwords within scripts, etc. 
  
 ---- ----
ubuntu/rsync/rsync_files_securely_with_and_without_a_password.1575485764.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki