Re: [BackupPC-users] Can't find compress::zlib

2007-03-09 Thread Guy Malacrida

Thanks very much Holger,
I spend a couple of hours yesterday goggling around and I finally solved the
problem, although I am not fully sure how.
Bear with me because I am not a hacker or technogeek, far from it "-)
Anyway I found this Cpan thing that I had to run. In it, the command is
install Compress::Zlib
You have to reply some questions (mostly I just pressed the enter key
because I was not sure)
After a long time and hundreds of line scrolling by, it was finally
installed.
I am very happy to report that the backup is fine...and compressed!
Thanks for the help
Guy

2007/3/9, Holger Parplies <[EMAIL PROTECTED]>:


Hi,

Guy Malacrida wrote on 08.03.2007 at 10:32:02 [[BackupPC-users] Can't find
compress::zlib]:
> I get this error message in object for a failed backkup...but:
> - I do have compress-zlib-perl [...] installed

well, first of all it's libcompress-zlib-perl (and it's Compress::Zlib
that
can't be found). The question commonly asked is whether you might have two
versions of Perl installed. Which path to perl is contained in the #!-line
of BackupPC_dump? Using that path, what error message does

/path/to/perl -MCompress::Zlib -e 1

give you? It *should* give no error message at all, but then you wouldn't
be
getting your error. If it does give an error, it should list which paths
in
@INC were searched. Is /usr/lib/perl5 among them? Why not? :) Permissions
*should really* be setup correctly by the Ubuntu package ...

In case your Ubuntu 6.10 package is different from mine (or for
reference),
you can check which files it includes with 'dpkg -L
libcompress-zlib-perl'.

Regards,
Holger

-
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] Howto backup BackupPC server

2007-03-09 Thread daniel berteaud
Le Thu, 8 Mar 2007 15:20:51 -0800,
"Fabio Milano" <[EMAIL PROTECTED]> a écrit :

> Thanks for all the ideas and great feedback.
> 
> VPN is a possibility.
> 
> The script looks feasible as well.
> 
> I found a Backuppc RPM for SME 7 that apparently has an offsite rsync
> feature.
> 
> Has anybody used this before?
> 
> thanks
> 
> 

