Re: [BackupPC-users] rsync error ssh_askpass w/ cygwin

2006-12-14 Thread Jim McNamara
rsyncd is listed there as you expected, but it had no status when I
saw it. I told it to start, and it produced some garbage about
"service started then stopped" and goes on about some services like
logging having that as standard. In any case, the path to executable
field says "C:\cygwin\bin\cygrunsrv.exe", which seems very wrong for
rsync?

More brilliance, the service claims to stop within 2 seconds of
running it, which should not be the case for either cygrunsrv or
rsync.

Thanks yet again,
Jim

On 12/14/06, Jason Hughes <[EMAIL PROTECTED]> wrote:
>  From what I can tell, all that does is insert and remove registry
> entries from the services list in Windows.  cygrunsrv has a separate
> command for stopping and starting services, and I'm not sure (without
> testing it) if removing will actually stop the service as well.
> cygrunsrv -I rsyncd -d
> The definitive way to tell if a service is running is to open
> Settings/ControlPanel/AdministrativeTools/Services and scroll down until
> you see 'rsyncd' and a status next to it.  Right click on it to manually
> start/stop the service.  This definitely works.
>
> Re: File::RsyncP, I think that is the most recent version.
>
> Hope this helps,
> JH
>
> Jim McNamara wrote:
> > I used:
> >
> > cygrunsrv --remove rsyncd
> >
> > and then checked with:
> > cygrunsrv --list
> >
> > which only showed sshd running. I still get the chroot error, and it
> > seems that rsync not running should produce an error long before
> > anything about chroot. Since cygwin shell seems to be crap (no
> > /etc/init.d/rsyncd) and ps aux shows nothing more than bash running,
> > how can I be certain rsyncd is stopped?
> >
> > I had updated the server to File-RsyncP-0.68 when I started this last
> > week. I think that is current enough?
> >
> > Thanks again,
> > Jim
> >
> >
> > On 12/14/06, Jason Hughes <[EMAIL PROTECTED]> wrote:
> >> You may need to stop/restart the rsyncd service to make it read the
> >> rsyncd.conf file on windows.
> >>
> >> I wanted to mention that there was some bug that I ran into (you're not
> >> seeing it yet) when the backuppc was using protocol version 26 and
> >> windows running rsyncd.  You might want to update the server's
> >> File::RsyncP in cpan.
> >>
> >> JH
> >>
> >>
> >> Jim McNamara wrote:
> >> > And the new error makes even less sense to me,
> >> >
> >> > Contents of file /var/lib/backuppc/pc/mas90-server/XferLOG.bad.z,
> >> > modified 2006-12-14 22:12:40
> >> >
> >> > Connected to mas90-server:873, remote version 29
> >> > Negotiated protocol version 26
> >> > Error connecting to module UPC at mas90-server:873: chroot failed
> >> > Got fatal error during xfer (chroot failed)
> >> > Backup aborted (chroot failed)
> >> >
> >> > 
> >> >
> >> > I don't have chroot enabled anymore, it is completely absent from the
> >> > rsyncd.conf on the winbox.
> >> >
> >> >
> >> >
> >>
> >
>

-
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] rsync error ssh_askpass w/ cygwin

2006-12-14 Thread Jason Hughes
 From what I can tell, all that does is insert and remove registry 
entries from the services list in Windows.  cygrunsrv has a separate 
command for stopping and starting services, and I'm not sure (without 
testing it) if removing will actually stop the service as well.

The definitive way to tell if a service is running is to open 
Settings/ControlPanel/AdministrativeTools/Services and scroll down until 
you see 'rsyncd' and a status next to it.  Right click on it to manually 
start/stop the service.  This definitely works.

Re: File::RsyncP, I think that is the most recent version.

Hope this helps,
JH

