- Add the new host using the web GUI
- On the new host:
- sudo apt-get install openssh-server
- On base (backuppc server) :
- sudo apt-get update
- sudo apt-get upgrad
- sudo -iu backuppc
- cd /etc/backupp
- sudo cp -p existinghost.pl newhost.pl
- ssh-copy-id luc@newhost
- ssh luc@newhost
- (confirm key ID)
- login should proceed without a password request
- On the new host
- sudo -i
- cat ~luc/.ssh/authorized_keys >> ~root/.ssh/authorized_keys
- chmod 750 ~root/.ssh/authorized_keys
- On the backuppc server:
- sudo -u backuppc ssh -l root newhost
- (confirm key ID)
- login should proceed without a password request
- Login to the web GUI and check the new host config (select rsync as the XFER method for example)
- Start full backup using the web GUI
lundi 18 avril 2016
New backup host pc-lili
Inscription à :
Articles (Atom)