Re: [BackupPC-users] Permission query

2009-04-16 Thread Alex Schaft
On 2009/04/17 08:05, Craig Barratt wrote:
> Alex writes:
>
>   
>> The folder shows up in the backup as 0750. The -p is present
>> 
>
> Do you mean when you look at the directory permissions below
> the PC directory on the backup server; eg, the output from:
>
> ls -ld /TOPDIR/pc/HOST/nnn/fshare/fhome
>
> What permissions are shown when you browse to that directory
> in the web interface?
>
> Craig
>   
As below:

[r...@qsbackup f%2f]# pwd
/opt/backuppc/files/pc/mail/184/f%2f
[r...@qsbackup f%2f]# ll
total 16
-rw-r-  3 backuppc backuppc   26 Apr 17 05:04 attrib
drwxr-x---  5 backuppc backuppc 4096 Apr 17 06:00 fetc
drwxr-x---  3 backuppc backuppc 4096 Apr 17 06:03 fhome
drwxr-x---  6 backuppc backuppc 4096 Apr 17 06:00 froot
[r...@qsbackup f%2f]#

And on the original machine:

[r...@mail /]# pwd
/
[r...@mail /]# ll etc home root -d
drwxr-xr-x  66 root root 12288 Apr 17 04:04 etc
drwxr-xr-x   4 root root  4096 Apr 15 20:07 home
drwxr-x---   6 root root  4096 Apr 17 06:16 root
[r...@mail /]#

I'm just investigating a difference in TarClientCmd that I'm not sure if
that could cause it

Default:
$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host env LC_ALL=C
$tarPath -c -v -f - -C $shareName+ --totals';

Overridden:
$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host $tarPath -c -v -f
- -C $shareName+ --totals';




begin:vcard
fn:Alex Schaft
n:Schaft;Alex
org:Quick Software;Software Development
adr:;;PO Box 2571;Edenvale;;1610;South Africa
email;internet:al...@quicksoftware.co.za
title:Programmer
tel;work:011 451 9100
tel;cell:082 899 71 73
x-mozilla-html:TRUE
url:http://www.quicksoftware.co.za
version:2.1
end:vcard

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] Backup aborted by signal=PIPE

2009-04-16 Thread Boniforti Flavio
Hello list.

As I'm checking backups this morning, I see:

  delete d 777   0/0   0 VARIE
attribWrite(dir=fUfficio) ->
/var/lib/backuppc/pc/mail.cometti.ch/new/fUfficio/attrib
attribWrite(dir=) -> /var/lib/backuppc/pc/mail.cometti.ch/new//attrib
Child is aborting
Got exit from child
Done: 20877 files, 5869040340 bytes
Got fatal error during xfer (aborted by signal=PIPE)
Backup aborted by user signal

Does "aborted by user signal" mean that there has been some human
intervention which stopped the backup process?
Or what else could have happened?

Thanks in advance,
Flavio Boniforti

PIRAMIDE INFORMATICA SAGL
Via Ballerini 21
6600 Locarno
Switzerland
Phone: +41 91 751 68 81
Fax: +41 91 751 69 14
URL: http://www.piramide.ch
E-mail: fla...@piramide.ch 

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] Permission query

2009-04-16 Thread Les Mikesell
Alex Schaft wrote:
> On 2009/04/16 22:23, Les Mikesell wrote:
>> Alex Schaft wrote:
>>   
>>> Hi,
>>>
>>> I've got a folder /home with permission 0755. When this gets backed up
>>> via tar it becomes 0750. Any reason for this?
>>> 
>>
>> Do you mean a restored copy has 0750? Tar normally applies the current 
>> umask unless you use the -p option (which the default config should 
>> include).
>>
>>   
> The folder shows up in the backup as 0750. The -p is present

Are you looking at the web interface view or the mangled-filename copy 
in the filesystem?

-- 
   Les Mikesell
lesmikes...@gmail.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] Permission query

2009-04-16 Thread Craig Barratt
Alex writes:

> The folder shows up in the backup as 0750. The -p is present

Do you mean when you look at the directory permissions below
the PC directory on the backup server; eg, the output from:

ls -ld /TOPDIR/pc/HOST/nnn/fshare/fhome

What permissions are shown when you browse to that directory
in the web interface?

Craig

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] Permission query

