rsync inquiry

Status
Not open for further replies.

Chris Perry

Cadet
Joined
Oct 27, 2014
Messages
3
Can I do this in Freenas 9.10 U2? I am getting ready to migrate drives to a new Freenas 11 system. I installed a 8TB drive to my current system to back up the files on my array (RAID-5 3x 4TB drives). I did the initial file copy from the array to the 8TB drive. There have been some file additions to the array and I want to sync the volumes. For a local sync, would this get the job done?

rsync -avh --progress "/path/to/source" "/path/to/destination"

Thanks
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
zfs send | zfs recv is a significantly better solution to migrate data to a new ZFS pool.
 
Status
Not open for further replies.
Top