Dear Craig,

Craig Barratt wrote:
> Jean-Michel writes:
> 
>> 1) the 'TarClientPath' field doesn't appear in the GUI
>>
>> already defined in Meta.pm
>>
>>      TarClientPath       => {type => "string", undefIfEmpty => 1},
>> then, I add a new entry in $Conf{CgiUserConfigEdit} in the per-pc config.pl 
>> file,
>>      'TarClientPath' => '1',
> 
> You shouldn't set $Conf{CgiUserConfigEdit} in the per-pc config file.
> It is a global setting.
> 

ok...

>> but nothing in the GUI
> 
> It works for me.  Did you set the XferMethod to "tar"?  On the "Xfer"
> tab the config editor only shows the settings for the selected xfer
> method.
> 

now that I put in the global config.pl ,  it works for me too !

>> for example, it's important for Mac users, to set the xtar command :
>>
>> $Conf{TarClientPath} = '/usr/bin/xtar';
> 
> It's not a good idea to let users set executable paths, unless they
> already have root access to their machine.  Otherwise, if you have
> ssh setup to run as root on the client, then the user could set this
> path to anything they want.
> 

I known...

>> 2) I want that 'rsync' follows the symlink in the client
>>
>> I want one 'ShareName' folder contained only symbolic links
>>
>> I remove '--link' in the $Conf{RsyncArgs}, but it doesn't work :-(
> 
> --link is the default.  You should try --copy-links.  I looked at the
> rsync source code briefly and it should work with File::RsyncP.
> It appears to be implemented in a way that is transparent to
> the existing protocol (ie: doesn't need support on the receiver
> side).
> 

ok ! it works !

>> 3) I have a complex setup with 4 servers and 1 BackupPC daemon by
>>    server sharing the same FileSystem (QFS)
>>
>> I don't know if it's problem but there are also 4
>> "BackupPC_trashClean" for one Trash !
>>
>> if yes, how can I modify BackupPC to start a "BackupPC_trashClean"
>> daemon only on one server ?
> 
> I don't understand the issue.  Exactly one BackupPC_trashClean should
> be started by one BackupPC daemon.  Perhaps they were left over by
> a previous daemon (although they should get killed when the daemon
> exits)?

4 servers with, on each, BackupPC & BackupPC_trashClean running
but these 4 servers write on the same pool,cpool,pc and Trash ( sharing FS -> 
QFS )
obviously each servers have a different list of pc to backup ;-)
I have already modified the "BackupPC_nightly" script
to take account this problem : all 4 BackupPC_nightly wait
other servers before starting and before stopping...

thanks

jmb



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