Andre Helwig writes:
> how can i backup a sun with tar?
> mc client conf for the sun is:
>
> ##sun config file
> $Conf{XferMethod} = 'tar';
>
> $Conf{TarShareName} = ['/etc'];
>
> $Conf{TarClientCmd} = '/usr/bin/ssh -q -x -n -l root 10.0.0.3
> /usr/sbin/tar -c -v -f - $shareName';
> #EOF
>
> it will not work with the sun.
> i know that the switches -v & -f maybe wrong.
> Because i tried it in the shell. as user backuppc.
BackupPC expects to see the output from the gnu tar --totals
option. So you need to run gnu tar, rather than solaris tar.
Craig
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/