Jonny Gerold
2009-Feb-07 01:39 UTC
[zfs-discuss] Migrate filesystem+all snapshots from one local disk to another
Hello,
I have two local disks mounted on my system:
Both are broken mirrors (I only have 2 sata ports, and need to move the
data off one drive to the new drive)
Mountpoints:
/rpool-old
- Filesystems -
backup1
bigmac-RAID
hq-pbx
therm7
-- I have about 20 snapshots for each filesystem --
/rpool-new
(I would like to move all the filesystems+snapshots here)
Any help would be much appreciated, let me know if you need any more
information
Thanks, Jonny
Ian Collins
2009-Feb-07 01:53 UTC
[zfs-discuss] Migrate filesystem+all snapshots from one local disk to another
Jonny Gerold wrote:> Hello, > I have two local disks mounted on my system: > > Both are broken mirrors (I only have 2 sata ports, and need to move the > data off one drive to the new drive) > > Mountpoints: > /rpool-old > - Filesystems - > backup1 > bigmac-RAID > hq-pbx > therm7 > > -- I have about 20 snapshots for each filesystem -- > > /rpool-new > (I would like to move all the filesystems+snapshots here) > > Any help would be much appreciated, let me know if you need any more > information >See the -I and -R options to zfs send. -- Ian.