I have 2 boxes. The server (actually an ownCloud server) and a backup server. Both are running Ubuntu servers.
The main server has a RAID 1 array of 2x2TB drives.
The backup server has a RAID 1 array of 2x4TB drives (it is running incremental time machine type rsync type backups).
I am getting 2 new 8TB drives so I can double the capacity.
What I want to do is
- mirror the backup drives (2x4TB) to the two new drives (2x8TB).
- then want to mirror the server drives (2x2TB) to the original backup drives (2x4TB) so they can be reused as the new server drives.
I think this is right?
The question is exactly how should I do this? What is the correct way to mirror one RAID 1 array to another bigger RAID 1 array? I want to maintain the full file system including hard links.
I am actually replacing the backup box, not sure if this is relevant/helps. There are various partitions on both boxes.