Ok - the document is in the source.
However BackupPC_Admin does not appear anywhere on my system. 
backuppc version 2.1.2-6 was installed using apt-get.

install:
        tsDeb:/usr/share/backuppc/cgi-bin# find / -name "backup*.deb"
        /var/cache/apt/archives/backuppc_2.1.2-6_all.deb 

Evidence and attempts to find the file on Debian have been
unsuccessfull.

1.Use find command:
        tsDeb:/usr/share/backuppc/cgi-bin# find / -name "BackupPC_Admin"
        tsDeb:/usr/share/backuppc/cgi-bin#
2. Look for content in any file:
        tsDeb:/usr/share/backuppc/cgi-bin# find / -name
"BackupPC*"|xargs grep "web interface"
        tsDeb:/usr/share/backuppc/cgi-bin# 
        tsDeb:/usr/share/backuppc/cgi-bin# find / -name
"BackupPC*"|xargs grep -l "Apache"
        grep: /var/lib/backuppc/log/BackupPC.sock: No such device or
address
        /usr/share/doc/backuppc/BackupPC.html
        tsDeb:/usr/share/backuppc/cgi-bin# find / -name "backup*"|xargs
grep -l "Apache"
        /var/lib/dpkg/info/backuppc.templates
        tsDeb:/usr/share/backuppc/cgi-bin# find / -name
"BackupPC*"|xargs grep -l "CGI"
        grep: /var/lib/backuppc/log/BackupPC.sock: No such device or
address
        /usr/share/backuppc/bin/BackupPC
        /usr/share/doc/backuppc/BackupPC.html
        tsDeb:/usr/share/backuppc/cgi-bin# find / -name
"backuppc*"|xargs grep -l "CGI"
        /var/lib/dpkg/info/backuppc.md5sums
        /var/lib/dpkg/info/backuppc.list
        tsDeb:/usr/share/backuppc/cgi-bin#
3. /usr/share/backuppc/bin/BackupPC is not the CGI file:
        tsDeb:/usr/share/backuppc/cgi-bin# head
/usr/share/backuppc/bin/BackupPC
        #!/usr/bin/perl
        #=============================================================
-*-perl-*-
        #
        # BackupPC: Main program for PC backups.
        #
        # DESCRIPTION
        #
        #   BackupPC reads the configuration and status information from
        #   $TopDir/conf.  It then runs and manages all the backup
activity.
        #
        tsDeb:/usr/share/backuppc/cgi-bin#

apt-get used the mirror: deb
http://debian.mirror.frontiernet.net/debian/ etch main. 

Should I try another mirror?
Is backuppc broken for Debian Etch?
Should this be posted to the Debian lists?
Thx,
Tim

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Curtis Taylor
Sent: Friday, September 21, 2007 6:20 AM
To: 'Carl Wilhelm Soderstrom'; [EMAIL PROTECTED]
Subject: Re: [BackupPC-users] Problems with CGI setup for backuppc on

The documents were included in the archive that I pulled done. When I
extracted the files, in /usr/src/Backup-3.0.0/doc is BackupPC.html.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Carl
Wilhelm Soderstrom
Sent: Thursday, September 20, 2007 4:38 PM
To: [EMAIL PROTECTED]
Subject: Re: [BackupPC-users] Problems with CGI setup for backuppc on

On 09/20 03:13 , Snider, Tim wrote:
>       [TS >>] Since that file is missing trying to access using a
brower 
> also fails with "page not found"

It should be noted that I don't have a file called BackupPC_Admin on the
example system I looked at, either. So there's likely a problem with the
documentation. 

I've never needed to know of the existence of such a file; so that's why
I was trying to suggest that the documentation you're looking at may not
be appropriate for what you're trying to do. Where did you find the
document you're consulting?

My apologies for not being very clear in my response.

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

------------------------------------------------------------------------
-
This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


------------------------------------------------------------------------
-
This SF.net email is sponsored by: Microsoft Defy all challenges.
Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-devel mailing list
BackupPC-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-devel
http://backuppc.sourceforge.net/

Reply via email to