View Single Post

   
  #5 (permalink)  
Old 05-11-2008, 09:36 PM
Alain
 
Posts: n/a
Default Re: Can ufsrestore restore files to a ZFS file system?

Dave a écrit :
> I have created a level 0 dump of this file system using ufsdump and

Why not use pax ?
save: pax -w -f savefile.pax /export/home
restore: pax -r -p e -f savefile.pax


Reply With Quote