baculafs a python-fuse based virtual filesystem for recovery currently (July 2009) early prototype/proof of concept to demonstrate accept to stored files information * What is working? - Bacula repository can be mounted and accessed * What is not working? - only readdir and stat. No reading of files or opening - currently, only most recent backup for ting is implemented. Change to selection nummers in the source code to change this - relies on cached information. Cached is filled by readdir. If you want to access a subdirectory, make sure, you have read the upper directories before - find is slow. Why? * Prerequisites: - bconsole must be installed and configured * Usage: ./baculafs.py /mnt ls -la /mnt ls -la /mnt/usr ... fusermount -u /mnt