Re: [BackupPC-users] http access

2008-08-20 Thread Kenneth Porter
--On Wednesday, August 20, 2008 7:27 PM +0200 "Nils Breunese (Lemonbit)" <[EMAIL PROTECTED]> wrote: > Instead of trying to keep your system users and htpasswd file users in > sync it might be worth your while to look into using LDAP or NIS > authentication instead of Apache's basic text file auth

[BackupPC-users] BackupPC: compress or split failed

2008-08-20 Thread Jim Goh
Hi, I got the following error message when try to backup data from disk to tape.   The tape size is 72G.  The total amount of data that select around 63G.  I am using compression (gzip). However the tape backup works under 40G.  Here are the error messages: gzip: stdout: No space left on device

[BackupPC-users] fileListReceive failed on centos 4.4

2008-08-20 Thread Matt Chandler
All, I've recently begun to BackupPC on my network, but I've run into an error on one of the machines. About 5 minutes into the backup process the box in question errors out with the following according to the BackupPC error log: full backup started for directory / Running: /usr/bin/ssh -q -x

Re: [BackupPC-users] http access

2008-08-20 Thread Nils Breunese (Lemonbit)
Dejan Batic wrote: > Thanks for the script but it seems to me that our Linux > distributions are > too different. > > In my installation when I look at /etc/apache2/conf.d there is link > to the > file /etc/backup/apache.conf that says: > > AuthUserFile /etc/backuppc/htpasswd > > I added manu

Re: [BackupPC-users] http access

2008-08-20 Thread Alan McKay
> When I compare password field in that htpasswd file with the one in > /etc/shadow (of course they have the same password) the difference is > enormous. The one in /etc/shadow is several times longer. Did you just try it? I noticed the same thing on Fedora Core, but both versions of the same pas

Re: [BackupPC-users] http access

2008-08-20 Thread Dejan Batic
Thanks for the script but it seems to me that our Linux distributions are too different. In my installation when I look at /etc/apache2/conf.d there is link to the file /etc/backup/apache.conf that says: AuthUserFile /etc/backuppc/htpasswd I added manually one user to /etc/backuppc/htpasswd fil

Re: [BackupPC-users] http access

2008-08-20 Thread Alan McKay
> AuthUserFile /etc/BackupPC/apache.users > PWFILE=/usr/share/BackupPC/apache.users Whooops, those of course do not match. Because my script was for my setup at work while I was actually checking my home setup for the first file :-) Just make sure those match and you are good. -- "I destroy

Re: [BackupPC-users] http access

2008-08-20 Thread Alan McKay
> If I grep the usernames from passwd file how do I add the password? > >From what I see, the content of (for the same user/passwd combination) > /etc/shadow is quite different from the one in /etc/backuppc/htpasswd. In my installation I look at /etc/httpd/conf.d/BackupPC.conf and I see : AuthUse

Re: [BackupPC-users] http access

2008-08-20 Thread Dejan Batic
Thanks a lot that was the solution. If I grep the usernames from passwd file how do I add the password? >From what I see, the content of (for the same user/passwd combination) /etc/shadow is quite different from the one in /etc/backuppc/htpasswd. Dejan > > > How can I enable this? How can I se

Re: [BackupPC-users] http access

2008-08-20 Thread Alan McKay
> How can I enable this? How can I setup user name/password for each user? Would certainly be easiest if your users already have Linux accounts on your network. Then you can just grep their usernames out of the password file and put it into the htpasswd used by BackupPC. Run that in a cron job

[BackupPC-users] http access

2008-08-20 Thread Dejan Batic
Hi, I have configured Backuppc and it works ok. Now, I will like that every user can manage their backups but I can't login as normal user. The documentation says: "Normal users can only access information specific to their host. They can start/stop/browse/restore backups." How can I

[BackupPC-users] How to backup External Hard Drives

2008-08-20 Thread naigy
Thanks for your reply Kurt, I am using Windows but I have managed to get this working and as it is a backup which I will only be doing once every blue moon I have done it by using clientalias and doing the backup manually through the web interface after I verify the mapping is correct etc. Wh