Hi,

You've got probably to add modules, because there is just one directory per 
module.

Example :
   On the windows client - rsyncd.conf :
     ...
     [share1]
       path = c:\
       comment = Disk C
       ...
     [share2]
       path = d:\
       comment = Disk D
       ...

   On the server - config.pl
     ...
     $Conf{RsyncShareName} = ['share1', 'share2'];
     ...

But one thing to know is that if not all the clients have the same 
configurations (the same shares for example) ... then you'll have to use the 
per-pc config file.

A good day!
Sam

veeraa bose wrote:
> Dear all,
> 
> Im using backuppc as rsync client, and in each windows system i installed
> cgywin rsyncdserver and configured modules.  and its working fine. and i m
> not using the Per-pc config file.
> 
> In config.pl file i specifed the module name "BackupPc"  and in  each
> windows client  i specified the module name same as "BackupPc" and path in
> rsyncd.conf. its working fine.
> 
> now i have requirment to add some more directories in the module for taking
> backup. i tryed to add in differnt ways but its not working.
> 
> is it possible,Coluld any body please tell me how to add different
> directories in a module.
> 
> Thanks and regards,
> veera.
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> 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/

-- 
/ ------------------------------------------------------- \
   Mr Samuel Bancal        Mail : [EMAIL PROTECTED]
   Université de GENEVE           User   = Samuel.Bancal
   Division Informatique          Domain = adm.unige.ch
   24 rue Général-Dufour   Tel  : +4122 379 7506
   1211 GENEVE             Fax  : +4122 379 7986
   Suisse                  www  : http://www.unige.ch/dinf
\ ------------------------------------------------------- /


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

Reply via email to