@hackage / ScratchFs

Size limited temp filesystem based on fuse

Latest0.1.0.2

About

Metadata

  • Last updated , by FalcoHirschenberger
  • License GPL-3.0-only
  • Categories Systems Programming
  • Maintained by: Falco Hirschenberger <hirsch@bigfoot.de>

  • Lottery factor: 0

Links

Installation

Readme

ScratchFS is a FUSE-based filesystem which provides a size-limited directory tree. When the filesystem is mounted, the user provides a maximum size the target directory and all it's subdirectories may get. All IO operations in the mountdirectory are tracked and the oldest files in the watchdirectory get deleted automatically.