Artifact 209ceb6ce41d457e7aea60a2f6eef3d9659c9bc0:
- File README.md — part of check-in [aa1acadcb1] at 2014-09-10 09:14:03 on branch trunk — Minor update (user: rkeene, size: 1082) [annotate] [blame] [check-ins using]
AppFS
It's sort of like LazyFS.
Usage
Run: 1. # mkdir /tmp/appfs-cache /opt/appfs 2. # appfsd /opt/appfs
Paths
AppFS should normally be mounted on "/opt/appfs".
/opt/appfs/hostname
Fetches: http://hostname/appfs/index
Contains CSV file: hash,extraData
Fetches: http://hostname/appfs/sha1/<hash>
Contains CSV file: package,version,os,cpuArch,sha1,isLatest
/opt/appfs/hostname/package/os-cpuArch/version
/opt/appfs/hostname/sha1/
Fetches: http://hostname/appfs/sha1/<sha1>
Contains CSV file:
type,time,extraData,name
type == directory; extraData = (null)
type == symlink; extraData = source
type == file; extraData = size,perms,sha1
/opt/appfs/hostname/{sha1,package/os-cpuArch/version}/file
Fetches: http://hostname/appfs/sha1/<sha1>
Database
packages(hostname, sha1, package, version, os, cpuArch, isLatest, haveManifest)
files(package_sha1, type, time, source, size, perms, file_sha1, file_name, file_directory)
Resources
http://appfs.rkeene.org/