[BackupPC-users] cygwin-rsyncd outdated No recent version ?

2013-07-12 Thread infosupport
Now rscyncd directory :

Name
---
readme.txt
cygrunsrv.exe (Version 1.40)
cygwin1.dll (Version 1.7.20)
rsync.exe (Version 3.0.9)
cygiconv-2.dll (New File version 1.14)
rsyncd.conf
rsyncd.secrets
service.bat

Backup are ok now if you change the path in rsyncd.conf. 

On rsyncd.log i got this error :
 rsync: chdir /Windows/system32/d:/test failed

In fact rsyncd is interpreting path as a relative path. So i changed the path 
in rsyncd.conf
path = d:/test TO
path = /cygdrive/d/test

Backups working now with these new files version on one directory . No need to 
install cygwyn . Just copy directory to deploy rsyncd.conf

Laurent

+--
|This was sent by infosupport.radi...@orange.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
___
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/


[BackupPC-users] Interface CGI on Mac

2013-07-12 Thread Elodie Chapeaublanc

Hi,
I configurated an apache native server on Mac Mountain lion OS X with 
php and perl_module;
After, I installed backuppc from .tar.gz file. So I have got with 
configuration :


Install directory : /usr/local/BackupPC
BackupPC user  : backuppc
Data directory : /data/backuppc
CGI-BIN directory : /usr/local/BackupPC/cgi-bin
Apache image: /usr/local/BackupPC/html
config.pl in /etc/BackupPC


I created user "backuppc".

I have also created the file /etc/BackupPC/apache.conf :

Alias /backuppc /usr/local/BackupPC/cgi-bin/


  AllowOverride None

  # Uncomment the line below to ensure that nobody can sniff importanti
  # info from network traffic during editing of the BackupPC config or
  # when browsing/restoring backups.
  # Requires that you have your webserver set up for SSL (https) 
access.

  SSLRequireSSL
  Options ExecCGI FollowSymlinks
  AddHandler cgi-script .cgi
  DirectoryIndex index.cgi


  AuthUserFile /etc/BackupPC/htpasswd
  AuthType basic
  AuthName "BackupPC admin"
  require valid-user

  order deny,allow




more /etc/BackupPC/htpasswd
backuppc:$apr1$HTnFL7NF$XHfDg.RJDuTop6p.ZWq1m.


When I try to access at CGI l'interface by this adress 
http://my_serevr_name/backuppc, I obtain this error message : 403 
Forbidden, You don't have permission to access /backuppc on this server.



I think this problem is due to apache permission and error in configuration.

Could you help me to configure correctly my installation ?

Thanks


Elodie




--
--
Elodie Chapeaublanc
IE Bioinformatique
Équipe Oncologie Moléculaire
Institut Curie - UMR 144 - CNRS
26 rue d'Ulm - 75248 Paris Cedex 05
Tel: +33 1 56 24 63 57
Email: elodie.chapeaubl...@curie.fr

--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk___
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/