A small tool to help verify the integrity of backups.
In it's simplist form, PyBIC will select 10 random files from a path and print them to stdout.
~$ pybic.py -s /path/to/files
If a compare path is specified, PyBIC will use md5 to compare the selected files in the source and compare paths.
~$ pybic.py -s /path/to/source -c /path/to/compare
These can be found by using '-h' on the script.
~$ pybic.py -h