Re: [BackupPC-users] Vista client unauthorized user

2008-11-18 Thread Oz Dror
OK I fixed the problem. the backuppc web interface did not set

RsyncdUserName - backuppc

in the client.pl file because backuppc is the default value.

-Oz


Cody Dunne wrote:

 Oz Dror wrote:
 Thanks for responding.

 I have done all the correction that you undigested. I am still 
 havening the auth issue.
 When I run the backup in a command line
 I noticed these lines:

 Negotiated protocol version 28
 Got response: 73c7ac91a97cd967d94504b9a6347037
 Auth: got challenge: Mkx8AVu0NSVA9mANktJ9Tg, reply:  
 c8eskal82WfZRQS5pjRwNw
 Error connecting to module home at 192.168.0.97:873: auth failed on 
 module home

 what does that mean? Which user failed Authorization.?  My user 
 account on the vista machine or backuppc user

 This is the user that is defined in your rsyncd.secrets file. It 
 shouldn't require any other users. I would first check rsyncd.secrets 
 and make sure you're passing the right password. You set up

 RsyncdUserName - backuppc
 RsyncdPasswd - samepasswordasinrsyncd.secrets

 in the Xfer settings of backuppc, right?

 does the backuppc needs to be an administrator user of the vista machine
 In my current setup it is not even a user of the vista machine.

 Rsyncd should be running as the SYSTEM user, so you won't need a 
 backuppc user on the Vista machine unless you want to be able to ssh 
 into it or the like.

 Are you running something like below to test?
 rsync -a [EMAIL PROTECTED]::home /var/lib/backuppc/testing/ -v

 If you're looking for a step-by-step guide that works on Vista, check 
 out my site:
 http://www.cs.umd.edu/~cdunne/projs/backuppc_guide.html

 Cody


-
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/


[BackupPC-users] Vista client unauthorized user

2008-11-17 Thread Oz Dror
I have installed xp client unsuccessfully

On vista rsyncd failed.  Any ideas why and how to debug it.

I get the following error:
 auth failed on module home from unknown (192.168.0.4): unauthorized user

/etc/rsyncd:

gid = users
read only = false
use chroot = false
transfer logging = false
log file = /var/log/rsyncd.log
log format = %h %o %f %l %b
hosts allow = 192.168.0.4
hosts deny = 0.0.0.0/0
strict modes = false
[root]
path = /cygdrive/c/
auth users = backuppc
secrets file = /etc/rsyncd.secrets
[home]
path = /cygdrive/c/users/[my home dir]/documents/quicken/
auth users = backuppc
secrets file = /etc/rsyncd.secrets

Thanks
Oz



-
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] Vista client unauthorized user

2008-11-17 Thread Oz Dror
Thanks for responding.

I have done all the correction that you undigested. I am still havening 
the auth issue.
When I run the backup in a command line
I noticed these lines:

Negotiated protocol version 28
Got response: 73c7ac91a97cd967d94504b9a6347037
Auth: got challenge: Mkx8AVu0NSVA9mANktJ9Tg, reply:  c8eskal82WfZRQS5pjRwNw
Error connecting to module home at 192.168.0.97:873: auth failed on 
module home

what does that mean? Which user failed Authorization.?  My user account 
on the vista machine or backuppc user
does the backuppc needs to be an administrator user of the vista machine
In my current setup it is not even a user of the vista machine.

Cody Dunne wrote:


 Oz Dror wrote:
 I have installed xp client unsuccessfully

 On vista rsyncd failed.  Any ideas why and how to debug it.

 I get the following error:
  auth failed on module home from unknown (192.168.0.4): unauthorized 
 user

 /etc/rsyncd:

 You mean /etc/rsyncd.conf, right?


 gid = users
 read only = false
 use chroot = false
 transfer logging = false
 log file = /var/log/rsyncd.log
 log format = %h %o %f %l %b
 hosts allow = 192.168.0.4
 hosts deny = 0.0.0.0/0

 Try removing the allow and deny lines temporarily until it starts 
 working.

 strict modes = false
 [root]
 path = /cygdrive/c/
 auth users = backuppc
 secrets file = /etc/rsyncd.secrets
 [home]
 path = /cygdrive/c/users/[my home dir]/documents/quicken/

 Isn't the path case sensitive? e.g.-/cygdrive/c/Users/[my home 
 dir]/Documents/Quicken/

 auth users = backuppc

 Also case sensitive.

 secrets file = /etc/rsyncd.secrets

 backuppc is in there, right? Like this: backuppc:password


 Thanks
 Oz

 Also, can you connect to it manually or increase the verbosity and 
 tail /var/log/rsyncd.log on the client?

 Cody


-
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] Different TopDir for different clients.

2008-11-14 Thread Oz Dror
Thanks for responding:

Regarding the first issue.

I have a limited backup space in my server. On the other had I have disk 
space in some clients that is wasted.
Thus I was hopping to backup one client to another client's disk, rather 
than to my main storage.

Regarding the second issues. The client is a windows client. My 
understanding is that when you use rsyncd in windows. you can either 
exclude dirs or include
dirs. not both. I only need to backup a couple of user accounts in that 
client. I was hoping to do it with two backup schedules, because of the 
limitation above.
These accounts have different file exclusions.

-Oz

Martin Leben wrote:
 Hi Oz,

 Read on...

 Oz Dror wrote:
   
 I am sure that it was asked before, but I was not able to find 
 satisfying answer on the net.

 1. How can I have different TopDir assigned to different client computers.
 

 No, you can't. Tell us more about what problem you are trying to solve 
 instead.


   
 2. How can I have different backup schedules for the same PC client.
 

 Create an extra host in backuppc that points to the same client machine. But 
 why 
 would you want to do that? Just as with the question above, tell us more 
 about 
 the actual problem you are trying to solve.

 I am not really an expert on Backuppc, so if I misunderstood anything please 
 correct me. And don't hesitate to follow up if Oz has more questions if he 
 follows up on this subject and I am not jumping the gun.

 BR
 /Martin Leben


 -
 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/
   


-
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/


[BackupPC-users] Different TopDir for different clients.

2008-11-12 Thread Oz Dror
I am sure that it was asked before, but I was not able to find 
satisfying answer on the net.

1. How can I have different TopDir assigned to different client computers.
2. How can I have different backup schedules for the same PC client.

-thanks
Oz


-
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/


[BackupPC-users] New to BackupPC Web admin Issues

2008-10-06 Thread Oz Dror
I am new to backuppc. I have installed it on fedora 9.

I seems to work. I do have the following issues:

1. On the main web page I do not see the admin options

2. It is not clear from the web page  how create an archive set. The 
only option that I see is a full backup


-
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/