Re: [BackupPC-users] BackupPC 2.1 aborted by signal=PIPE w/ ssh after 112min of full backup

2007-03-06 Thread Marty
Gabriel Rossetti wrote: > Gabriel Rossetti wrote: >> Hello, >> >> I go the famous "aborted by signal=PIPE" error with a BackupPC 2.1 host >> last night. I had started a full backup (forced) because I had the >> previous 2 attempts fail with the same error, and it happened again. The >> server co

Re: [BackupPC-users] Starting service BackupPC - problem

2007-03-06 Thread Craig Barratt
Martin writes: > Starting BackupPC: Couldn't execute //var/lib/BackupPC//conf/config.pl: > Can't modify single ref constructor in scalar assignment at > //var/lib/BackupPC//conf/config.pl line 390, near "6.97;" > BackupPC::Lib->new failed Looks like there is a typo around or before line 390 of th

Re: [BackupPC-users] Howto backup BackupPC server - desaster recovery?

2007-03-06 Thread Martin Sundmacher
Brien Dieterle schrieb: > [...] Any other ideas, List? > Sounds like a desaster recovery of BackupPC. I would use http://www.mondorescue.org/ Regards, Martin - Take Surveys. Earn Cash. Influence the Future of IT Join S

Re: [BackupPC-users] More thoughts on Laptop backups - one IP

2007-03-06 Thread Martin Sundmacher
Rick DeNatale schrieb: > [...] Is there a way to associated a backup with a given > machine and not just the mac address? > > If you are running a linux-dhcp-daemon, it should be possible to setup one IP-address for both mac-addresses. Regards, Martin ---

[BackupPC-users] unexpected repeated share name

2007-03-06 Thread Niels Przybilla
Hi, I installed Backuppc 3.0 and the interface is running. But when I backup I get this error: unexpected repeated share name And the backup is aborted. What can this be ? I use rsync to backup linux servers. Best regards Niels --

[BackupPC-users] Which problem happend here

2007-03-06 Thread Niels Przybilla
Hi, I do not see an error message here, just the abborted : full backup started for directory /hsphere Running: /usr/bin/ssh -q -x -l root 192.100.100.1 /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --ignore-ti

[BackupPC-users] Starting service BackupPC - problem

2007-03-06 Thread Martin Jaroš
Hello, When I try to run "service BackupPC start" on fedora 6, this Error occured: Starting BackupPC: Couldn't execute //var/lib/BackupPC//conf/config.pl: Can't modify single ref constructor in scalar assignment at //var/lib/BackupPC//conf/config.pl line 390, near "6.97;" BackupPC::Lib->new faile

Re: [BackupPC-users] CGI Bug - backuppc 3.0.0

2007-03-06 Thread Jean-Michel Beuken
Dear Craig, Craig Barratt wrote: > Jean-Michel writes: > >> 1) the 'TarClientPath' field doesn't appear in the GUI >> >> already defined in Meta.pm >> >> TarClientPath => {type => "string", undefIfEmpty => 1}, >> then, I add a new entry in $Conf{CgiUserConfigEdit} in the per-pc config.

Re: [BackupPC-users] Backups complete but are not listed in the web interface Backup Summary

2007-03-06 Thread Nils Breunese (Lemonbit)
Les Mikesell wrote: (...) if you are running SElinux it adds another layer of permissions. I'm not sure how to fix it other than turning it off (which requires a reboot). No need to reboot. This will change the SELinux mode to 'permissive': # setenforce 0 Edit /etc/sysconfig/selinux if you

Re: [BackupPC-users] Backups complete but are not listed in the web interface Backup Summary

2007-03-06 Thread Les Mikesell
Cyrus St. Pierre wrote: > I recently setup BackupPC 3.0.0 on a FC6 server. Everything looks like it > is running without error. I initiated a Full Backup using the web > interface on my target host. > > A clip from the /var/log/BackupPC/LOG: > > 2007-03-05 14:35:35 full backup 2 complete, 471

[BackupPC-users] Backups complete but are not listed in the web interface Backup Summary

