I've got two DNS-323 boxes. Both are RAID1 mode. One has a pair of 2TB drives, the other a pair of 1TB drives.
My goal is to have both boxes set to STANDARD mode with two separate drives. I plan to relocate one box off-site and set up rsync to perform scheduled incremental backups.
Based on the above, I'm thinking these are the steps I need to take:
- power down both boxes.
- remove the 1 TB drive in the left bay from box B.
- remove a 2TB drive from box A and insert into box B.
- power up box B and reformat both drives in STANDARD mode.
- power up box A, telnet into it and copy data from the remaining 2TB drive to the newly formatted 2TB drive in box B.
- power down both boxes.
- remove the 2TB drive from box A.
- insert the other 1TB drive and power up box A.
- telnet into box A and copy data from the 1TB drive to the newly formatted 1TB drive in box B. Box B is done.
- power down box A.
- insert the other 2TB drive into box A and reformat both drives in STANDARD mode.
- telnet into box B and copy data from both drives to the corresponding drives in box A.
Assuming I don't want to buy an external drive enclosure to do this, does this sound about right? Or have I missed something that could make it easier? Thanks!