Changeset 1151
- Timestamp:
 - May 22, 2013, 2:47:15 PM (12 years ago)
 - Location:
 - baculafs/trunk
 - Files:
 - 
      
- 1 deleted
 - 1 edited
 
- 
          
  README.txt (modified) (1 diff)
 - 
          
  bareos-fuse.py (deleted)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
baculafs/trunk/README.txt
r1150 r1151 1 1 bareos-fuse 2 2 3 a python-fuse based virtual filesystem for recovery 3 a python-fuse based virtual filesystem for recovery. 4 4 5 current status: prototype/proof of concept 6 7 to demonstrate access to backuped files information 8 9 * What is working? 10 - Bareos (or Bacula) restore filesets can be mounted and accessed 11 12 * What is not working? 13 - only readdir and stat. No reading or opening of files 14 - currently, only most recent backup for a client is implemented. 15 Change the 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 19 * Prerequisites: 20 - bconsole must be installed and configured 21 - python-fuse must be installed 22 23 * Usage: 24 ./bareos-fuse.py /mnt 25 ls -la /mnt 26 ls -la /mnt/usr 27 ... 28 fusermount -u /mnt 29 30 31 For debugging purposes, better use 32 ./baculafs.py -f -s -d /mnt 33 34 Also take a look at the log files /tmp/bareos-fuse.log and /tmp/bareos-fuse-bconsole.log 5 Project moved to https://github.com/bareos/bareos-contrib/tree/master/bareos-fuse  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  