Hi, if you talk about the rpm smeserver-backuppc-1.0-5 (which you can
find on http://sme.firewall-services.com), then be carefull when using
the remote copy with rsync. I've made this contrib myself last year,
and I was quite noob in linux in general, and I just write a very
simple script which rsync all the files in one time. When I was testing
it, it was working because I only had a few data backed up. But now, on
a prod server, I have a 36 Go cpool (with a lot of little files) and
when the copy occures, rsync takes about 700 Mo of ram. So it can work,
but be carefull.
I'm now working on the integration of backuppc 3.0 in SME 7.X, and I'm
writing a new script to copy the pool on a remote host using the script
BackupPC_tarPCCopy to copy the directory pc/ and rsync to
transfert pool and cpool, I think it'll be much more efficient, I
haven't finish it yet but I'll post as soon as it's ready.

Best regards

-- 
Daniel Berteaud
FIREWALL-SERVICES SARL.
Société de Services en Logiciels Libres
Technopôle Montesquieu
33650 MARTILLAC
Tel : 05 56 64 15 32
Fax : 05 56 64 82 05
Mail: [EMAIL PROTECTED]
Web : http://www.firewall-services.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/


Re: [BackupPC-users] anyone running version 3.0.0 in DEBIAN with no problems?

2007-03-09 Thread Filipe

Holger Parplies wrote:

Hi,

Filipe Silva wrote on 08.03.2007 at 12:13:04 [[BackupPC-users] anyone running 
version 3.0.0 in DEBIAN with no problems?]:
  

I have updated from 2.1.1 deb package, to 3.0.0 tar.gz



I hope you at least did that by removing the package and then reinstalling?
It's always a bad idea to take something which is under the control of your
package management system and randomly change file contents, paths etc.

  

should I install the unstable .deb package?



Yes. As far as I can figure out without actually installing apache et al. on
my not-really-so-test system it doesn't pull in any dependencies not
satisfiable within sarge. If you don't want an entry for sid in your
sources.list, download the package (eg. 'rsync
ftp.de.debian.org::debian/pool/main/b/backuppc/backuppc_3.0.0-2_all.deb /tmp'
- you could have used wget, but we all love rsync, don't we? ;-), install it
with 'dpkg -i /tmp/backuppc_3.0.0-2_all.deb' and, if that should complain
about failed dependencies, install those with 'apt-get -f install' (which
should then also configure the backuppc package and exit successfully).

Of course, if you "updated" your 2.1.1 deb to 3.0.0 with the tar installer,
things may be more difficult. Apparently you've moved around your
configuration, so that's probably the case. For a clean package *update*,
everything should probably look exactly like it does with the version you're
updating *from* cleanly installed before you attempt the update (that's 2.1.1
in your case).

Hint: have a look at /var/lib/dpkg/info/backuppc.list ...

Regards,
Holger

  

Excellent explanation!
after making a minor changes in config.pl and httpd.conf, dir name, 
backuppc 3.0.0 finally fully functional!

Thanks a lot for the help.
After all it wasn't permissions problems or suid stuff.
this time I didn't even have to look at this issue. it wen smoothly :)

many thanks

-
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] Howto backup BackupPC server

2007-03-09 Thread Fabio Milano
Yes thats the rpm "smeserver-backuppc-1.0-5" (great job by the way)

The servers have about 150G of uncompressed data. So the pool on the
backup server should be very large. In terms of RAM, the BackupPC
server has 1G and the remote-backup server has about 512mb. I am gonna
run a test over the weekend (on the LAN)

I dont know too much about programming, but I have alot of experience
with Linux. If you need any help or testing with
smeserver-backuppc-version3, let me know. I have lots of spare boxes
and an idle static IP.

Thnks,
Fabio

On 3/9/07, daniel berteaud <[EMAIL PROTECTED]> wrote:
> Le Thu, 8 Mar 2007 15:20:51 -0800,
> "Fabio Milano" <[EMAIL PROTECTED]> a écrit :
>
> > Thanks for all the ideas and great feedback.
> >
> > VPN is a possibility.
> >
> > The script looks feasible as well.
> >
> > I found a Backuppc RPM for SME 7 that apparently has an offsite rsync
> > feature.
> >
> > Has anybody used this before?
> >
> > thanks
> >
> >
>
> Hi, if you talk about the rpm smeserver-backuppc-1.0-5 (which you can
> find on http://sme.firewall-services.com), then be carefull when using
> the remote copy with rsync. I've made this contrib myself last year,
> and I was quite noob in linux in general, and I just write a very
> simple script which rsync all the files in one time. When I was testing
> it, it was working because I only had a few data backed up. But now, on
> a prod server, I have a 36 Go cpool (with a lot of little files) and
> when the copy occures, rsync takes about 700 Mo of ram. So it can work,
> but be carefull.
> I'm now working on the integration of backuppc 3.0 in SME 7.X, and I'm
> writing a new script to copy the pool on a remote host using the script
> BackupPC_tarPCCopy to copy the directory pc/ and rsync to
> transfert pool and cpool, I think it'll be much more efficient, I
> haven't finish it yet but I'll post as soon as it's ready.
>
> Best regards
>
> --
> Daniel Berteaud
> FIREWALL-SERVICES SARL.
> Société de Services en Logiciels Libres
> Technopôle Montesquieu
> 33650 MARTILLAC
> Tel : 05 56 64 15 32
> Fax : 05 56 64 82 05
> Mail: [EMAIL PROTECTED]
> Web : http://www.firewall-services.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] Do I need an index.html?

2007-03-09 Thread Leslie Brooks
I have just installed BackupPC v3.0.0 on Fedora 6. 
Everything seems to have gone cleanly, and
configure.pl copied lots of GIFs, a few PNGs, and a
couple of style sheets into /var/www/html.  However,
there is no file named 'index.html'.  From the little
that I know about Apache, it looks for a file with
that name in order to know where to begin.  Since
there is no index.html, when I connect to the server I
see the Fedora-default page rather than BackupPC's
page.

What have I done wrong?  Can anyone offer some good
trouble-shooting suggestions?  Thank you in advance!

Leslie


 

Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/

-
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] Do I need an index.html?

2007-03-09 Thread Nils Breunese (Lemonbit)

Leslie Brooks wrote:


I have just installed BackupPC v3.0.0 on Fedora 6.
Everything seems to have gone cleanly, and
configure.pl copied lots of GIFs, a few PNGs, and a
couple of style sheets into /var/www/html.  However,
there is no file named 'index.html'.  From the little
that I know about Apache, it looks for a file with
that name in order to know where to begin.  Since
there is no index.html, when I connect to the server I
see the Fedora-default page rather than BackupPC's
page.

What have I done wrong?  Can anyone offer some good
trouble-shooting suggestions?  Thank you in advance!


In step 9 of the BackupPC installation [0] you're installing the CGI  
interface as /cgi-bin/BackupPC_Admin. This is a perl script that  
outputs HTML. So, just go to http://server/cgi-bin/BackupPC_Admin to  
view the web interface.


Nils Breunese.

[0] http://backuppc.sourceforge.net/faq/ 
BackupPC.html#step_9__cgi_interface





PGP.sig
Description: Dit deel van het bericht is digitaal ondertekend
-
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] rsync problem

