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/rsyncOn the backuppc server system:
sudo -ssu backuppcssh-copy-id CLIENTUSER@CLIENTssh CLIENTUSER@CLIENT Ref:
~~LINKBACK~~