I realize this is a very niche project, but it makes it very easy to back up a project to another location to ensure you don't lose any data! (which has happened to me before) 
Here is a brief explanation of what RAIDs are:
RAID 0: separates data into blocks and alternates writing blocks between disk 1 and 2.
RAID 1: creates a recursive .zip copy of all your folders and saves it in another location.
RAID 5: separates data into blocks, calculates parity using XOR, and is able to recover lost data even from the backup using binary XOR calculation. (very difficult to explain here xD)
You can view the documentation using ./main.exe in my software.
















8 comments