Mark Shellenbaum <[EMAIL PROTECTED]> wrote:

> Joerg Schilling wrote:
> > Darren J Moffat <[EMAIL PROTECTED]> wrote:
> > 
> >>> The closest equivalent to ufsdump and ufsrestore is "star".
> >> I very strongly disagree.  The closest ZFS equivalent to ufsdump is 'zfs 
> >> send'.  'zfs send' like ufsdump has initmiate awareness of the the 
> >> actual on disk layout and is an integrated part of the filesystem 
> >> implementation.
> > 
> > I strongly disagree. Like ufsdump, star creates archives that allow a file 
> > based access. This does not work with zfs send.
> > 
>
> But star doesn't support Solaris Extended attributes and ZFS ACLs.  This 
> means you *may* loose critical data if you use star.  Whereas zfs send 
> preserves everything.

This is not a result of a failure of star.

The fact that star currently does not support all zfs properties has several 
reasons:

-       The ACL library interface in libsec was wrong in the first version 
        because people did hot ask me how such a library interface needs to 
        look like.

-       I have been unable to find discussion partners to develop a useful 
        archive format for extended attributes. The archive format used by Sun 
        tar is not useful as it is based on an outdated TAR extension machanism
        defined by POSIX in 1988. The format from Sun tar is not extensible and
        it is not detectable. new features of course need to be implemented 
        using (detectable) methods from POSIX.1-2001.

-       Finally I was waiting a long time with the star-1.5final release 
because 
        I thought I may need to change things for the star Solaris integration.
        Unfortunately it turned out that collaboration at that point did not 
        work. As a result, star-1.5-final has been published 6 weeks ago.

Once there is a will for collaboration, things may change quickly....

Star has been designed to be extensible without limitations. 

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to