Re: [BackupPC-users] Got fatal error during xfer (aborted by signal=PIPE)

2006-07-12 Thread Nils Breunese (Lemonbit Internet)
I wrote:

 I wrote:

 I'm getting this error for one of my hosts. I found the nightly run
 hadn't succesfully backed up this host but when I ran the incremental
 again I got the error again:

 Got fatal error during xfer (aborted by signal=PIPE)

 Any idea what could be wrong?

 I started the incremental another time and this time it worked.

I still get a daily e-mail telling me that some of my hosts  
(sometimes only one, not always the same hosts) have had errors:

The following hosts had an error that is probably caused by a
misconfiguration.  Please fix these hosts:
  - hostname (aborted by signal=PIPE)

What is the cause of signal=PIPE? What configuration options should I  
be looking at?

Nils Breunese.




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Got fatal error during xfer (aborted by signal=PIPE)

2006-07-12 Thread John Villalovos
Just a thought.  Maybe that host's rsync has gotten updated and you
are not yet using the -D flag in an rsync backup.  The 2.1.2pl2 diff
file can be applied to 2.1.2.tar.gz and will fix that issue.

I know I had that problem myself.

John

On 7/12/06, Nils Breunese (Lemonbit Internet) [EMAIL PROTECTED] wrote:
 I wrote:

  I wrote:
 
  I'm getting this error for one of my hosts. I found the nightly run
  hadn't succesfully backed up this host but when I ran the incremental
  again I got the error again:
 
  Got fatal error during xfer (aborted by signal=PIPE)
 
  Any idea what could be wrong?
 
  I started the incremental another time and this time it worked.

 I still get a daily e-mail telling me that some of my hosts
 (sometimes only one, not always the same hosts) have had errors:

 The following hosts had an error that is probably caused by a
 misconfiguration.  Please fix these hosts:
   - hostname (aborted by signal=PIPE)

 What is the cause of signal=PIPE? What configuration options should I
 be looking at?

 Nils Breunese.




 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/backuppc-users
 http://backuppc.sourceforge.net/



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Config.pl

2006-07-12 Thread Joachim Sturm
Hi all,

I am just doing my first steps with backuppc and have a Problem.

$Conf{BackupFilesOnly} = ['/\Documents and settings\/achim'];

It is not working. It coverts to: /\\Documents\ and\ Settings\\/achim
How to mask the whitespaces correctly?

Thanks Achim



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Config.pl

2006-07-12 Thread Carl Wilhelm Soderstrom
On 07/12 09:04 , Joachim Sturm wrote:
 Hi all,
 
 I am just doing my first steps with backuppc and have a Problem.
 
 $Conf{BackupFilesOnly} = ['/\Documents and settings\/achim'];
 
 It is not working. It coverts to: /\\Documents\ and\ Settings\\/achim
 How to mask the whitespaces correctly?

try putting in question marks (?) in place of the spaces.

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Config.pl

2006-07-12 Thread ken


 Hi all,

 I am just doing my first steps with backuppc and have a Problem.

 $Conf{BackupFilesOnly} = ['/\Documents and settings\/achim'];

 It is not working. It coverts to: /\\Documents\ and\ Settings\\/achim
How to mask the whitespaces correctly?

 Thanks Achim

Here is an example, notice the slashes and delimiters:
# rsyncd for windows
$Conf{RsyncdUserName} = 'windows';
$Conf{RsyncdPasswd} = '';
$Conf{RsyncShareName} = ['C'];
$Conf{BackupFilesOnly} = {
'C' = ['rsyncd','Documents and Settings/My Documents'],
 };
#$Conf{BackupFilesExclude} = ['Program
Files','Software','Pictures','test']; $Conf{RsyncdAuthRequired} = 1;#set
to 0 (no athentication) to troubleshoot
#authentication problems.
$Conf{XferLogLevel} = 3;#change to 9 to troubleshoot problems.
#$Conf{FixedIPNetBiosNameCheck} = 0;
#$Conf{NmbLookupCmd} = ;  #uncomment if get missmatched bios problems

More examples here:
http://www.mybizguard.com/node/27




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Unable to link errors and fix??

2006-07-12 Thread John Villalovos
On 7/11/06, John Villalovos [EMAIL PROTECTED] wrote:
 Searching through the email archives it seems that it is a known issue
 that BackupPC will exceed the hard link count specified as a maximum.
 And then I got the impression that there is a yet as unreleased
 version which fixes this.

 Is it possible to get this fix?  Because I have hit 31999 hardlinks on
 my system and it is failing :(

Any ideas on this?  Does anyone know if the tip of the CVS tree is
safe to use, because I see that it is supposed to have the fix.

Thanks,
John


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] help with config in nt4 domain

2006-07-12 Thread Filipe Silva
Hi.
The goal of my use of backuppc is to provide a backup solution for, mainly, nt4 shares in the domain.
I'm now making experiences with debian sarge, when i have installed
samba and winbind. i can see the domain users by doing wbinfo -u, but i
still can't login in the debian with that user... anyway i think that's
not important...

where i get stuck is in doc's, i can't understand how to make a config file in good conditions...
i will want to use the smb mode for transfer, but then how do I set shares to backup, user and pass...

i will greatly appreciate if anyone would help me cause i know linux has potential but I'm not good at the reading doc's :/

ps: sorry about my English.

Filipe Silva

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/