|
From: Sandeep A.S <sa...@ne...> - 2004-07-13 13:03:17
|
Hi ,
How i can take home directories of users from each systems with
single confg.pl .
It is like this :
In my Company User machines are named as their mailid .Mostly linux
machines .
For eg: For sandeep's system hostname will be sandeep and his home
directory will be /home/sandeep. Also I don't want to take backup of
full /home directory.
My requirement is to take backup of home directory of the owner of
each machine .It is possible by using seperate config.pl for each
system.
But i think it would be possible with single config.pl file .
I am using rsync as the transfer method .
I tried $Conf{RsyncShareName} = '/home/$host';
and
$Conf{RsyncShareName} = '/home/$user'; But no use .
Please help me with the correct config settings .
Thanks a lot for this fantastic tool.
Sandeep.
|