2009-04-16 Thread Alex Schaft
On 2009/04/16 22:23, Les Mikesell wrote:
> Alex Schaft wrote:
>   
>> Hi,
>>
>> I've got a folder /home with permission 0755. When this gets backed up
>> via tar it becomes 0750. Any reason for this?
>> 
>
>
> Do you mean a restored copy has 0750? Tar normally applies the current 
> umask unless you use the -p option (which the default config should 
> include).
>
>   
The folder shows up in the backup as 0750. The -p is present
begin:vcard
fn:Alex Schaft
n:Schaft;Alex
org:Quick Software;Software Development
adr:;;PO Box 2571;Edenvale;;1610;South Africa
email;internet:al...@quicksoftware.co.za
title:Programmer
tel;work:011 451 9100
tel;cell:082 899 71 73
x-mozilla-html:TRUE
url:http://www.quicksoftware.co.za
version:2.1
end:vcard

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] Permission query

2009-04-16 Thread Les Mikesell
Alex Schaft wrote:
> Hi,
> 
> I've got a folder /home with permission 0755. When this gets backed up
> via tar it becomes 0750. Any reason for this?


Do you mean a restored copy has 0750? Tar normally applies the current 
umask unless you use the -p option (which the default config should 
include).

-- 
   Les Mikesell
lesmikes...@gmail.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] Why no files where transferred in this session?

2009-04-16 Thread Matthias Meyer
Les Mikesell wrote:

>>> /bin/nice -n 10 /bin/autossh -R :localhost:22 -M
>>> 0 -N -C -i /etc/ssh/id_rsa -p 22 u...@server.domain.at or
>>> install it as a service via cygrunsrv.
>>> The ssh tunnel is open the whole day and my server can
>>> connect to the client whenever he want.
>> 
>> Nice, but what happens if the SSH goes down? It is also my concern! :-/
> 
> Ssh is pretty robust, but if you have keys set up for passwordless
> connections you could wrap it in a shell loop that runs it again if it
> exits.
> 
That is not necessary. autossh will do this for us :-)
br
Matthias
-- 
Don't Panic


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] Permission query

2009-04-16 Thread Alex Schaft
Hi,

I've got a folder /home with permission 0755. When this gets backed up
via tar it becomes 0750. Any reason for this?

Alex



begin:vcard
fn:Alex Schaft
n:Schaft;Alex
org:Quick Software;Software Development
adr:;;PO Box 2571;Edenvale;;1610;South Africa
email;internet:al...@quicksoftware.co.za
title:Programmer
tel;work:011 451 9100
tel;cell:082 899 71 73
x-mozilla-html:TRUE
url:http://www.quicksoftware.co.za
version:2.1
end:vcard

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] BackupFilesExclude and BackupFilesOnly Not W orking

2009-04-16 Thread Bowie Bailey
John Aranibar wrote:
> Good Morning All
> 
> I have installed backuppc latest version on my ubuntu 7.10 Server.
> I am using it to backup WinXP workstations that are on a Win2003
> Small Bussines Server. 
> The problem is that it is backuping up the ws's entiry C Driver,
> ratter than a particular Directory. 
> $Conf{SmbShareName} = [
>   'C$'
> ];
> 
> Here is my workstation.pl (showing all)
> 
> #FILES TO BACKUP
> #-
> $Conf{BackupFilesOnly} = {
>   'c' => ['/MS_OUTLOOK/*'],
> };
> 
> #FILES TO EXCLUDE
> #-
> $Conf{BackupFilesExclude} = {
>'c' => ['/Program Files/*', '/WINDOWS/*'],
>'c' => ['/Documents and Settings/*'],
> };

Your share names are not matching up.  It should look like this:

$Conf{BackupFilesOnly} = {
  'C$' => ['/MS_OUTLOOK/*'],
};

-- 
Bowie

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] BackupFilesExclude and BackupFilesOnly Not Working

2009-04-16 Thread Craig Barratt
John writes:

> $Conf{SmbShareName} = [
  > 'C$'
> ];

> #FILES TO BACKUP
> #-
> $Conf{BackupFilesOnly} = {
>   'c' => ['/MS_OUTLOOK/*'],
> };

First, the 'c' should be 'C$' - it should match the share name.
Also, you can't use wildcards in $Conf{BackupFilesOnly}.  You
need to use an absolute path.

> #FILES TO EXCLUDE
> #-
> $Conf{BackupFilesExclude} = {
>'c' => ['/Program Files/*', '/WINDOWS/*'],
>'c' => ['/Documents and Settings/*'],
> };

Once again the 'c' should be 'C$'.

Unfortunately smbclient doesn't allow you to use both
$Conf{BackupFilesOnly} and $Conf{BackupFilesExclude}. One choice
is to change the share to be just the directory tree you want to
back up and leave $Conf{BackupFilesOnly} empty.

Using wildcards in $Conf{BackupFilesExclude} with smbclient is ok,
but you need to use '\' instead of '/':

 $Conf{BackupFilesExclude} = {
'C$' => ['\\Program Files\\*', '\\WINDOWS\\*'],
'C$' => ['\\Documents and Settings\\*'],
 };