Jim McNamara wrote:
> I used:
>
> cygrunsrv --remove rsyncd
>
> and then checked with:
> cygrunsrv --list
>
> which only showed sshd running. I still get the chroot error, and it
> seems that rsync not running should produce an error long before
> anything about chroot. Since cygwin shell seems to be crap (no
> /etc/init.d/rsyncd) and ps aux shows nothing more than bash running,
> how can I be certain rsyncd is stopped?
>
> I had updated the server to File-RsyncP-0.68 when I started this last
> week. I think that is current enough?
>
> Thanks again,
> Jim
>
>
> On 12/14/06, Jason Hughes <[EMAIL PROTECTED]> wrote:
>> You may need to stop/restart the rsyncd service to make it read the
>> rsyncd.conf file on windows.
>>
>> I wanted to mention that there was some bug that I ran into (you're not
>> seeing it yet) when the backuppc was using protocol version 26 and
>> windows running rsyncd.  You might want to update the server's
>> File::RsyncP in cpan.
>>
>> JH
>>
>>
>> Jim McNamara wrote:
>> > And the new error makes even less sense to me,
>> >
>> > Contents of file /var/lib/backuppc/pc/mas90-server/XferLOG.bad.z,
>> > modified 2006-12-14 22:12:40
>> >
>> > Connected to mas90-server:873, remote version 29
>> > Negotiated protocol version 26
>> > Error connecting to module UPC at mas90-server:873: chroot failed
>> > Got fatal error during xfer (chroot failed)
>> > Backup aborted (chroot failed)
>> >
>> > 
>> >
>> > I don't have chroot enabled anymore, it is completely absent from the
>> > rsyncd.conf on the winbox.
>> >
>> >
>> >
>>
>

-
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] rsync error ssh_askpass w/ cygwin

2006-12-14 Thread Jim McNamara
I used:

cygrunsrv --remove rsyncd

and then checked with:
cygrunsrv --list

which only showed sshd running. I still get the chroot error, and it
seems that rsync not running should produce an error long before
anything about chroot. Since cygwin shell seems to be crap (no
/etc/init.d/rsyncd) and ps aux shows nothing more than bash running,
how can I be certain rsyncd is stopped?

I had updated the server to File-RsyncP-0.68 when I started this last
week. I think that is current enough?

Thanks again,
Jim


On 12/14/06, Jason Hughes <[EMAIL PROTECTED]> wrote:
> You may need to stop/restart the rsyncd service to make it read the
> rsyncd.conf file on windows.
>
> I wanted to mention that there was some bug that I ran into (you're not
> seeing it yet) when the backuppc was using protocol version 26 and
> windows running rsyncd.  You might want to update the server's
> File::RsyncP in cpan.
>
> JH
>
>
> Jim McNamara wrote:
> > And the new error makes even less sense to me,
> >
> > Contents of file /var/lib/backuppc/pc/mas90-server/XferLOG.bad.z,
> > modified 2006-12-14 22:12:40
> >
> > Connected to mas90-server:873, remote version 29
> > Negotiated protocol version 26
> > Error connecting to module UPC at mas90-server:873: chroot failed
> > Got fatal error during xfer (chroot failed)
> > Backup aborted (chroot failed)
> >
> > 
> >
> > I don't have chroot enabled anymore, it is completely absent from the
> > rsyncd.conf on the winbox.
> >
> >
> >
>

-
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] rsync error ssh_askpass w/ cygwin

2006-12-14 Thread Jason Hughes
You may need to stop/restart the rsyncd service to make it read the 
rsyncd.conf file on windows.

I wanted to mention that there was some bug that I ran into (you're not 
seeing it yet) when the backuppc was using protocol version 26 and 
windows running rsyncd.  You might want to update the server's 
File::RsyncP in cpan.

JH


