Zero byte mirroring for Windows.
Idea inspired from iCHAIT's and dufferzafar's 0xMirror, with some changes. (The repo works for macs, so head there for non-windows solutions)
- The script traverses the File system, and creates an empty directory structure.
- Files in the structure are represented as .txt files, with some basic information relating to them inside said .txt file.
- Information available inside txt files is customisable.
- User customisable on which drives to map.
- GUI built in PyQt4.
Note: Still in development. Requires the pywin32 module (available on sourceforge).