(If you are entering this via the CGI interface you only need
to enter a single '\'.)

Craig

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] BackupFilesExclude and BackupFilesOnly Not Working

2009-04-16 Thread John Aranibar

Good Morning All

 

I have installed backuppc latest version on my ubuntu 7.10 Server.
I am using it to backup WinXP workstations that are on a Win2003 Small Bussines 
Server.

The problem is that it is backuping up the ws's entiry C Driver, ratter than a 
particular Directory.

 

Here is my config.pl (I am only showing what i changed)

 

$Conf{SmbShareUserName} = 'administrator';
$Conf{SmbSharePasswd} = 'mypass';
$Conf{SmbShareName} = [
  'C$'
];

 

Here is my workstation.pl (showing all)

 

#FILES TO BACKUP
#-

$Conf{BackupFilesOnly} = {
  'c' => ['/MS_OUTLOOK/*'],
};


#FILES TO EXCLUDE
#-

$Conf{BackupFilesExclude} = {
   'c' => ['/Program Files/*', '/WINDOWS/*'],
   'c' => ['/Documents and Settings/*'],
};

$Conf{SmbShareUserName} = 'score//administrator';
$Conf{SmbSharePasswd} = 'mypass';
$Conf{XferMethod} = 'smb';

 

I need to know what I am doing wrong.

 

Thank you,

 

Bre-x

_
Create a cool, new character for your Windows Live™ Messenger.
http://go.microsoft.com/?linkid=9656621--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] BackupPC server on OS X Server? (was Guide to set up Apache on OS X (to use mod_perl)

2009-04-16 Thread Les Mikesell
Odhiambo Washington wrote:
> On Thu, Apr 16, 2009 at 4:34 PM, Thomas von Eyben 
> mailto:thomasvoney...@gmail.com>> wrote:
> 
> HI List,
> 
> Just once more my question
> "Is anyone on the list actually running BackupPC on OS X?"
> 
> As described below I am having some difficulties in getting the perl
> environment satisfactory for using BackupPC and therefore I would like
> to hear from other that is using OS X to host the BackupPC server and
> - hopfully - get some good advice.
> 
> 
> If the perl does not support setuid, then you do not meet the requirements.

An alternative would be to run backuppc under the same uid that is used 
by apache.

-- 
   Les Mikesell
lesmikes...@gmail.com

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] No files dumped for share docs

