Re: [BackupPC-users] Rsyncd on XP

2008-11-19 Thread Rob Poe
Eric Snyder wrote:
>> I was having problems with SMB on XP pro so have shifted gears and am 
>> trying Rsyncd. I ran a full backup of the cDrive setup. The problem is 
>> that I am using a backup user I created that is part of the user group 
>> "Backup Operators". I do get files backed up but... The only files I get 
>> in the Documents and Settings folder is the backup user's files 
>> (basically empty). There are other users there and I need to get those 
>> files backed up as well. There seems to be a permission problem and I 
>> can't get the other users files backed up
>> 
I have a domain user as part of the backup group, called ... what else?  
Wait for it! 

backup

Here is my config.

[cDrive]
path = c:
comment = Entire Drive
auth users = backup
secrets file = c:/rsyncd/rsyncd.secrets
# hosts allow = 172.16.0.17
strict modes = false
read only = false
list = false


-
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=100&url=/
___
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] Rsyncd on XP

2008-11-18 Thread Rob Owens
Eric Snyder wrote:
> I was having problems with SMB on XP pro so have shifted gears and am 
> trying Rsyncd. I ran a full backup of the cDrive setup. The problem is 
> that I am using a backup user I created that is part of the user group 
> "Backup Operators". I do get files backed up but... The only files I get 
> in the Documents and Settings folder is the backup user's files 
> (basically empty). There are other users there and I need to get those 
> files backed up as well. There seems to be a permission problem and I 
> can't get the other users files backed up.
> 
> How do I get all the users files backed up using Rsynced?
> 
> Config file:
> [cDrive]
> path = c:
> comment = Entire Drive
> auth users = removed,removed
> secrets file = c:/rsyncd/rsyncd.secrets
> # hosts allow = 172.16.0.17
> strict modes = false
> read only = true
> list = false
> 

Does your rsyncd.conf file have a line like:

uid = someuser

This is the user that that the rsync daemon runs as.  Mine is set to be
my backup user.  I'm not sure what the default is, but if it's uid =
administrator, that might not give you enough rights to see everything.
 I'm pretty sure it needs to be run as someone who is in the "Backup
Operators" group.

Additionally, on my systems I found that some files were not readable by
the "Backup Operators" group.  That made it impossible for me to backup
those files until I fixed the problem.

-Rob


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. If you are not the addressee, any disclosure, reproduction,
copying, distribution, or other dissemination or use of this transmission in
error please notify the sender immediately and then delete this e-mail.
E-mail transmission cannot be guaranteed to be secure or error free as
information could be intercepted, corrupted lost, destroyed, arrive late or
incomplete, or contain viruses.
The sender therefore does not accept liability for any errors or omissions
in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard copy
version.




-
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=100&url=/
___
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] Rsyncd on XP

2008-11-18 Thread Eric Snyder
I was having problems with SMB on XP pro so have shifted gears and am 
trying Rsyncd. I ran a full backup of the cDrive setup. The problem is 
that I am using a backup user I created that is part of the user group 
"Backup Operators". I do get files backed up but... The only files I get 
in the Documents and Settings folder is the backup user's files 
(basically empty). There are other users there and I need to get those 
files backed up as well. There seems to be a permission problem and I 
can't get the other users files backed up.

How do I get all the users files backed up using Rsynced?

Config file:
[cDrive]
path = c:
comment = Entire Drive
auth users = removed,removed
secrets file = c:/rsyncd/rsyncd.secrets
# hosts allow = 172.16.0.17
strict modes = false
read only = true
list = false

-
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=100&url=/
___
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/