Re: Can ufsrestore restore files to a ZFS file system? Alain wrote:
> 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
>
>
I was not even aware of 'pax', although found the man page:
User Commands pax(1)
NAME
pax - portable archive interchange
Actually, as Andrew Gabriel said, it does work with ufsrestore. In fact,
I'm using ZFS on /export/home now, after restoring from a file created
with ufsdump. |