Ray

Use this link it's worth it's weight in gold. The goolge search engine is so much better than what's available at doc.sun.com

http://www.google.com/custom?hl=en&client=google-coop&cof=S%3Ahttp%3A%2F%2Fwww.sun.com%3BCX%3ASun%2520Documentation%3BL%3Ahttp%3A%2F%2Flogos.sun.com%2Ftry%2Fimg%2Fsun_logo.gif%3BLH%3A31%3BLP%3A1%3B&q=&btnG=Search&cx=014942951012728127402%3Aulblnwea12w


Simply search for: solaris 8/07 ZFS

FYI: A while back Sun decided rather than having complete copies of each manual for each Solaris release which where 99.99% the same the manuals would just indicate was was new.

The "What's new" is always a good place to start.

http://docs.sun.com/app/docs/doc/817-0547

Or simply run a file with ACLs through a tar and cpio pipe and see if they survive much quicker than reading!!

examples in the respective man pages.


example%  cd fromdir; tar cf - .| (cd todir; tar xfBp -)
example%  find . -depth -print | cpio -pdlmv newdir

Don't forget the ACLs on ZFS are different to UFS.

Trevor




Ray Clark wrote:
The April 2009 "ZFS Administration Guide" states "...tar and cpio commands, to save ZFS files.  All of these utilities save and restore ZFS file attributes and ACLs.

I am running 8/07 (U4).  Was this true for the U4 verison of ZFS and the tar and cpio shipped with U4?

Also, I cannot seem to figure out how to find the ZFS admin manual applicable to U4.  Could someone please shove me in the right direction?
  



www.eagle.co.nz 

This email is confidential and may be legally privileged. If received in error please destroy and immediately notify us.

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to