- Timestamp:
- Aug 28, 2009, 12:00:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
baculafs/trunk/README.txt
r779 r788 3 3 a python-fuse based virtual filesystem for recovery 4 4 5 currentl y (July 2009) earlyprototype/proof of concept5 currentl status: prototype/proof of concept 6 6 7 to demonstrate acce pt to stored files information7 to demonstrate access to backuped files information 8 8 9 9 * What is working? … … 11 11 12 12 * What is not working? 13 - only readdir and stat. No reading o f files or opening14 - currently, only most recent backup for tingis implemented.13 - only readdir and stat. No reading or opening of files 14 - currently, only most recent backup for a client is implemented. 15 15 Change to selection nummers in the source code to change this 16 16 - relies on cached information. Cached is filled by readdir. 17 17 If you want to access a subdirectory, make sure, you have read the upper directories before 18 - find is slow. Why?19 18 20 19 * Prerequisites: … … 27 26 ... 28 27 fusermount -u /mnt 28 29 30 For debugging purposes, better use 31 ./baculafs.py -f -s -d /mnt 32 33 Also take a look at the log files /tmp/baculafs.log and /tmp/bconsole.out
Note:
See TracChangeset
for help on using the changeset viewer.