Jim McNamara wrote:
> And the new error makes even less sense to me,
>
> Contents of file /var/lib/backuppc/pc/mas90-server/XferLOG.bad.z,
> modified 2006-12-14 22:12:40
>
> Connected to mas90-server:873, remote version 29
> Negotiated protocol version 26
> Error connecting to module UPC at mas90-server:873: chroot failed
> Got fatal error during xfer (chroot failed)
> Backup aborted (chroot failed)
>
> 
>
> I don't have chroot enabled anymore, it is completely absent from the
> rsyncd.conf on the winbox.
>
>   
>

-
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] rsync error ssh_askpass w/ cygwin

2006-12-14 Thread Jim McNamara
It was a mixture of both! Stealing the configs from a pure linux rsync
backuppc, I had:
$Conf{RsyncShareName} = '/UPC';

Which I now changed to
$Conf{RsyncShareName} = 'UPC';

And the new error makes even less sense to me,

Contents of file /var/lib/backuppc/pc/mas90-server/XferLOG.bad.z,
modified 2006-12-14 22:12:40

Connected to mas90-server:873, remote version 29
Negotiated protocol version 26
Error connecting to module UPC at mas90-server:873: chroot failed
Got fatal error during xfer (chroot failed)
Backup aborted (chroot failed)



I don't have chroot enabled anymore, it is completely absent from the
rsyncd.conf on the winbox.

Thanks,
Jim


On 12/14/06, Randy Barlow <[EMAIL PROTECTED]> wrote:
> On Thursday 14 December 2006 21:50, Jim McNamara wrote:
> > [UPC]
> > /cygdrive/f/UPC
> > hosts allow = 192.168.2.1
> > strict modes = false
>
> > Connected to mas90-server:873, remote version 29
> > Negotiated protocol version 26
> > Error connecting to module /UPC/ at mas90-server:873: Unknown module
> > '/UPC/' Got fatal error during xfer (Unknown module '/UPC/')
> > Backup aborted (Unknown module '/UPC/')
>
> > It seems to me that module /UPC/ is pretty well defined, but obviously
> > this is new territory to me. Do I need to define it differently
> > somehow?
>
> In your per PC config for this machine (or in your general config if not using
> per PC config), do you have
>
> $Conf{RsyncShareName} = '/UPC/';
>
> or do you have
>
> $Conf{RsyncShareName} = 'UPC';
>
> ?  For rsyncd it should be the latter, not the former!
>
> R
>
> -
> 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/
>

-
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] rsync error ssh_askpass w/ cygwin

2006-12-14 Thread Randy Barlow
On Thursday 14 December 2006 21:50, Jim McNamara wrote:
> [UPC]
> /cygdrive/f/UPC
> hosts allow = 192.168.2.1
> strict modes = false

> Connected to mas90-server:873, remote version 29
> Negotiated protocol version 26
> Error connecting to module /UPC/ at mas90-server:873: Unknown module
> '/UPC/' Got fatal error during xfer (Unknown module '/UPC/')
> Backup aborted (Unknown module '/UPC/')

> It seems to me that module /UPC/ is pretty well defined, but obviously
> this is new territory to me. Do I need to define it differently
> somehow?

In your per PC config for this machine (or in your general config if not using 
per PC config), do you have

$Conf{RsyncShareName} = '/UPC/';

or do you have

$Conf{RsyncShareName} = 'UPC';

?  For rsyncd it should be the latter, not the former!

R

-
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] rsync error ssh_askpass w/ cygwin

2006-12-14 Thread Jim McNamara
I tried rsyncd, and still encounter problems. Fortunately they are
different problems, so hopefully there is a known solution.

Here is the current rsyncd.conf on the windows box:

[UPC]
/cygdrive/f/UPC
hosts allow = 192.168.2.1
strict modes = false

[apps]
/cygdrive/g/apps
hosts allow = 192.168.2.1
strict modes = false

I tried adding the chroot option, and also closed the path with
another slash (/cygdrive/f/UPS/) and still fail. The error that
backuppc reports is:

