I have 2 drives in my DNS-323, which are formatted as STANDARD, and one drive in a SATA enclosure connected to the USB port of the DNS-323. All 3 drives are 1 TB.
Right now the 2 drives in the DNS-323 have no data - I began copying over nearly 1 TB of data from the USB SATA enclosure into Volume_2 using rsync, and it's taking a very long time. By my calculations this could be going on for several days - is this right, because it seems far too slow - or am I doing something wrong?
Once the data has been copied over to Volume_2, I'd like to copy it over to Volume_1 (I know I could have used RAID 1, but I ended up going with STANDARD and will keep them in sync using scripts, like what jamieburchell mentioned in my previous post). I could use rsync again, but I'm wondering if there's a faster way - such as using one of the other Linux commands, like dd, to copy /dev/sdb2 (Volume_2) over to /dev/sda2 (Volume_1)?
Would it be faster? What are the advantages and the risks? Will the data be accessible in Volume_1 by running the 'dd' command in this case, or is rsync the only way (in which case I have to wait for days for the transfer to complete again)?
Also, right now Volume_1 contains the ffp folder and packages - if I use dd to copy /dev/sdb2 to /dev/sda2, would everything explode - pardon my ignorance, but it seems like I'd be overwriting all the ffp stuff when commands like rsync or dd are being run through ffp.