2007-03-06 Thread Cyrus St. Pierre
I recently setup BackupPC 3.0.0 on a FC6 server. Everything looks like it is running without error. I initiated a Full Backup using the web interface on my target host. A clip from the /var/log/BackupPC/LOG: 2007-03-05 14:35:35 full backup 2 complete, 471416 files, bytes, 10 xferErrs ( bad f

Re: [BackupPC-users] Howto backup BackupPC server

2007-03-06 Thread Les Mikesell
Brien Dieterle wrote: > > Looks like we're all waiting for Rsync 3.0 > to be released, which > may or may not actually solve our problems :-) > > Oh, and it sounds like we're really talking about adding redundancy, not > "backups", which might im

Re: [BackupPC-users] how to run script

2007-03-06 Thread Nils Breunese (Lemonbit)
Guy Malacrida wrote: I installed Backuppc & it works well... I did spend some days figuring things out though and I am far from mastering it. I am backing-up two WinXP shares from two PCs on my home network (wife and girl) on my Ubuntu box using SMB As I progress in my understanding of th

Re: [BackupPC-users] BackupPC 2.1 aborted by signal=PIPE w/ ssh after 112min of full backup

2007-03-06 Thread Gabriel Rossetti
Carl Wilhelm Soderstrom wrote: > have you tried changing > > $Conf{ClientTimeout} = 7200; > > to some larger value? I'm often lazy and just stick an extra '0' in there. > > $Conf{ClientTimeout} = 72000; > > > Yes, I have that exact value (72000), and like I said, the host and the server are on

[BackupPC-users] Not sure what's going on here

2007-03-06 Thread James Kyle
Hey guys, Thanks in advance for any help. BackupPC has been working beautifully for several weeks now. Impressed bosses, dazzled potential mates, and all that. This morning though, I got a warning email from backuppc concerning one of my clients. The XFerErrors seemed a bit odd and I'd ver

Re: [BackupPC-users] Howto backup BackupPC server

2007-03-06 Thread Brien Dieterle
Ludovic Gele wrote: Selon Brien Dieterle <[EMAIL PROTECTED]>: I don't think another instance of backuppc would work "very well" for a number of reasons. However, I think you could do well with copying the raw block device over netcat or ssh. If you are using LVM for the backu

Re: [BackupPC-users] backuppc and "byte-by-byte incremental" backup

2007-03-06 Thread Les Mikesell
Adam Swift wrote: >> Sure, but it really does require a significant set of changes. >> My long term plan would be to combine this with implementing >> time-reverse deltas to store the backups. That's a major >> rewrite that would also be incompatible with current pools. > > So basically it's plan

Re: [BackupPC-users] BackupPC 2.1 aborted by signal=PIPE w/ ssh after 112min of full backup

2007-03-06 Thread Carl Wilhelm Soderstrom
have you tried changing $Conf{ClientTimeout} = 7200; to some larger value? I'm often lazy and just stick an extra '0' in there. $Conf{ClientTimeout} = 72000; -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ---

Re: [BackupPC-users] BackupPC 2.1 aborted by signal=PIPE w/ ssh after 112min of full backup

2007-03-06 Thread Gabriel Rossetti
Gabriel Rossetti wrote: > Hello, > > I go the famous "aborted by signal=PIPE" error with a BackupPC 2.1 host > last night. I had started a full backup (forced) because I had the > previous 2 attempts fail with the same error, and it happened again. The > server connects using ssh, it successfull

[BackupPC-users] how to run script

2007-03-06 Thread Guy Malacrida
Hi, I installed Backuppc & it works well... I did spend some days figuring things out though and I am far from mastering it. I am backing-up two WinXP shares from two PCs on my home network (wife and girl) on my Ubuntu box using SMB As I progress in my understanding of the program, I realize tha

Re: [BackupPC-users] A few questions about BackupPC

2007-03-06 Thread Nils Breunese (Lemonbit)
Boris Ratak wrote: I'm new to BackupPC and I have a few questions about it : 1) I'm using Ubuntu 6.10 x86 and I installed BackupPC via apt-get. I didn't had the perl configure.pl sequence, so I couldn't configure the path where the datas are backed up. I searched through the /etc/backuppc, /usr

[BackupPC-users] A few questions about BackupPC

2007-03-06 Thread Boris Ratak
Hi, I'm new to BackupPC and I have a few questions about it : 1) I'm using Ubuntu 6.10 x86 and I installed BackupPC via apt-get. I didn't had the perl configure.pl sequence, so I couldn't configure the path where the datas are backed up. I searched through the /etc/backuppc, /usr/share/backupp

Re: [BackupPC-users] backuppc and "byte-by-byte incremental" backup

2007-03-06 Thread Craig Barratt
Adam writes: > > Sure, but it really does require a significant set of changes. > > My long term plan would be to combine this with implementing > > time-reverse deltas to store the backups. That's a major > > rewrite that would also be incompatible with current pools. > > So basically it's plan

Re: [BackupPC-users] email configuration

2007-03-06 Thread Craig Barratt
Isaac Perez writes: > I read the email section of the configuration, but I don't find any > place where I can specify that backuppc send emails when a backup > has finished correctly. > There is the possibility? It's not directly supported, but it could be done with $Conf{DumpPostUserCmd}. The $

Re: [BackupPC-users] CGI Bug - backuppc 3.0.0

2007-03-06 Thread Craig Barratt
Jean-Michel writes: > 1) the 'TarClientPath' field doesn't appear in the GUI > > already defined in Meta.pm > > TarClientPath => {type => "string", undefIfEmpty => 1}, > > then, I add a new entry in $Conf{CgiUserConfigEdit} in the per-pc config.pl > file, > > 'TarClientPath' => '1

Re: [BackupPC-users] backuppc and "byte-by-byte incremental" backup

2007-03-06 Thread Adam Swift
> Sure, but it really does require a significant set of changes. > My long term plan would be to combine this with implementing > time-reverse deltas to store the backups. That's a major > rewrite that would also be incompatible with current pools. So basically it's planned, but not really in th

Re: [BackupPC-users] backuppc and "byte-by-byte incremental" backup

2007-03-06 Thread Craig Barratt
Adam writes: > I must admit I agree with Bruno on this matter, and am personally VERY > interested in seeing such a feature in BackupPC, but I don't think > it's worth my while forgoing the other excellent features of BackupPC > by using another solution such as rdiff-backup to gain it. Under > ce

[BackupPC-users] email configuration

2007-03-06 Thread Isaac Perez
Hi all, I read the email section of the configuration, but I don't find any place where I can specify that backuppc send emails when a backup has finished correctly. There is the possibility? Thanks - Take Surveys. Earn Cash

[BackupPC-users] BackupPC 2.1 aborted by signal=PIPE w/ ssh after 112min of full backup

2007-03-06 Thread Gabriel Rossetti
Hello, I go the famous "aborted by signal=PIPE" error with a BackupPC 2.1 host last night. I had started a full backup (forced) because I had the previous 2 attempts fail with the same error, and it happened again. The server connects using ssh, it successfully backs-up for more than 100 minut

Re: [BackupPC-users] Howto backup BackupPC server

2007-03-06 Thread Ludovic Gele
Selon Brien Dieterle <[EMAIL PROTECTED]>: > I don't think another instance of backuppc would work "very well" for a > number of reasons. However, I think you could do well with copying the > raw block device over netcat or ssh. If you are using LVM for the > backuppc data you could take a sna