Re: [BackupPC-users] New restore option

2008-06-11 Thread Craig Barratt
Carlos writes:

> In the "Restore options for ..." screen there are three options:
>Option 1: Direct Restore
>Option 2: Download Zip archive
>Option 3: Download Tar archive
> 
> I'd like to include a new option in order to select different
> scripts to execute after restoring the file to a specified
> location. This could be like option 1, where i can select host,
> share and dir (relative to share) plus a selection element
> where i can choose a script to execute via ssh... (the list of
> scripts could be in a text file or a database)
>
> My question is ... how do i start? wich part of the backend is related
> with this functionality?... I've no idea about perl, but if i have any
> clue about where to start i think i could manage...

I'm not sure the user would normally want this sort of flexibility.

First, look at $Conf{RestorePostUserCmd}.  You can use it to specify
a command to execute after the restore completes.

Rather than have multiple scripts, I would recommend adding an option to
the CGI interface (see the lib/BackupPC/Lang files), copying the option
value to the restoreReq file (see lib/BackupPC/CGI/Restore.pm) and then
passing that option value to the $Conf{RestorePostUserCmd} script (see
bin/BackupPC_restore).  Your $Conf{RestorePostUserCmd} script can then
take that argument and execute the corresponding functions.

Craig

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] thnksss:..BackupPC-users] queries regarding backupPC

2008-06-11 Thread Benedict simon

> Benedict simon wrote:
>
>> 1) can backupPC back up open files
>
> If the transfer method used can, then yes. I use rsync over SSH with
> Linux clients. No problem there. I think using smb with Windows
> clients may give problems.
>
>> 2) can anyone sugest n help me of any links which have examples of the
>> varios backup n scheduling options
>
> All configuration options are documented:
> http://backuppc.sourceforge.net/faq/BackupPC.html#configuration_parameters
>
> Nils Breunese.



Thanks Nils. do apprecite ur early reply

actually we hav a oracle database running on windows .. so for the moments
it wd be windows clients ..
i use smb

i will giv it a try and check it out

apprecite your info

regards

simon
>
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> ___
> 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/
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>


-- 
Network ADMIN
-
KUWAIT MUNICIPALITY:


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] Split share into several shares

2008-06-11 Thread Peter
Hi Kurt,
I would be interested in reading your HowTo for cygwin and rsncyd. As I
tried that on Windows and it was s slw, so, I went back to
Samba.

Let me know when you have done your HowTo and I'll put it through its
paces and add what ever else I find.

Thanks
Peter


- Original message -
From: "Kurt Tunkko" <[EMAIL PROTECTED]>
To: "'BackupPC User List'" 
Date: Wed, 11 Jun 2008 10:53:35 +0200
[snip]

I had a similar problem when backing up Windows-Clients to my 
BackupPC-Server. Transfer speed was very (no I mean vey) slow.
I've tried rsync over SSH (very slow with cygwin), I tried Samba (had 
problems with user-rights and you can not use exclude and includes at 
the same time) and now I'm using rsyncd and everything seems fine:
[snip]

I'm recently writing a howto 'Backup Windows Clients with (cygwin) 
rsyncd and BackupPC', and I would be glad to hear feedback.

Best regards from Berlin

=/ Kurt





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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/

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] queries regarding backupPC

2008-06-11 Thread Nils Breunese (Lemonbit)
Benedict simon wrote:

> 1) can backupPC back up open files

If the transfer method used can, then yes. I use rsync over SSH with  
Linux clients. No problem there. I think using smb with Windows  
clients may give problems.

> 2) can anyone sugest n help me of any links which have examples of the
> varios backup n scheduling options

All configuration options are documented: 
http://backuppc.sourceforge.net/faq/BackupPC.html#configuration_parameters

Nils Breunese.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] queries regarding backupPC

2008-06-11 Thread Benedict simon
Dear All,

i have recently installed and after a couple of tweaks got it suceesfull
backing up and restoring 2 windows machines test machines

its workks grt

jus wanna ask

1) can backupPC back up open files

