ubuntu:backups:rdiff_backup

Differences

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

Link to this comparison view

Next revision
Previous revision
ubuntu:backups:rdiff_backup [2019/11/26 20:31] – created peterubuntu:backups:rdiff_backup [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 43: Line 43:
   * Both computers must have the rdiff-backup script installed, preferably at the same version.   * Both computers must have the rdiff-backup script installed, preferably at the same version.
  
-On the host1 (the command is performed using the root account):+----
  
-We create a key pair to log in via SSH:+===== Create a key pair to log in via SSH ===== 
 + 
 +On the host1 (the command is performed using the root account):
  
 <code bash> <code bash>
-ssh-keygen -t rsa+sudo ssh-keygen -t rsa
 </code> </code>
  
 Save files to the default location; when prompted for a password hit enter (a blank password / no password).   Save files to the default location; when prompted for a password hit enter (a blank password / no password).  
  
-Copy the public key for host2.+---- 
 + 
 +===== Copy the public key for host2 =====
  
 <code bash> <code bash>
Line 59: Line 63:
 </code> </code>
  
 +----
  
-On host2 (command is performed using the root account):+===== Configure host2 ===== 
 + 
 +On host2 (command is performed using the root account)
  
 We create (if there is no .ssh directory already) and set it appropriate permissions: We create (if there is no .ssh directory already) and set it appropriate permissions:
Line 69: Line 76:
 </code> </code>
  
 +----
  
-We put the public key of host1 in .ssh/authorized_keys.+===== Put the public key of host1 in .ssh/authorized_keys =====
  
 <code bash> <code bash>
Line 77: Line 85:
 </code> </code>
  
-Edit the .ssh/authorized_keys in front of the key, but in the same line we add (ssh-rsa ...):+---- 
 + 
 +===== Edit the .ssh/authorized_keys ===== 
 + 
 +In front of the key, but in the same line we add (ssh-rsa ...):
  
 <file bash .ssh/authorized_keys> <file bash .ssh/authorized_keys>
Line 83: Line 95:
 </file> </file>
  
-Configure SSHD:+---- 
 + 
 +===== Configure SSHD =====
  
 <file bash /etc/ssh/sshd_config> <file bash /etc/ssh/sshd_config>
Line 90: Line 104:
 </file> </file>
  
-The later command enforces permissions and .ssh .ssh/authorized_keys were respectively 700 and 600.+The later command enforces permissions and .ssh .ssh/authorized_keys were respectively 700 and 600.
  
-Restart SSHD+---- 
 + 
 +===== Restart SSHD =====
  
 <code bash> <code bash>
Line 98: Line 114:
 </code> </code>
  
-And ready. On the host1, we can do test:+---- 
 + 
 +===== On the host1, we can do test =====
  
 <code bash> <code bash>
ubuntu/backups/rdiff_backup.1574800294.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki