On Thu, 2005-08-18 at 11:22, Mark Cockrell wrote:
> $Conf{TarClientCmd} = 'ssh -q -x -n -l root warrior';

Unless you left something out, you aren't executing tar on the
remote system at all with that command.  It should be more like:

$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host'
                    . ' $tarPath -c -v -f - -C $shareName+'
                    . ' --totals';

Your command should leave the $variables there to be substituted
at runtime. 

-- 
  Les Mikesell
   [EMAIL PROTECTED]




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to