2) can anyone sugest n help me of any links which have examples of the
varios backup n scheduling options

Thanks n appreciate


simon


-- 
Network ADMIN
-
KUWAIT MUNICIPALITY:


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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 problem

2008-06-11 Thread Alexandre Joly
Is the folder /data/BackupPC owned by backuppc user and group?

# ls -la /data/BackupPC

If not, chown -R backuppc:backuppc /data/BackupPC

fatima ech-charif wrote:
> #su - backuppc
> after i m logging with backuppc i got this when i will do that
> #touch /data/BackupPC/pool/testfile
> touch: ne peut faire un touch sur `/data/BackupPC/pool/testfile': 
> Permission non accordée
> 
> 
> 
> i use linux ubuntu 7.10
> and i install backuppc  from www.sourceforge.net 
> 
> and  version is   backuppc-3.1.0.tar.gz
> 
> 
> 
> 
> 
> 
> 
> 
> -
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> 
> 
> 
> 
> ___
> 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/

-- 
Alexandre Joly <[EMAIL PROTECTED]>
Network Administrator
Infodev Electronic Designers Intl
(418) 681-3539 ext. 153

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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 problem

2008-06-11 Thread fatima ech-charif
#su - backuppc
after i m logging with backuppc i got this when i will do that
#touch /data/BackupPC/pool/testfile
touch: ne peut faire un touch sur `/data/BackupPC/pool/testfile': Permission
non accordée



i use linux ubuntu 7.10
and i install backuppc  from www.sourceforge.net
and  version is   backuppc-3.1.0.tar.gz
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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 with a NFS pool

2008-06-11 Thread [EMAIL PROTECTED]
Hello,

I am trying to configure backuppc to use a NFS mount for backup pool.
I have a problem when I try to access from web interface to a host. It 
takes more than 5 minutes to display.
When I cat /var/log/messages, I have a message from kernel :
lockd: server 192.168.20.14 not responding, timed out

It seems to be a problem with NFS (mounted and functional).
I go through in enabling debug for nlm (NFS lock manager) module with 
command :
echo "65535" > /proc/sys/sunrpc/nlm_debug

I have messages wich are much verbose when I click on web interface :
lockd: call procedure 2 on 192.168.20.14
lockd: nlm_bind_host(c0a8140e)
lockd: server returns status 3
lockd: call procedure 2 on 192.168.20.14
lockd: nlm_bind_host(c0a8140e)
lockd: server returns status 3
lockd: call procedure 2 on 192.168.20.14
lockd: nlm_bind_host(c0a8140e)
lockd: next rebind in 15000 jiffies
lockd: server returns status 3

But it takes really long time to process ...

Any idea ?




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] backup start

2008-06-11 Thread Tino Schwarze
On Wed, Jun 11, 2008 at 03:52:29PM +, fatima ech-charif wrote:
>  ls -l /data/BackupPC give this:
> 
> # ls -l /data/BackupPC
> total 16
> drwxr-x--- 2 backuppc backuppc 4096 2008-06-04 17:17 cpool
> drwxr-x--- 2 backuppc backuppc 4096 2008-06-05 13:58 pc
> drwxr-x--- 2 backuppc backuppc 4096 2008-06-04 17:17 pool
> drwxr-x--- 2 backuppc backuppc 4096 2008-06-04 17:17 trash

Looks okay, too. What happens if you become backuppc and try to create a
hardlink, e.g.
su - backuppc
touch /data/BackupPC/pool/testfile
ln /data/BackupPC/pool/testfile /data/BackupPC/pc/linkedtestfile
ls -l /data/BackupPC/pool/testfile /data/BackupPC/pc/linkedtestfile

What kind of Linux do you use? Did you use some prebuilt packages or did
you install BackupPC from source (.tar.gz)?

> i don't want to backup to the / partition
> just i test it in this pc before i will install in other pc

Ok.

> and how much space will we have for backuppc
> 
> and it possible to backup with backppc on disk

Sorry, I do not understand these questions. Could you rephrase them?

Bye,

Tino.

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."

