Changeset 788


Ignore:
Timestamp:
Aug 28, 2009, 12:00:22 AM (15 years ago)
Author:
joergs
Message:

adapted to new version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • baculafs/trunk/README.txt

    r779 r788  
    33a python-fuse based virtual filesystem for recovery
    44
    5 currently (July 2009) early prototype/proof of concept
     5currentl status: prototype/proof of concept
    66
    7 to demonstrate accept to stored files information
     7to demonstrate access to backuped files information
    88
    99* What is working?
     
    1111
    1212* 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.
     13- only readdir and stat. No reading or opening of files
     14- currently, only most recent backup for a client is implemented.
    1515  Change to selection nummers in the source code to change this
    1616- relies on cached information. Cached is filled by readdir.
    1717  If you want to access a subdirectory, make sure, you have read the upper directories before
    18 - find is slow. Why?
    1918
    2019* Prerequisites:
     
    2726...
    2827fusermount -u /mnt
     28
     29
     30For debugging purposes, better use
     31./baculafs.py -f -s -d /mnt
     32
     33Also take a look at the log files /tmp/baculafs.log and /tmp/bconsole.out
Note: See TracChangeset for help on using the changeset viewer.