2007-03-09 Thread Jean-Michel Beuken
Hello,

I already made a lot of backup with rsync xfer but here, I have a problem !

" Remote[1]: rsync: link_stat "/data/nsf/3c/." failed: No such file or 
directory (2)"

above some details...

As you see, no problem to acces the data with "backuppc" user from server using 
ssh :

===
[EMAIL PROTECTED] [/home/backuppc/pc] ssh [EMAIL PROTECTED] ls -al /data/nfs/3c
total 1432
drwxrwxr-x  10 nobody nogroup4096 Mar  9 16:01 .
drwxr-xr-x  78 nobody nogroup4096 Feb 23 18:57 ..
drwxrwsr-x   4 nobody nogroup4096 Feb  9 09:27 070208_sbx_reporting
-rw-rw-r--   1 nobody nogroup   57856 Feb  9 09:26 070209_sbx_listeCLC.xls
...
===

in the linux4.pl file, I create a lot of "RsyncShareName" to backup in the 
/data/nfs tree

===
$Conf{RsyncShareName} = [
   '/data/nsf/3c',
   '/data/nsf/acha',
   '/data/nsf/adfiweb',
   ...
];
===

I use 'sudo' with these parameters

===
$Conf{RsyncClientPath} = 'sudo /usr/bin/rsync';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l backuppc $host $rsyncPath $argList+';
===

and it works... here the version of client rsync :

===
[EMAIL PROTECTED] [/home/backuppc/pc] ssh [EMAIL PROTECTED] sudo /usr/bin/rsync 
--version
rsync  version 2.6.6  protocol version 29
Copyright (C) 1996-2005 by Andrew Tridgell and others

Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
   inplace, IPv6, 64-bit system inums, 64-bit internal inums

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.
===

but the backup fails :

===
full backup started for directory /data/nsf/3c (baseline backup #4)
Running: /usr/bin/ssh -q -x -l backuppc linux4..xxx sudo\ /usr/bin/rsync 
--server --sender --numeric-ids --perms --owner --group -D --links --times 
--block-size=2048 --recursive --ignore-times . 
/data/nsf/3c/
Xfer PIDs are now 15097
Remote[1]: rsync: link_stat "/data/nsf/3c/." failed: No such file or directory 
(2)
Xfer PIDs are now 15097,15098
Can't write 4 bytes to socket
Child is aborting
Done: 0 files, 0 bytes
Got fatal error during xfer (aborted by signal=PIPE)
Backup aborted by user signal
===


any idea ?  problem of rsync version ??

thanks in advance

regards

jmb


-- 

Jean-Michel Beuken
Informaticien departemental (MAPR/FSA/SISE)

Universite catholique de Louvain-La-Neuve
Lab. PCPM/FSA, Bat. BOLTZMANN
1,Place Croix du Sud
1348 Louvain-La-NeuveBELGIUM

Tel : (3210) 473570  Fax : (3210) 473452
HTTP://www.mapr.ucl.ac.be/~beuken


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

2007-03-09 Thread Ciarlotta, Aaron
Is that a typo, or do you really have NFS in one place and NSF in
another?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Jean-Michel Beuken
Sent: Friday, March 09, 2007 1:37 PM
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] rsync problem

Hello,

I already made a lot of backup with rsync xfer but here, I have a
problem !

" Remote[1]: rsync: link_stat "/data/nsf/3c/." failed: No such file or
directory (2)"

above some details...

As you see, no problem to acces the data with "backuppc" user from
server using ssh :

===
[EMAIL PROTECTED] [/home/backuppc/pc] ssh [EMAIL PROTECTED] ls -al
/data/nfs/3c total 1432
drwxrwxr-x  10 nobody nogroup4096 Mar  9 16:01 .
drwxr-xr-x  78 nobody nogroup4096 Feb 23 18:57 ..
drwxrwsr-x   4 nobody nogroup4096 Feb  9 09:27 070208_sbx_reporting
-rw-rw-r--   1 nobody nogroup   57856 Feb  9 09:26
070209_sbx_listeCLC.xls
...
===

in the linux4.pl file, I create a lot of "RsyncShareName" to backup in
the /data/nfs tree

