Brien Dieterle wrote:
> The ".filename" stuff is called AppleDouble and I think it preserves 
> metadata as well in there.
>
> Are you also getting a ton of xfer errors as below? (I did)
> /usr/bin/tar: /tmp/tar.md.Fif1QE: Cannot stat: No such file or directory
> /usr/bin/tar: /tmp/tar.md.b7XePQ: Cannot stat: No such file or directory
> /usr/bin/tar: /tmp/tar.md.QMKDdp: Cannot stat: No such file or directory
>
> I decided the extended attributes were not really necessary for 
> disaster recovery and I found you can turn them off via an env variable:
>
> $Conf{TarClientCmd} 
> <http://mirror/backuppc/index.cgi?action=view&type=docs#item_%24conf%7btarclientcmd%7d>
>  = '$sshPath -q -x -n -l root $host'
>                     . ' /usr/bin/env LC_ALL=C 
> COPY_EXTENDED_ATTRIBUTES_DISABLE=true $tarPath -c -v -f - -C $shareName+'
>                   . ' --totals'
>                   . ' --one-file-system';
>
> That cleared up all my tar xfer errors on 10.4
>
> brien
>
What do i miss if I don't backup extended attributes?

John

-------------------------------------------------------------------------
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to