Connected to mas90-server:873, remote version 29
Negotiated protocol version 26
Error connecting to module /UPC/ at mas90-server:873: Unknown module '/UPC/'
Got fatal error during xfer (Unknown module '/UPC/')
Backup aborted (Unknown module '/UPC/')

I did find that the win box and debian box had different versions of
rsync, which I saw could often be a problem. As the win box runs
2.6.6, I compiled 2.6.6 in /usr/local on debian. I notice the backuppc
config.pl file asks for the location of rsync on the client, which
shouldn't apply with rsyncd as the client isn't connected to in a ssh
tunnel. My config.pl file for this machine now has:

#
# Path to rsync executable on the client
#
$Conf{RsyncClientPath} = '/usr/local/bin/rsync';

as that is the matching 2.6.6 version of rsync for the win box.

It seems to me that module /UPC/ is pretty well defined, but obviously
this is new territory to me. Do I need to define it differently
somehow?

Thanks for your time,
Jim

On 12/12/06, Jim McNamara <[EMAIL PROTECTED]> wrote:
> I got the impression that this problem may have been fixed in a newer
> version of backuppc, would upgrading help?
>
> I'll try reconfiguring backuppc to do rsyncd instead of rsync if not.
>
> Thanks,
> Jim
>
> On 12/12/06, Carl Wilhelm Soderstrom <[EMAIL PROTECTED]> wrote:
> > On 12/11 09:43 , Jim McNamara wrote:
> > > I am in the process of switching a backup from using smbclient to
> > > rsync, as it is taking greater than 72 hours to perform a backup. The
> > > backuppc is running debian stable, backuppc v 2.1.1, and the client
> > > machine is windows server 2003 with cygwin on it. I have preshared the
> > > ssh key from the server to the client, and it is able to ssh in
> > > without any questions:
> >
> > I don't know if it's still true, but it used to be that cygwin ssh+rsync
> > didn't work. Some bug in there somewhere.
> >
> > try using cygwin rsyncd instead.
> >
> > --
> > Carl Soderstrom
> > Systems Administrator
> > Real-Time Enterprises
> > www.real-time.com
> >
> > -
> > 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/
> >
>

-
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/


[BackupPC-users] never ending backups - "dynamic drives", part II

2006-12-14 Thread Tomasz Chmielewski
I have Windows hosts, which I backup using rsyncd method.

Each of these hosts have several shares which I want to backup:

$Conf{RsyncShareName} = ['sDrive', 'tDrive', 'uDrive', 'vDrive'];


The problem is, the Windows machine doesn't always have all these drives.

Sometimes, it will be just 'sDrive', 'tDrive', 'uDrive' - that is, 
'vDrive' will be unavailable. In other words, three drives are there, 
but one drive is temporarily unavailable.


In such case, BackupPC backups three available drives, errors at the 
missing drive, but at the end, the backup is saved as "full" (with only 
three drives out of four).

This means, that the next full backup will start to copy 'vDrive' (when 
it reappears) completely from scratch - but, we have 'vDrive' already in 
the archive, don't we?

For an internet link, and multi-gigabyte shares this doesn't look that 
optimistic.


Is there a solution for that?


-- 
Tomasz Chmielewski
http://wpkg.org

-
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] Backuppc Win2k Errors

2006-12-14 Thread Jason Hughes
I had this happen to me.  In my case, I had an old version of 
File::RsyncP.  If you go to cpan and type 'install File::RsyncP', it 
will tell you if you are up to date or not.  The older protocol (v.66 I 
think) had a bug in it.  I recall the new version is v.68 or v.69.

Adjusting the timeout will not change whether the protocol has locked 
up.  It'll just delay how long it waits before killing the backup.

One other thing to look for: I actually had TWO versions of Perl 
installed on my machine, which made troubleshooting harder.  CPAN would 
update one, but BackupPC was using the other, so even though I thought I 
had updated, I really had not.  Try to locate all the copies of perl on 
your system and make sure you only have one.