===
$Conf{RsyncShareName} = [
   '/data/nsf/3c',
   '/data/nsf/acha',
   '/data/nsf/adfiweb',
   ...
];
===

I use 'sudo' with these parameters

===
$Conf{RsyncClientPath} = 'sudo /usr/bin/rsync'; $Conf{RsyncClientCmd} =
'$sshPath -q -x -l backuppc $host $rsyncPath $argList+';
===

and it works... here the version of client rsync :

===
[EMAIL PROTECTED] [/home/backuppc/pc] ssh [EMAIL PROTECTED]
sudo /usr/bin/rsync --version rsync  version 2.6.6  protocol version 29
Copyright (C) 1996-2005 by Andrew Tridgell and others

Capabilities: 64-bit files, socketpairs, hard links, symlinks,
batchfiles,
   inplace, IPv6, 64-bit system inums, 64-bit internal inums

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.
===

but the backup fails :

===
full backup started for directory /data/nsf/3c (baseline backup #4)
Running: /usr/bin/ssh -q -x -l backuppc linux4..xxx sudo\
/usr/bin/rsync --server --sender --numeric-ids --perms --owner --group
-D --links --times --block-size=2048 --recursive --ignore-times . 
/data/nsf/3c/
Xfer PIDs are now 15097
Remote[1]: rsync: link_stat "/data/nsf/3c/." failed: No such file or
directory (2) Xfer PIDs are now 15097,15098 Can't write 4 bytes to
socket Child is aborting
Done: 0 files, 0 bytes
Got fatal error during xfer (aborted by signal=PIPE) Backup aborted by
user signal ===


any idea ?  problem of rsync version ??

thanks in advance

regards

jmb


--

Jean-Michel Beuken
Informaticien departemental (MAPR/FSA/SISE)

Universite catholique de Louvain-La-Neuve Lab. PCPM/FSA, Bat. BOLTZMANN
1,Place Croix du Sud
1348 Louvain-La-NeuveBELGIUM

Tel : (3210) 473570  Fax : (3210) 473452
HTTP://www.mapr.ucl.ac.be/~beuken



-
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=DEVDE
V
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/
The information in this electronic mail message is sender's 
business Confidential and may be legally privileged.  It is 
intended solely for the addressee(s).  Access to this Internet 
electronic mail message by anyone else is unauthorized.  If 
you are not the intended recipient, any disclosure, copying, 
distribution or any action taken or omitted to be taken in 
reliance on it is prohibited and may be unlawful. The sender 
believes that this E-mail and any attachments were free of 
any virus, worm, Trojan horse, and/or malicious code when 
sent. This message and its attachments could have been 
infected during  transmission. By reading the message and 
opening any attachments, the recipient accepts full 
responsibility for taking protective and remedial action about 
viruses and other defects. Travelport Inc. is not liable for any loss 
or damage arising in any way from this message or its 
attachments.


-

[BackupPC-users] Broken mailing list archive links on web site

2007-03-09 Thread Ciarlotta, Aaron
Neither of the archive links on the web site work:
 
On this page: http://backuppc.sourceforge.net/info.html#lists
Link is broken:
http://sourceforge.net/mailarchive/forum.php?forum_id=503
 
On this page:
https://lists.sourceforge.net/lists/listinfo/backuppc-users
Link is broken:
http://sourceforge.net/mailarchive/forum.php?forum=backuppc-users
 
Where is the archive?
 
 

The information in this electronic mail message is sender's 
business Confidential and may be legally privileged.  It is 
intended solely for the addressee(s).  Access to this Internet 
electronic mail message by anyone else is unauthorized.  If 
you are not the intended recipient, any disclosure, copying, 
distribution or any action taken or omitted to be taken in 
reliance on it is prohibited and may be unlawful. The sender 
believes that this E-mail and any attachments were free of 
any virus, worm, Trojan horse, and/or malicious code when 
sent. This message and its attachments could have been 
infected during  transmission. By reading the message and 
opening any attachments, the recipient accepts full 
responsibility for taking protective and remedial action about 
viruses and other defects. Travelport Inc. is not liable for any loss 
or damage arising in any way from this message or its 
attachments.

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

2007-03-09 Thread Jean-Michel Beuken
oops ! really NFS...

thanks...

jmb

Ciarlotta, Aaron wrote:
> Is that a typo, or do you really have NFS in one place and NSF in
> another?


-
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] Broken mailing list archive links on web site

2007-03-09 Thread Ciarlotta, Aaron
Google to the rescue!
 