www.craniosacralzentrum.de
www.forteego.de

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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 start

2008-06-11 Thread fatima ech-charif
 ls -l /data/BackupPC give this:

# ls -l /data/BackupPC
total 16
drwxr-x--- 2 backuppc backuppc 4096 2008-06-04 17:17 cpool
drwxr-x--- 2 backuppc backuppc 4096 2008-06-05 13:58 pc
drwxr-x--- 2 backuppc backuppc 4096 2008-06-04 17:17 pool
drwxr-x--- 2 backuppc backuppc 4096 2008-06-04 17:17 trash


i don't want to backup to the / partition
just i test it in this pc before i will install in other pc


and how much space will we have for backuppc

and it possible to backup with backppc on disk
thanks
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] backup failed (aborted by signal=PIPE) error

2008-06-11 Thread Bruno Faria
Thanks for the reply Raphael!

Here's what's weird: I don't get this error message all the time for
incremental backups, but now its starting to happen more and more often for
the same hosts that had this problem before. But sometimes incremental
backups will work (very rare though).

Also, the incremental backups are getting stuck in /home directory because
it first starts to backup the /etc directory and that directory is backed up
just fine.

Here's the last error message that I get when the incremental backup is
aborted:

*Child is aborting
Done: 352 files, 39589242 bytes
Got fatal error during xfer (aborted by signal=PIPE)
Backup aborted by user signal

*Any ideas on this?

Thanks in advance!



On Wed, Jun 11, 2008 at 10:27 AM, MARMIER Raphael
<[EMAIL PROTECTED]> wrote:

>  I would check the command used for incremental backups. Does it differ
> from the one for full backups? It looks like the utility (tara, rsync,
> smbclient?) is crashing in the middle of the backup operation.
>
> Raphaël
>
>
>
>
>  --
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Bruno Faria
> *Sent:* mercredi, 11. juin 2008 17:16
> *To:* backuppc-users
> *Subject:* [BackupPC-users] backup failed (aborted by signal=PIPE) error
>
>
>
> Hi guys,
>
> I've been using BackupPC for a while and I think that I may have
> encountered this error message before but I can't really remember what I did
> to fix it.
>
> Full backups are working just fine, but I'm getting *backup failed
> (aborted by signal=PIPE) *during incremental backups for certain hosts. I
> tried doing a google search on this error message and it seems like a lot of
> people have encountered this before, however I could not find any solutions
> on how to fix this.
>
> Does anyone knows what's causing this problem and how to fix it?
>
> Thanks in advance!
>
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] backup failed (aborted by signal=PIPE) error

2008-06-11 Thread MARMIER Raphael
I would check the command used for incremental backups. Does it differ from the 
one for full backups? It looks like the utility (tara, rsync, smbclient?) is 
crashing in the middle of the backup operation.

Raphaël

 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Faria
Sent: mercredi, 11. juin 2008 17:16
To: backuppc-users
Subject: [BackupPC-users] backup failed (aborted by signal=PIPE) error

 

Hi guys,

I've been using BackupPC for a while and I think that I may have encountered 
this error message before but I can't really remember what I did to fix it.

Full backups are working just fine, but I'm getting backup failed (aborted by 
signal=PIPE) during incremental backups for certain hosts. I tried doing a 
google search on this error message and it seems like a lot of people have 
encountered this before, however I could not find any solutions on how to fix 
this.

Does anyone knows what's causing this problem and how to fix it?

Thanks in advance!

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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 failed (aborted by signal=PIPE) error

2008-06-11 Thread Bruno Faria
Hi guys,

I've been using BackupPC for a while and I think that I may have encountered
this error message before but I can't really remember what I did to fix it.

Full backups are working just fine, but I'm getting *backup failed (aborted
by signal=PIPE) *during incremental backups for certain hosts. I tried doing
a google search on this error message and it seems like a lot of people have
encountered this before, however I could not find any solutions on how to
fix this.

Does anyone knows what's causing this problem and how to fix it?

Thanks in advance!
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] problem with backuppc start

2008-06-11 Thread Tino Schwarze
Hi,