Hope this helps,
JH

Byron Trimble wrote:
> All,
>
> I have Backuppc running on Linus and I have a Win2k Client running rsyncd.
> The rsync starts fine, but it gets to a point where it doesn't write to the
> log file for 2 hours, then it errors out with:
>
> [2476] rsync: writefd_unbuffered failed to write 4092 bytes [sender]:
> Software caused connection abort (113)
> 2006/12/14 12:48:41 [2476] rsync error: error in rsync protocol data stream
> (code 12) at io.c(1119) [sender=2.6.8]
>
> I have changed the Timeout parameter also. Nothing seems to be happening
> during the 2 hours.
>
> Thanks,
>
> Byron J. Trimble
> Technical Specialist/Systems Administrator
> 407-515-8613
> [EMAIL PROTECTED]
> Skype ID: btrimble
>
>
> -Original Message-
> From: Diaz Rodriguez, Eduardo [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 14, 2006 5:27 AM
> To: Byron Trimble; Backuppc-Users (E-mail)
> Subject: Re: [BackupPC-users] Backuppc Win2k Errors
>
>
> Did you use the SAME version of rsyncd in all systems? rsync --version
>
> On Wed, 13 Dec 2006 11:15:39 -0500, Byron Trimble wrote
>   
>> All,
>>
>> This the error message that I'm getting when trying backup my Win2k server
>> with Backuppc using rsyncd:
>>
>> rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Software
>> caused connection abort
>> 
>

-
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] Backuppc Win2k Errors

2006-12-14 Thread Byron Trimble
All,

I have Backuppc running on Linus and I have a Win2k Client running rsyncd.
The rsync starts fine, but it gets to a point where it doesn't write to the
log file for 2 hours, then it errors out with:

[2476] rsync: writefd_unbuffered failed to write 4092 bytes [sender]:
Software caused connection abort (113)
2006/12/14 12:48:41 [2476] rsync error: error in rsync protocol data stream
(code 12) at io.c(1119) [sender=2.6.8]

I have changed the Timeout parameter also. Nothing seems to be happening
during the 2 hours.

Thanks,

Byron J. Trimble
Technical Specialist/Systems Administrator
407-515-8613
[EMAIL PROTECTED]
Skype ID: btrimble


-Original Message-
From: Diaz Rodriguez, Eduardo [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 14, 2006 5:27 AM
To: Byron Trimble; Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Backuppc Win2k Errors


Did you use the SAME version of rsyncd in all systems? rsync --version

On Wed, 13 Dec 2006 11:15:39 -0500, Byron Trimble wrote
> All,
> 
> This the error message that I'm getting when trying backup my Win2k server
> with Backuppc using rsyncd:
> 
> rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Software
> caused connection abort
> 
> Thanks,
> 
> Byron J. Trimble
> Technical Specialist/Systems Administrator
> 407-515-8613
> [EMAIL PROTECTED]
> Skype ID: btrimble
> 
> -
> 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/



===
Si en Enero canta el grillo, en Agosto, poco triguillo. 

===

-
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] Child exited prematurely

2006-12-14 Thread Randy Barlow
On Thursday 14 December 2006 06:18, veeraa bose wrote:
> i chceked with small amount of data with two modules its working.
>
> could any body guide me how to rectify it

Is the backuppc data partition running out of space?  This same error happened 
to me when that was the case...

-
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] Backuppc Win2k Errors

2006-12-14 Thread Byron Trimble
I only have 1 Win2k server.

Byron J. Trimble
Technical Specialist/Systems Administrator
407-515-8613
[EMAIL PROTECTED]
Skype ID: btrimble