I found one here:
http://sourceforge.net/search/index.php?words=backuppc+delete+backup&sor
t=posted_date&sortdir=desc&offset=30&group_id=34854&type_of_search=mlist
s&pmode=0
 
But none of the links to the actual messages work either.
 
What's going on over at sourceforge?



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Ciarlotta, Aaron
Sent: Friday, March 09, 2007 3:37 PM
To: backuppc-users@lists.sourceforge.net
Subject: [BackupPC-users] Broken mailing list archive links on web site


Neither of the archive links on the web site work:
 
On this page: http://backuppc.sourceforge.net/info.html#lists
Link is broken:
http://sourceforge.net/mailarchive/forum.php?forum_id=503
 
On this page:
https://lists.sourceforge.net/lists/listinfo/backuppc-users
Link is broken:
http://sourceforge.net/mailarchive/forum.php?forum=backuppc-users
 
Where is the archive?
 
 
The information in this electronic mail message is sender's 
business Confidential and may be legally privileged.  It is 
intended solely for the addressee(s).  Access to this Internet 
electronic mail message by anyone else is unauthorized.  If 
you are not the intended recipient, any disclosure, copying, 
distribution or any action taken or omitted to be taken in 
reliance on it is prohibited and may be unlawful. The sender 
believes that this E-mail and any attachments were free of 
any virus, worm, Trojan horse, and/or malicious code when 
sent. This message and its attachments could have been 
infected during  transmission. By reading the message and 
opening any attachments, the recipient accepts full 
responsibility for taking protective and remedial action about 
viruses and other defects. Travelport Inc. is not liable for any loss 
or damage arising in any way from this message or its 
attachments.


The information in this electronic mail message is sender's 
business Confidential and may be legally privileged.  It is 
intended solely for the addressee(s).  Access to this Internet 
electronic mail message by anyone else is unauthorized.  If 
you are not the intended recipient, any disclosure, copying, 
distribution or any action taken or omitted to be taken in 
reliance on it is prohibited and may be unlawful. The sender 
believes that this E-mail and any attachments were free of 
any virus, worm, Trojan horse, and/or malicious code when 
sent. This message and its attachments could have been 
infected during  transmission. By reading the message and 
opening any attachments, the recipient accepts full 
responsibility for taking protective and remedial action about 
viruses and other defects. Travelport Inc. is not liable for any loss 
or damage arising in any way from this message or its 
attachments.

-
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] # Last error is "received signal=ALRM".

2007-03-09 Thread Jesse Proudman
Any idea what this error is?

Searching leads me to believe that it's memory related but can any  
one confirm?

--

Jesse Proudman,  Blue Box Group, LLC





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

2007-03-09 Thread Les Mikesell
Jean-Michel Beuken wrote:
> 
> I already made a lot of backup with rsync xfer but here, I have a problem !

> " Remote[1]: rsync: link_stat "/data/nsf/3c/." failed: No such file or 
> directory (2)"
> 
> above some details...
> 
> As you see, no problem to acces the data with "backuppc" user from server 
> using ssh :
> 
> ===
> [EMAIL PROTECTED] [/home/backuppc/pc] ssh [EMAIL PROTECTED] ls -al 
> /data/nfs/3c
> total 1432
> drwxrwxr-x  10 nobody nogroup4096 Mar  9 16:01 .

Is that a typo in the email or is the directory really nfs while you 
request nsf?

-- 
   Les Mikesell
[EMAIL PROTECTED]


-
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] # Last error is "received signal=ALRM".

2007-03-09 Thread Les Mikesell
Jesse Proudman wrote:
> Any idea what this error is?
> 
> Searching leads me to believe that it's memory related but can any  
> one confirm?

That's your $Conf{ClientTimeout} expiring.  It is supposed to be an 
interval with no activity but under some circumstances it applies to the 
entire backup run.  Try setting it much higher.

-- 
   Les Mikesell
   [EMAIL PROTECTED]

-
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] Broken mailing list archive links on web site

2007-03-09 Thread Craig Barratt
Aaron writes:

> Neither of the archive links on the web site work:
>  
> On this page: http://backuppc.sourceforge.net/info.html#lists
> Link is broken:
> http://sourceforge.net/mailarchive/forum.php?forum_id=503

I've fixed these links; now there are:

http://sourceforge.net/mailarchive/forum.php?forum=backuppc-users

> On this page:
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Link is broken:
> http://sourceforge.net/mailarchive/forum.php?forum=backuppc-users

Yes, for some reason these links don't work.

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/