First I would make sure that rsync is running (look at ps -ef for the rsync process). From the command line you should be able to:
rsync [EMAIL PROTECTED]::root password: [password] and get the contents of your root directory listing. The username is the username specified in your conf file (/etc/rsyncd.conf) and matches an entry in your secrets file (/etc/rsyncd.secrets). The password is the password from the secrets file. One caveat is that if your password is more than 8 characters then you will need to put it in a file and use the --password-file option on rsync (many systems will not properly take passwords over 8 characters). Once you have rsync working from the command line then you are ready to tackle the BackupPC stuff. On 7/24/08, fatima ech-charif <[EMAIL PROTECTED]> wrote: > > i want to backup localhost with rsyncd but i got this problem > > full backup started for directory root (baseline backup #18) > Got fatal error during xfer (auth failed on module root) > Backup aborted (auth failed on module root) > full backup started for directory root (baseline backup #18) > Got fatal error during xfer (auth failed on module root) > > thanks > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > BackupPC-users mailing list > BackupPC-users@lists.sourceforge.net > List: > https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > > -- Jonathan Craig ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/