On Wed, Jun 11, 2008 at 02:29:30PM +, fatima ech-charif wrote:

> i have this problem, when i started backuppc, i get this:
> 
> Can't create a test hardlink between a file in /data/BackupPC/pc and
> /data/BackupPC/cpool.  Either these are different file systems, or this file
> system doesn't support hardlinks, or these directories don't exist, or there
> is a permissions problem, or the file system is out of inodes or full.  Use
> df, df -i, and ls -ld to check each of these possibilities. Quitting...
> 
> 
> # mount
> /dev/sda1 on / type ext3 (rw,errors=remount-ro)
[...]

> ## df -h
> Sys. de fich.Tail. Occ. Disp. %Occ. Monté sur
> /dev/sda1 7,5G  4,8G  2,4G  67% /
[...]

Looks okay so far. What does "ls -l /data/BackupPC" say? Do you really
want to backup to the / partition? There's not too much space on it...

Bye,

Tino.

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."

www.craniosacralzentrum.de
www.forteego.de

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] problem with backuppc start

2008-06-11 Thread fatima ech-charif
hello
i have this problem, when i started backuppc, i get this:

Can't create a test hardlink between a file in /data/BackupPC/pc and
/data/BackupPC/cpool.  Either these are different file systems, or this file
system doesn't support hardlinks, or these directories don't exist, or there
is a permissions problem, or the file system is out of inodes or full.  Use
df, df -i, and ls -ld to check each of these possibilities. Quitting...


# mount
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.22-14-generic/volatile type tmpfs (rw)
securityfs on /sys/kernel/security type securityfs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)

## df -h
Sys. de fich.Tail. Occ. Disp. %Occ. Monté sur
/dev/sda1 7,5G  4,8G  2,4G  67% /
varrun252M  240K  252M   1% /var/run
varlock   252M 0  252M   0% /var/lock
udev  252M   48K  252M   1% /dev
devshm252M 0  252M   0% /dev/shm
lrm   252M   34M  218M  14%
/lib/modules/2.6.22-14-generic/volatile
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] New restore option

2008-06-11 Thread Carlos Ananías Del Águila
Hi all

New to BackupPc... :)

As newbie, i'm not quite sure wich list i should ask this question to.

In the "Restore options for ..." screen there are three options:
   Option 1: Direct Restore
   Option 2: Download Zip archive
   Option 3: Download Tar archive

I'd like to include a new option in order to select different scripts to
execute after restoring the file to a specified location.
This could be like option 1, where i can select host, share and dir
(relative to share) plus a selection element
where i can choose a script to execute via ssh... (the list of scripts could
be in a text file or a database)

My question is ... how do i start? wich part of the backend is related with
this functionality?...
I've no idea about perl, but if i have any clue about where to start i think
i could manage...

Thanks in advance to all
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] problems with user and CGI interface

2008-06-11 Thread Eric Doutreleau
well i have a problem with cgi interface and users.

indeed i have put an CAS acces to my backuppc serveur

user that have admin right listed in $Conf{CgiAdminUsers} can see all 
machines.

But i have problems with user

for example i have a line in my host file

cobra3test 0 test test

Then my user should see the backup of cobra3test
in the acces.log of apache i have a line
157.159.21.100 - test [11/Jun/2008:12:19:43 +0200] "GET 
/BackupPC/?ticket=ST-21134-IqHirfJnqHClRvEmBOze HTTP/1.1" 200 2104 "-" 
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008043010 
Fedora/3.0-0.60.beta5.fc9 Firefox/3.0b5"

then the user is authenticated.
but the user test doesn't see the machine cobra3test

How can i debug the problem?


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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] {Disarmed} Re: backup pc username n password problem

2008-06-11 Thread Benedict simon

> This is sort of a .htpasswd <-> BackupPC compatibility thing.  You have a
> permissions error.  Try opening up your config.pl file (via console, with
> root priveleges), look for the variables $Conf{CgiAdminUserGroup} and
> '$Conf{CGIAdminUsers}', and read the associated documentation.  Also, you
> might want to try using 'backup_admin' instead; since the username values
> are space-delineated, and I can't make any guarantees on how that field is
> parsed right now.
>
> Adios,

