SOLVED Move Data Between ZFS Volumes

Status
Not open for further replies.

ITGuy1024

Explorer
Joined
Dec 13, 2014
Messages
89
I want to move all the data from one ZFS volume to another.
/mnt/PoolA/HTPCBackup to /mnt/PoolB/Data

After doing some research I think I have the right command, but just wanted to be sure. Or maybe there is a better way I haven't found.

rsync -av --log-file=/mnt/PoolA/rsync.log /mnt/PoolA/HTPCBackup /mnt/PoolB/Data

FreeNAS-9.3-STABLE-201412090314
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504

ITGuy1024

Explorer
Joined
Dec 13, 2014
Messages
89
Awesome, running now. See how well it works. Thanks!
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Using cp -R is way faster if you have to move lots of data.
 
Status
Not open for further replies.
Top