backuppc is an excellent automated backup tool. One flaw it has is that the default configuration requires an enabled ssh root login. This is easy to fix. Think of a backuppc username for all your client systems. In the following, i will use CLIENTUSER and CLIENT On the client systems
CLIENTUSER ALL=NOPASSWD: /usr/bin/rsync –server –sender *
CLIENTUSER ALL=NOPASSWD: /usr/bin/rsync
On the backuppc server system:
sudo -s
su backuppc
ssh-copy-id CLIENTUSER@CLIENT
ssh CLIENTUSER@CLIENT
Ref:
~~LINKBACK~~