I'm following this tutorial http://fedoranews.org/blog/?p=603

I have installed it and currently running. The problem is I don't know how to 
add a host to backup.
I did edit /etc/BackupPC/hosts and put the ff:

host        dhcp    user    moreUsers  
10.0.1.5    0       backuppc backuppc

Then edit /backup (This is the dir where all backup will go) and cd in the pc 
dir:

mkdir 10.0.1.5
cd 10.0.1.5
create config.pl and put the ff:

$Conf{XferMethod} = 'rsync';
$Conf{XferLogLevel} = 3;
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath 
$argList+';
$Conf{BackupFilesOnly} = [ '/home' ];

After that, restart backuppc.

Still, there's no hosts appeared in the sidebar. 

Can someone help/advise?



      ____________________________________________________ 
Basic black. Runway ready, or just run-of-the-mill?
Be a better fashionista
Find out at Yahoo! Answers - http://ph.answers.yahoo.com/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to