Re: [BackupPC-users] CGI interface gone AWOL

2006-06-27 Thread Les Mikesell
On Tue, 2006-06-27 at 15:53 -0400, Mark Ketteran wrote: > Last week, when it worked, I used http://my.domain/backuppc which > would prompt me to login as user backuppc. This week, that address > gives me a 404:file not found error. > > This week, when I type in http://my.domain/cgi-bin/BackupPC_Ad

Re: [BackupPC-users] CGI interface gone AWOL

2006-06-27 Thread Mark Ketteran
Last week, when it worked, I used http://my.domain/backuppc which would prompt me to login as user backuppc. This week, that address gives me a 404:file not found error. This week, when I type in http://my.domain/cgi-bin/BackupPC_Admin it gives me a 403: permission denied error without a chanc

Re: [BackupPC-users] CGI interface gone AWOL

2006-06-27 Thread Les Mikesell
On Tue, 2006-06-27 at 15:06 -0400, Mark Ketteran wrote: > In /var/log/apache/error.log I get the error entry > > [timestamp] [error] [client] File does not exist: /var/www/backuppc > > Is there supposed to be a link from /var/www to somewhere? I don't > remember there being anything there back wh

Re: [BackupPC-users] CGI interface gone AWOL

2006-06-27 Thread Mark Ketteran
In /var/log/apache/error.log I get the error entry [timestamp] [error] [client] File does not exist: /var/www/backuppc Is there supposed to be a link from /var/www to somewhere? I don't remember there being anything there back when things were working and I was looking at what files were copi

Re: [BackupPC-users] Restore error : "Fatal error (bad version): option type (7) not implemented in popt

2006-06-27 Thread Craig Barratt
KLEIN St phane writes: > When I restore one directory to server, I've this error : > > Running: /usr/bin/ssh -l root mydomain.com /usr/bin/rsync --server > --numeric-ids --perms --owner --group --devices --links --times > --block-size=2048 --relative --ignore-times --recursive --one-file-system

Re: [BackupPC-users] CGI interface gone AWOL

2006-06-27 Thread Les Mikesell
On Tue, 2006-06-27 at 09:57 -0400, Mark Ketteran wrote: > I have been using BackupPC successfully through the CGI interface. At > some point over the weekend, the interface disappeared and I can't > figure out why or how to get it back. > > I am running the Linux kernel 2.6 (Debian distro). > Ap

Re: [BackupPC-users] Excluding directories with rsync

2006-06-27 Thread Bowie Bailey
Ron Abramson wrote: > I just started with BackupPC. I am using rsync to back up my Linux > machines, and it is working. However, I want to exclude some large, > nonessential files and directories from the backup. I put a > $Conf{BackupFilesExclude} line in the config file for the Linux > client

Re: [BackupPC-users] Excluding directories with rsync

2006-06-27 Thread Trasher
Hello, As for me I just use the following config.pl for my localhost using rsync : $Conf{BackupFilesOnly} = ['/etc', '/boot', '/var', '/home']; $Conf{BackupFilesExclude} = ['/var/cache', '/var/temp']; $Conf{XferMethod} = 'rsync'; $Conf{RsyncShareName} = '/'; $Conf{ArchiveComp} = 'bzip2'; [...

[BackupPC-users] Excluding directories with rsync

2006-06-27 Thread Ron Abramson
I just started with BackupPC.  I am using rsync to back up my Linux machines, and it is working.  However, I want to exclude some large, nonessential files and directories from the backup.  I put a $Conf{BackupFilesExclude} line in the config file for the Linux client in question, but it does not

Re: [BackupPC-users] Problem while saving localhost (connexion reset by peer)

2006-06-27 Thread Trasher
Answering top myself... All problems with this install (first, the cgi interface saying unable to read config.pl and second the rsync problem) came from SELinux. It seems (for fedora users) that there were a change on SELinux in Fedora 5 : (qutote from the fc5 selinux faq at http://fedora.red

[BackupPC-users] CGI interface gone AWOL

2006-06-27 Thread Mark Ketteran
I have been using BackupPC successfully through the CGI interface. At some point over the weekend, the interface disappeared and I can't figure out why or how to get it back. I am running the Linux kernel 2.6 (Debian distro). Apache 1.3.33 BackupPC 2.1.2 (stable version available through Debian

[BackupPC-users] Restore error : "Fatal error (bad version): option type (7) not implemented in popt

2006-06-27 Thread KLEIN Stéphane
Hi, When I restore one directory to server, I've this error : Running: /usr/bin/ssh -l root mydomain.com /usr/bin/rsync --server --numeric-ids --perms --owner --group --devices --links --times --block-size=2048 --relative --ignore-times --recursive --one-file-system . /home/essai/ Xfer PIDs ar

Re: [BackupPC-users] Windows users sign up for BackupPC services

2006-06-27 Thread Tom Glancy
  I tarred the files we are using for the "self-service" sign up. The tarball is available here: ftp://ftp.dnr.state.mn.us/pub/outgoing/backuppc/   You will want to untar the file in a new directory to check it out. It is intended to be untarred in the docu

Re: [BackupPC-users] archive error

2006-06-27 Thread Mark Coetser
> -Original Message- > From: Les Mikesell [mailto:[EMAIL PROTECTED] > Sent: 26 June 2006 06:30 PM > To: Mark Coetser > Cc: backuppc-users@lists.sourceforge.net > Subject: Re: [BackupPC-users] archive error > > On Mon, 2006-06-26 at 18:02 +0200, Mark Coetser wrote: > > > One or two more qu