-Original Message-
From: Diaz Rodriguez, Eduardo [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 14, 2006 5:27 AM
To: Byron Trimble; Backuppc-Users (E-mail)
Subject: Re: [BackupPC-users] Backuppc Win2k Errors


Did you use the SAME version of rsyncd in all systems? rsync --version

On Wed, 13 Dec 2006 11:15:39 -0500, Byron Trimble wrote
> All,
> 
> This the error message that I'm getting when trying backup my Win2k server
> with Backuppc using rsyncd:
> 
> rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Software
> caused connection abort
> 
> Thanks,
> 
> Byron J. Trimble
> Technical Specialist/Systems Administrator
> 407-515-8613
> [EMAIL PROTECTED]
> Skype ID: btrimble
> 
> -
> 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/



===
Si en Enero canta el grillo, en Agosto, poco triguillo. 

===

-
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/


[BackupPC-users] Child exited prematurely

2006-12-14 Thread veeraa bose

Dear all,

I am using backuppc version 2.1.2 , methode is rsyncd and clients are both
windows and linux,
if itry to backup two modules in same system and the size is 5gb  and first
module is 3gb it got completed and while backuping the second it fails,
laptop has wireless connection.

i tried throug the wired connection i got the same error,the error is

2006-12-14 13:50:51 full backup started for directory DATA
2006-12-14 14:11:18 full backup started for directory MAIL
2006-12-14 14:22:44 Got fatal error during xfer (Child exited prematurely)
2006-12-14 14:22:49 Backup aborted (Child exited prematurely)
2006-12-14 14:22:49 Saved partial dump 0
2006-12-14 14:37:24 full backup started for directory DATA
2006-12-14 14:43:01 full backup started for directory MAIL
2006-12-14 14:48:38 Got fatal error during xfer (Child exited prematurely)
2006-12-14 14:48:44 Backup aborted (Child exited prematurely)
2006-12-14 14:48:44 Saved partial dump 0

i chceked with small amount of data with two modules its working.

could any body guide me how to rectify it

Thanks
veera
-
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] BackupPC 3.0, rsyncd and UTF-8 support?

2006-12-14 Thread Diaz Rodriguez, Eduardo
Hi, you have a look for some info about utf-8 in english in:

http://www.okisoft.co.jp/esc/utf8-cygwin/

About cygwin:

http://www.mail-archive.com/cygwin-patches@cygwin.com/msg03702.html



n
On Tue, 12 Dec 2006 23:33:43 -0800, Craig Barratt wrote
> Eduardo writes:
> 
> > I now are using a Backuppc 3.0 beta 3
> > 
> > I use cwrsyncd from: http://www.itefix.no/phpws/index.php
> > 
> > And show, copy an restore my spanish charts from my windows XP and 2000 
> > workstations without problem.
> > 
> > install cwrsyncd, prepare the directory for upload, replace cygwin1.dll 
> > with this
> > http://www.okisoft.co.jp/esc/utf8-cygwin/cygwin1-dll-11-15.tar.bz2
> 
> Does someone know whether cygwin acknowledges this issue,
> and will fix it?
> 
> > Hi Craig, were is you button to donate, or Wish List??, my company
> > loves your program. (and my clients too) :-D
> 
> I appreciate the feedback.  Feel free to donate to other open source
> projects, or SF.net.
> 
> Regards,
> Craig


===
Si en Enero canta el grillo, en Agosto, poco triguillo. 
===


-
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] Backuppc Win2k Errors

2006-12-14 Thread Diaz Rodriguez, Eduardo
Did you use the SAME version of rsyncd in all systems? rsync --version

On Wed, 13 Dec 2006 11:15:39 -0500, Byron Trimble wrote
> All,
> 
> This the error message that I'm getting when trying backup my Win2k server
> with Backuppc using rsyncd:
> 
> rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Software
> caused connection abort
> 
> Thanks,
> 
> Byron J. Trimble
> Technical Specialist/Systems Administrator
> 407-515-8613
> [EMAIL PROTECTED]
> Skype ID: btrimble
> 
> -
> 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/


===
Si en Enero canta el grillo, en Agosto, poco triguillo. 
===


-
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/