Krsnendu dasa wrote:
> I fixed this in my rsyncd.conf file. I had my global options listed at
> the bottom. I moved it to the top and that fixed it for all shares.
> Now I get this error. In the log file. Is it to do with permissions of
> the directory in question?
>
> Remote[1]: rsync: link_stat "/." (in test) failed: Permission denied (13)
> Xfer PIDs are now 12144
> Here is my rsyncd.conf file.
>
> use chroot = false
> strict modes = false
> read only = false
> list = true
> auth users = backup
> secrets file = /etc/rsyncd.secrets
>
> [test]
> path = /home/krsnendu/test/
> comment = Test Directory
> [Finance]
> path = /home/finance
> comment = Home of MYOB file
>
> In config.pl is has
> $Conf{RsyncShareName} = 'test';
>
>
> $Conf{RsyncdClientPort} = 873;
>
> $Conf{RsyncdUserName} = 'backup';
>
> $Conf{RsyncdPasswd} = 'rsync';
>
> $Conf{RsyncdAuthRequired} = 1;
>
>
Your connecting as the user "backup" to get the files.
Is there an equivalent user on the client pc, and does it have
permissions to access those directories?
Regards,
Les
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/