source: baculafs/trunk/README.txt@ 779

Last change on this file since 779 was 779, checked in by joergs, on Jul 24, 2009 at 11:48:06 PM

added information

File size: 761 bytes
Line 
1baculafs
2
3a python-fuse based virtual filesystem for recovery
4
5currently (July 2009) early prototype/proof of concept
6
7to demonstrate accept to stored files information
8
9* What is working?
10- Bacula repository can be mounted and accessed
11
12* What is not working?
13- only readdir and stat. No reading of files or opening
14- currently, only most recent backup for ting is implemented.
15 Change to selection nummers in the source code to change this
16- relies on cached information. Cached is filled by readdir.
17 If you want to access a subdirectory, make sure, you have read the upper directories before
18- find is slow. Why?
19
20* Prerequisites:
21- bconsole must be installed and configured
22
23* Usage:
24./baculafs.py /mnt
25ls -la /mnt
26ls -la /mnt/usr
27...
28fusermount -u /mnt
Note: See TracBrowser for help on using the repository browser.