Changes

Jump to: navigation, search

OPS335 Archiving Lab

4 bytes removed, 15:34, 6 February 2013
m
fixing path.
rsync -avz 192.168.x.2:/etc/ /backup/vm01
*Still on f17 run this command to verify rsync worked correctly:
ls /backup/vm01/etc
*Notice that when running rsync you had to enter the password for root on vm01. To automate this process so that it will run without requiring a password we'll use an RSA public/private key pair for passwordless authentication. To do this we'll have to generate an RSA public/private key pair on f17. We'll use an openssh command like this:
ssh-keygen -t rsa
932
edits

Navigation menu