Luke Scharf <[EMAIL PROTECTED]> wrote: > Karen Chau wrote: > > I understand Legato doesn't work with ZFS yet. I looked through the > > email archives, cpio and tar were mentioned. What's is my best option > > if I want to dump approx 40G to tape? > Am I correct in saying that the issue was not getting the files to tape, > but properly storing complex permissions and information about the > filesystems?
cpio is not a good idea, it is amongst other problems limited to 8 GB per file with the POSIX format, the SVr4 cpio format is limited to 4 GB per file. > My read of the thread was that if you use classical Unix permissions (or > don't mind manually resetting ACLs), and don't mind recreating all of > the volumes manually, any traditional backup solution (like tar) will > work fine. After all, you can stat and read the files on a zfs volume! If you don't need ZFS ACLs, I recommend star. It supports true incremental backups using a similar strategy than ufsdump for the incrementals. Star does not yet support ZFS ACLs but it does support UFS ACLs. Another feature of star star is of interest for backups is multi volume support in a way that allows you to start restoring with any volume (in case you don't like to do an incremental restore but are just looking for single files). 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