Re: [zfs-discuss] ufsrestore to ZFS

2008-11-04 Thread Joerg Schilling
Mark Shellenbaum <[EMAIL PROTECTED]> wrote: > >>> You can, but I don't think ufsdump is ACL aware. > >> ufsdump is ACL aware since 12 years. > >> > >> The problem may be in ufsrestore that IIRC only supports POSIX draft > >> ACLs. > >> > >> If ZFS is able to translate this to NFSv4 ACLs, you may h

Re: [zfs-discuss] ufsrestore to ZFS

2008-11-02 Thread Mark Shellenbaum
dick hoogendijk wrote: > On Sun, 02 Nov 2008 19:47:52 +0100 > [EMAIL PROTECTED] (Joerg Schilling) wrote: > >> Ian Collins <[EMAIL PROTECTED]> wrote: >> >>> dick hoogendijk wrote: As I understand ufsrestore is independent of the FS it writes to. So, I wonder, is it possible to do a pipe f

Re: [zfs-discuss] ufsrestore to ZFS

2008-11-02 Thread dick hoogendijk
On Sun, 02 Nov 2008 19:47:52 +0100 [EMAIL PROTECTED] (Joerg Schilling) wrote: > Ian Collins <[EMAIL PROTECTED]> wrote: > > > dick hoogendijk wrote: > > > As I understand ufsrestore is independent of the FS it writes to. > > > So, I wonder, is it possible to do a pipe from a UFS to a ZFS > > > des

Re: [zfs-discuss] ufsrestore to ZFS

2008-11-02 Thread Joerg Schilling
Ian Collins <[EMAIL PROTECTED]> wrote: > dick hoogendijk wrote: > > As I understand ufsrestore is independent of the FS it writes to. So, I > > wonder, is it possible to do a pipe from a UFS to a ZFS destination > > like: > > > > # ufsdump 0f - /dev/rdsk/c0d0s4 | (cd /dest; ufsrestore xf -) > > [u

Re: [zfs-discuss] ufsrestore to ZFS

2008-11-02 Thread Ian Collins
dick hoogendijk wrote: > As I understand ufsrestore is independent of the FS it writes to. So, I > wonder, is it possible to do a pipe from a UFS to a ZFS destination > like: > > # ufsdump 0f - /dev/rdsk/c0d0s4 | (cd /dest; ufsrestore xf -) > [ufs-source -> zfs destination] > > You can, but I do