On Thu, 2005-08-18 at 12:56, Paul Fox wrote:
> i don't think your tar client command is complete -- there's no "tar"
> there.  mine (which is in conf/config.pl, not in each host's
> config file) looks like this:
> 
>   $Conf{TarClientCmd} = '$sshPath -x -q -n -l root $host'
>                     . ' $tarPath --one-file-system -c -v -f - -C $shareName+'
>                     . ' --totals';

Be careful that you understand what --one-file-system does if you add
it.  I use it myself to avoid including an CDs or NFS mounts that
might be active, but you then have to explicitly specify all of the
mount points that you do want to back up.

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