[BackupPC-users] rsyncd problem

2007-04-21 Thread nilesh vaghela

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/


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-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-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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=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.phpp=sourceforgeCID=DEVDEV
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] rsyncd problem

2007-02-18 Thread Jim McNamara

I am having a problem with rsyncd between backuppc and a remote windows box
running the rsync package provided on the backuppc page at sourceforge. I
installed a clean version of backuppc 3.0.0, moving all the old backups from
2.1.1 to an alternate machine should I need them later.

The problem is that rsyncd will start this job, get through the 21 Gb of
data in the apps share from the windows server, then crash out on getting
the 60 Mb from the UPC share.

Here is the rsyncd.conf file from the windows server:

use chroot = false
max connections = 2
log file = c:/rsyncd/rsyncd.log
pid file = c:/rsyncd/rsyncd.pid
lock file = c:/rsyncd/rsyncd.lock

[apps]
   path = g:/apps
   comment = apps folder
   strict modes = false
   auth users = backuppc
   secrets file = c:/rsyncd/rsyncd.secrets
   hosts allow = 192.168.2.1
   read only = false
   list = true

[UPC]
   path = f:/UPC
   comment = UPC files
   auth users = backuppc
   secrets file = c:/rsyncd/rsyncd.secrets
   hosts allow = 192.168.2.1
   strict modes = false
   read only = false
   list = true

The important part of this host's config file on the backuppc server:

$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncShareName} = ['UPC', 'apps'];
$Conf{RsyncdUserName} = 'backuppc';

The password is obviously good, as backuppc can get the apps share, and both
shares set the password in the same file, c:/rsyncd/rsyncd.secrets. There is
nothing about a failure in the rsyncd.log on the windows machine.

Here are the last few lines of the backuppc error log:

Starting file 22782 (sota.ini), blkCnt=0, blkSize=2048, remainder=0
sota.ini: size doesn't match (559 vs 0)
sota.ini got digests c81c77dbde3c37fb88c32111ec7f12ec vs
c81c77dbde3c37fb88c32111ec7f12ec
[ skipped 1 lines ]
attribWrite(dir=fapps/TEMP_UPD) -
/var/lib/backuppc/pc/mas90-server/new/fapps/fTEMP_UPD/attrib
attribSet(dir=fapps, file=sota.ini)
Finished deltaGet phase 0
Child is sending done
Got done from child
Finished deltaGet phase 1
Got stats: 11936366 4294967295 3407242700 0 ('errorCnt' = 0,'ExistFileSize'
= '11915083623','ExistFileCnt' = 1,'TotalFileCnt' =
22395,'ExistFileCompSize' = 1437882252,'TotalFileSize' = '21640166794')
attribWrite(dir=fapps) - /var/lib/backuppc/pc/mas90-server/new/fapps/attrib
attribWrite(dir=) - /var/lib/backuppc/pc/mas90-server/new//attrib
Got exit from child
Done: 22395 files, 21640166794 bytes
Got fatal error during xfer (No files dumped for share UPC)
Backup aborted (No files dumped for share UPC)

Here is the XferLOG, which is nearly identical:

Starting file 22782 (sota.ini), blkCnt=0, blkSize=2048, remainder=0
sota.ini: size doesn't match (559 vs 0)
sota.ini got digests c81c77dbde3c37fb88c32111ec7f12ec vs
c81c77dbde3c37fb88c32111ec7f12ec
 pool 777   544/513 559 sota.ini
attribWrite(dir=fapps/TEMP_UPD) -
/var/lib/backuppc/pc/mas90-server/new/fapps/fTEMP_UPD/attrib
attribSet(dir=fapps, file=sota.ini)
Finished deltaGet phase 0
Child is sending done
Got done from child
Finished deltaGet phase 1
Got stats: 11936366 4294967295 3407242700 0 ('errorCnt' = 0,'ExistFileSize'
= '11915083623','ExistFileCnt' = 1,'TotalFileCnt' =
22395,'ExistFileCompSize' = 1437882252,'TotalFileSize' = '21640166794')
attribWrite(dir=fapps) - /var/lib/backuppc/pc/mas90-server/new/fapps/attrib
attribWrite(dir=) - /var/lib/backuppc/pc/mas90-server/new//attrib
Got exit from child
Done: 22395 files, 21640166794 bytes
Got fatal error during xfer (No files dumped for share UPC)
Backup aborted (No files dumped for share UPC)

And the last bit of confusing evidence I can produce, when I rsync at the
command line, it grabs all 60 Mb of data from the UPC share without any
difficulty

[EMAIL PROTECTED]:~$ rsync -av [EMAIL PROTECTED]::UPC temp/
Password:
receiving file list ... done
./
559D1000
B1DEF900
BD844600
BELK217782.xls
BELK230565.xls
BELK230594.xls
BLOOMINGDALES 0208235.xls
BLOOMINGDALES.xls
BLOOMINGDALES228036.xls
BLOOMINGDALES228037.xls
BLOOMONGDALES196008.xls
BOSVOVS228049.xls
Copy of NEWUPC.xls
E-mail.lnk
EF596A10
JCP164611.xls
JCP235776.xls
JCP238510.xls
MACYSWEST216630.xls
MACYW228033.xls
MARSHALLFIELDS215899.xls
MARSHALLFIELDS215899A.xls
MARSHALLFIELDS219859.xls
MARSHALLFIELDS219859A.xls
MF230739.xls
MF288052.xls
NEWUPC.xls
NEWUPC1.xls
NEWUPC2006.xls
NEWUPC218464.xls
OLDUPC.xls
so forth, and so on.

The XferLOG is larger than 10 Mb, so if people want to see that I'm willing
to post it, but I can't email it for size reasons.

Thanks for reading through this novel-length post, and if any additional
info would help, I'll be glad to add or post it.

Thanks for your time,
Jim
-
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.phpp=sourceforgeCID=DEVDEV___
BackupPC-users mailing