Dear Paul,

Thanks for ur quick reply
by the way u were  right

actually had genarated a username and password using htpasswd for apache
and the username was backupadmin n password xxx

now in my main conf.pl file i had '$Conf{CGIAdminUsers}' as 2 users
backuppc and simon which were system created users . i jus added the third
entry that is backupadmin and everthin worked like a charm


thnks and really apprecite for the reply


regards

simon


>
> On Tue, Jun 10, 2008 at 3:18 PM, Benedict simon <[EMAIL PROTECTED]> wrote:
>
>> Dear All,
>>
>> I have just installed Backup PC and configured
>> intially i had some problem but all sorted out thnks to gooling n
>> mailing
>> list help
>>
>> actually i had a problem with user authentication with apache but i
>> disabled the feature since it was in test phase
>>
>> i managed to backup succesfull a couple of windows machine and works
>> beautiful
>>
>> now i enabled user authentication for apache .. i do get promted for
>> username and password when i start but after authenticatin the following
>> thing happen
>>
>> the page is displayed but not correctly
>> on the left i only see
>> status and host summary
>>
>> when i select host i dont see any hosts
>>
>> also the backup server status screen is not updated correct
>>
>> in my httpd logs i dont see any error message
>>
>>
>> here is the authentication lines in httpd.conf
>>
>> 
>> 
>>SetHandler perl-script
>>PerlResponseHandler ModPerl::Registry
>>PerlOptions +ParseHeaders
>>Options +ExecCGI
>>Order deny,allow
>>Deny from all
>>Allow from 172.16.10.0
>>AuthName "Backup Admin"
>>AuthType Basic
>>AuthUserFile /var/www/html/.htaccess
>>   Require valid-user
>>
>> 
>>
>>
>> if i disble this autentication backuppc works perfect but i need also to
>> hav the user authentication for apache
>>
>> i did try a lot. dont know where i cd be goin wrong
>> apprecite your help
>>
>> regards
>>
>> simon
>>
>>
>> --
>> Network ADMIN
>> -
>> KUWAIT MUNICIPALITY:
>>
>>
>>
>>
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>>
>>
>> -
>> Check out the new SourceForge.net Marketplace.
>> It's the best place to buy or sell services for
>> just about anything Open Source.
>> http://sourceforge.net/services/buy/index.php
>> ___
>> 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/
>>
>>
>
>
> --
> Paul Mantz
> http://www.mcpantz.org
> Zmanda - Open source backup and recovery http://www.zmanda.com/
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 
Network ADMIN
-
KUWAIT MUNICIPALITY:


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
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] Split share into several shares

2008-06-11 Thread Kurt Tunkko
Hello Hendrik,

Hendrik Friedel wrote:

>  [...] My last incremental took nearly 280 minutes for about 600 MB.
>  This is over a 54 Mbit Wlan connection. But even over this connection
>  600MB are transferable in a fraction of 280 minutes...

I had a similar problem when backing up Windows-Clients to my 
BackupPC-Server. Transfer speed was very (no I mean vey) slow.
I've tried rsync over SSH (very slow with cygwin), I tried Samba (had 
problems with user-rights and you can not use exclude and includes at 
the same time) and now I'm using rsyncd and everything seems fine:

Looking at my logs I can see, that one of my Windows 2000 Clients that 
is connected via 54Mbit Wifi has been backed up in 59 minutes for 2356 MB.
My backup-server is a Pentium-III running Ubuntu Server - so no 
supercomputing-power :-)

If you need 280min for 600MB there must be something wrong.

What Operating System is the client-pc running? Are you using rsync or 
rsyncd? Rsyncd performs much better compared to rsync over SSH with cygwin.

I'm recently writing a howto 'Backup Windows Clients with (cygwin) 
rsyncd and BackupPC', and I would be glad to hear feedback.

Best regards from Berlin

=/ Kurt





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
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/