/Raid-X

Zero byte mirroring for Windows

Primary LanguagePython

Raid-X

Zero byte mirroring for Windows.

Properties

Idea inspired from iCHAIT's and dufferzafar's 0xMirror, with some changes. (The repo works for macs, so head there for non-windows solutions)

  1. The script traverses the File system, and creates an empty directory structure.
  2. Files in the structure are represented as .txt files, with some basic information relating to them inside said .txt file.
  3. Information available inside txt files is customisable.
  4. User customisable on which drives to map.
  5. GUI built in PyQt4.

Note: Still in development. Requires the pywin32 module (available on sourceforge).