How-To: Backup linux host over rsync and ssh with BackupPC
We have two hosts – one with BackupPC installed (I will call it “backuppc_host”), and other to backup (“backup_host”)… On backup_host Install rsync apt-get install rsync Create a user for backup: adduser rbackup On backuppc_host Become backuppc user: su – backuppc Create a ssh key pair: ssh-keygen Copy public key to backup_host (replace 2222 with [...]
Posted in Linux, System administration
Tags: backuppc, debian, Linux, rsync, ssh