Re: [BackupPC-users] rsyncd problem

2007-04-21 Thread Divan Santana
Check that the daemon is running as well.
Just do a netstat -tnl|grep 873

On Saturday 21 April 2007 12:30:48 samir faoudi wrote:
> may be the authentication:
> $Conf{RsyncShareName} = 'UserName';
> $Conf{RsyncdPasswd} = 'BackBox99';
> they shopuld be the same as in the rsyncd.secret file
>
> or the port number:
> $Conf{RsyncdClientPort} = 873;

-- 
Divan Santana

Skype:  DivanSantana
Gtalk/MSN:  [EMAIL PROTECTED]


Love God, Love People, Love Life!

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsyncd problem

2007-04-21 Thread samir faoudi

may be the authentication:
$Conf{RsyncShareName} = 'UserName';
$Conf{RsyncdPasswd} = 'BackBox99';
they shopuld be the same as in the rsyncd.secret file

or the port number:
$Conf{RsyncdClientPort} = 873;



2007/4/21, nilesh vaghela <[EMAIL PROTECTED]>:


I want to use rsyncd as backup method.

I am using 3.0 version.

Getting error like:

full backup started for directory /data (baseline backup #34)
Error connecting to rsync daemon at
192.168.2.206:873: inet connect: Connection refused
Got fatal error during xfer (inet connect: Connection refused)
Backup aborted (inet connect: Connection refused)


It seems rsync daemon not running. But rsync backup works fine.

thanx
--
Nilesh Vaghela
ElectroMech
Redhat Channel Partner and Training Partner
74, Nalanda Complex, Satellite Rd, Ahmedabad
25, The Emperor, Fatehgunj, Baroda.
www.electromech.info
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsyncd problem

2007-02-22 Thread Craig Barratt
Jim writes:

> Thanks for your personal attention on this. The XferLOG is now available in
> the images directory:
> 
> http://mail.stephanco.com/backuppc/images/
> 
> The log from the email you replied to has since been overwritten since it
> was only considered a partial backup. The emails yesterday between the one
> you replied to and now seem to show that backuppc is only able to get one of
> the two modules rsyncd is sharing. Initially it allowed apps to work and UPC
> failed. I changed UPC to upc, and now that works while apps fails.

Thanks for the log file.  In the transfer of the apps share, I see:

Sent include: /apps
Sent include: /upc
Sent exclude: /*

So it appears that you have $Conf{BackupFilesOnly} set to something like:

$Conf{BackupFilesOnly} = {
 "apps" => ["/apps", "/upc"],
 "upc"  => ["/"],
};

The failure "No files dumped for share apps" is correct, since there
are no files below /apps or /upc in the apps share.

Changing the case of the share name causes the setting in
$Conf{BackupFilesOnly} to no longer match, and the backup succeeds.

I can't explain why changing the order of the shares causes
the other one to fail.  But the issue is related to the setting
of $Conf{BackupFilesOnly}...

Craig

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsyncd problem

2007-02-20 Thread Jim McNamara

Craig,

Thanks for your personal attention on this. The XferLOG is now available in
the images directory:

http://mail.stephanco.com/backuppc/images/

The log from the email you replied to has since been overwritten since it
was only considered a partial backup. The emails yesterday between the one
you replied to and now seem to show that backuppc is only able to get one of
the two modules rsyncd is sharing. Initially it allowed apps to work and UPC
failed. I changed UPC to upc, and now that works while apps fails.

Thanks again,
Jim

On 2/20/07, Craig Barratt <[EMAIL PROTECTED]> wrote:


Jim writes:

> $Conf{RsyncShareName} = ['UPC', 'apps'];
>
> Here are the last few lines of the backuppc error log:

The interesting part of the log file will be the beginning, since
that's where UPC is backed up.  BackupPC believes that no files
were dumped for that share.  It complains about it after all the
shares are finished.

Can you email me the first part of the XferLOG file off list, or
send a URL to the complete XferLOG file?

Craig

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] rsyncd problem

2007-02-19 Thread Craig Barratt
Jim writes:

> $Conf{RsyncShareName} = ['UPC', 'apps'];
> 
> Here are the last few lines of the backuppc error log:

The interesting part of the log file will be the beginning, since
that's where UPC is backed up.  BackupPC believes that no files
were dumped for that share.  It complains about it after all the
shares are finished.

Can you email me the first part of the XferLOG file off list, or
send a URL to the complete XferLOG file?

Craig

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/