[BackupPC-users] Cann´t connect to webinterface

2008-08-15 Thread Thomas Mederer
Hi,

 

I just try to connect to the webinterface of backuppc. But I always get the
following error in the browser:

 

The requested URL /backuppc was not found on this server

 

I have installed the program with the following commands:

 

apt-get install backuppc

apt-get install rsync libfile rsync perl libfile-rsyncp-perl par2 bzip2

 

I use Ubuntu 8.04

 

I hope someone can tell me what it is. But unfortunately I'm not really fit
in linux

 

Greeting

Thomas

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Cann´t connect to webinterface

2008-08-15 Thread Nils Breunese (Lemonbit)
Thomas Mederer wrote:

 I just try to connect to the webinterface of backuppc. But I always  
 get the following error in the browser:

 The requested URL /backuppc was not found on this server

 I have installed the program with the following commands:

 apt-get install backuppc
 apt-get install rsync libfile rsync perl libfile-rsyncp-perl par2  
 bzip2

 I use Ubuntu 8.04

 I hope someone can tell me what it is. But unfortunately I'm not  
 really fit in linux

Is apache installed and was it (re)started after installing BackupPC?

Nils Breunese.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Cann´t connect to webinterface

2008-08-15 Thread Thomas Mederer
Yes I think so. If I type  http://localhost/ http://localhost I see the
message IT WORKS!

When I try to restart my apache with /etc/init.d/apache2 restart I get the
following message:

 

Restarting web server apache2 

apache2: apr_sockaddr_info_get() failed for lnxbackupsrv

apache2: Could not reliably determine the server's fully qualified domain
name, using 127.0.0.1 for ServerName

 

Thomas Mederer

 

 

-Ursprüngliche Nachricht-

Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Nils
Breunese (Lemonbit)

Gesendet: Freitag, 15. August 2008 11:12

An: backuppc-users@lists.sourceforge.net

Betreff: Re: [BackupPC-users] Cann´t connect to webinterface

 

Thomas Mederer wrote:

 

 I just try to connect to the webinterface of backuppc. But I always 

 get the following error in the browser:

 

 The requested URL /backuppc was not found on this server

 

 I have installed the program with the following commands:

 

 apt-get install backuppc

 apt-get install rsync libfile rsync perl libfile-rsyncp-perl par2

 bzip2

 

 I use Ubuntu 8.04

 

 I hope someone can tell me what it is. But unfortunately I'm not 

 really fit in linux

 

Is apache installed and was it (re)started after installing BackupPC?

 

Nils Breunese.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Error restore with rsync and spaces in file names

2008-08-15 Thread Lukas Wymann
Holger Parplies schrieb:
 Hi,
 
 Lukas Wymann wrote on 2008-08-14 18:05:28 +0200 [Re: [BackupPC-users] Error 
 restore with rsync and spaces in file names]:
 [...]
 Now, when I restore file2.doc, it creates the following file:
 /home/sub-directory/another\
 where another\  is the file restored.

 It does not handle the spaces within the directory-name (same happnes
 with file names containing spaces).
 using rsync locally, therefore not through ssh
 
 you forgot to remove the '+' from argList, i.e. you have $argList+ in
 RsyncClientRestoreCmd ?
 
 Regards,
 Holger
 

Hi Holger

Thanks for the hint. I removed the + as you suggested, and again, it 
restores a file, but the file's name is now not another\ , but 
simply another.
Investigated more into the escaping...

This is my RsyncClientRestoreCmd:
/usr/bin/sudo /var/lib/backuppc/bin/rsyncSend $argList
... which is not working.

And the content of my rsyncSend file is:
#/bin/sh -f
/usr/bin/rsync $*
(and it does not work either with exec /usr/bin/rsync $* nor with 
/usr/bin/rsync $*)

Finally I got it to restore the file on the correct place with the 
correct name:
RsyncClientRestoreCmd: /usr/bin/sudo $rsyncPath $argList

Simple question I have left now: should I remove the + also in the 
RsyncClientCmd, although it seems that it does do the backup?!?

my current RsyncClientCmd: /usr/bin/sudo $rsyncPath $argList+

And, ok, I found the hint with the + sign in the documentation, 
although not under rsync, but under tar-section.


Thanks for your help. It got me on the right track!

Regards,
Lukas

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/