2009-04-16 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gérald Becker wrote:
> error log :
> full backup started for directory docs
> Connected to XXX.XXX.XXX.XXX:873, remote version 29
> Negotiated protocol version 28
> Connected to module docs
> Sending args: --server --sender --numeric-ids --perms --owner --group
-D --links --hard-links --times --block-size=2048 --recursive
--ignore-times . .
> Sent include: /c:
> Sent include: /c:/docs
> Sent exclude: /*
> Sent exclude: /c:/*
> Xfer PIDs are now 6500
>   create d 755   400/401   0 .
> Done: 0 files, 0 bytes
> Got fatal error during xfer (No files dumped for share docs)
> Backup aborted (No files dumped for share docs)
> Not saving this as a partial backup since it has fewer files than the
prior one (got 0 and 0 files versus 0)
>
>
> client.pl :
> $Conf{XferMethod} = 'rsyncd';
> $Conf{BackupFilesOnly} = {
>   '*' => [
> 'c:/docs'
>   ]
> };

I would suggest you do not need this. On the client in the rsyncd.conf
file you will specify that the module "docs" is the folder C:\docs, so
when backuppc does a backup of the module docs, only that directory
will be backed up anyway. So, delete this section.
> $Conf{RsyncShareName} = [
>   'docs'
> ];
> $Conf{RsyncdPasswd} = 'backuppc';
> $Conf{RsyncdUserName} = 'backuppc';
> $Conf{ClientNameAlias} = 'XXX.XXX.XXX.XXX';
> $Conf{SmbShareName} = [
>   'docs'
> ];
SmbShareName is not even relevant since you are using rsyncd not smb
for your backups. Remove this line.
> $Conf{BackupFilesExclude} = {
>   '/winnt/tmp' => [
> ''
>   ]
> };
Again, remove this. You are saying for the module "/winnt/tmp" you
want to exclude the file/dir called ''. I'm not sure what would happen
if you really did have a matching module, but since you don't, just
remove the whole thing. If you had a dir called c:\docs\temp that you
wanted to exclude, it might look like this (I'm kinda guessing, so
this might also be wrong, try with a simple config, and when it works,
add the fancy stuff later)

$Conf{BaackupFilesExclude} = {
'docs' => [ 'temp' ],
};

Hope that all helps.

Regards,
Adam
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknnPsMACgkQGyoxogrTyiUJeACbBm4fTaQKt1pU6Gpir7qqmYoz
28cAoK9e6HeA3Ubwk8DCkUMD8uWWgWhs
=/HeJ
-END PGP SIGNATURE-


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] BackupPC server on OS X Server? (was Guide to set up Apache on OS X (to use mod_perl)

2009-04-16 Thread Odhiambo Washington
On Thu, Apr 16, 2009 at 4:34 PM, Thomas von Eyben
wrote:

> HI List,
>
> Just once more my question
> "Is anyone on the list actually running BackupPC on OS X?"
>
> As described below I am having some difficulties in getting the perl
> environment satisfactory for using BackupPC and therefore I would like
> to hear from other that is using OS X to host the BackupPC server and
> - hopfully - get some good advice.
>

If the perl does not support setuid, then you do not meet the requirements.


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man.  Naked people have little or no influence on
society."
  -- Mark Twain
--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
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] No files dumped for share docs

2009-04-16 Thread Gérald Becker
Hi all,

i got an error when trying to backup my windows. Backuppc works with my linux 
clients using rsync and ssh, all is fine. But when i try to add a windows 
client, i got errors. I 
want to use rsyncd on windows xp, install seems fine, rsyncd.secrets and 
rsyncd.conf are configured, i open firewall and check rsync.exe as service. All 
is running fine(?).
When i try to save the windows client, i got this error :
I have a client.pl file. Strange stuff (maybe not) to me is the Sent 
include/exclude. I tried to delete the exclude reference, but without success.

If someone got any idea, it would be really appreciate.

G
 
error log :
full backup started for directory docs
Connected to XXX.XXX.XXX.XXX:873, remote version 29
Negotiated protocol version 28
Connected to module docs
Sending args: --server --sender --numeric-ids --perms --owner --group -D 
--links --hard-links --times --block-size=2048 --recursive --ignore-times . .
Sent include: /c:
Sent include: /c:/docs
Sent exclude: /*
Sent exclude: /c:/*
Xfer PIDs are now 6500
  create d 755   400/401   0 .
Done: 0 files, 0 bytes
Got fatal error during xfer (No files dumped for share docs)
Backup aborted (No files dumped for share docs)
Not saving this as a partial backup since it has fewer files than the prior one 
(got 0 and 0 files versus 0)


client.pl :
$Conf{XferMethod} = 'rsyncd';
$Conf{BackupFilesOnly} = {
  '*' => [
'c:/docs'
  ]
};
$Conf{RsyncShareName} = [
  'docs'
];
$Conf{RsyncdPasswd} = 'backuppc';
$Conf{RsyncdUserName} = 'backuppc';
$Conf{ClientNameAlias} = 'XXX.XXX.XXX.XXX';
$Conf{SmbShareName} = [
  'docs'
];
$Conf{BackupFilesExclude} = {
  '/winnt/tmp' => [
''
  ]
};


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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] BackupPC server on OS X Server? (was Guide to set up Apache on OS X (to use mod_perl)

2009-04-16 Thread Thomas von Eyben
HI List,

Just once more my question
"Is anyone on the list actually running BackupPC on OS X?"

As described below I am having some difficulties in getting the perl
environment satisfactory for using BackupPC and therefore I would like
to hear from other that is using OS X to host the BackupPC server and
- hopfully - get some good advice.


TIA TvE

On Sat, Apr 11, 2009 at 11:12 PM, Thomas von Eyben
 wrote:
> On Sat, Apr 11, 2009 at 9:25 AM, Thomas von Eyben
>  wrote:
>> On Sat, Apr 11, 2009 at 2:01 AM, Les Mikesell  wrote:
>>> Thomas von Eyben wrote:
 Hi list,

 Does anyone have a nice guide describing how to set up a Mac OS X's
 Apache  (Server or Client) to host BackupPC?

 I am now facing the problem:

 "Error: Wrong user: my userid is 70, instead of 502(backuppc)" when
 communicating with the CGI.

 As I understand it I need (for performance) a seperate instance of
 Apache running as user "backuppc" in order to be able to use the
 "mod_perl" method (that also gives me the highest performance), as
 opposed to (much slower) setuid method…

 I have searched the archives and google, but not found adequate help.
>>>
>>> First note that the performance difference only affect using the web
>>> browser to view/restore backups, something you probably don't do that
>>> often, not the performance of the backups operations which happen
>>> separately.
>>
>> Ah - good point.
>> I'll go down the no-mod_perl route first.
>> My perl installation is from FINK (to not mess up the Apple provided
>> perl!) but apparently the FINK'ed version does not support "setuid
>> emulation". This is the next problem i need to solve (will now start
>> some searching)
>>
>> BR TvE
>>
> Is anyone on the list actually running BackupPC on OS X?
>
> :-) TvE
>

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
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/