Thread
:
Can ufsrestore restore files to a ZFS file system?
View Single Post
#
5
(
permalink
)
05-11-2008, 09:36 PM
Alain
Posts: n/a
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
Alain