True https://raw.githubusercontent.com/kaedinger/unspin/main/unspin.plg kaedinger False Tools:System Unspin Rudimentary hotfile tiering for Unraid. Watches file accesses via fanotify and promotes hot files to fast storage (cache/NVMe). There's no explicit cold demotion - for now we rely on Unraid's mover. Fully configurable via the Utilities settings page. https://forums.unraid.net/topic/198091-plugin-unspin-rudimentary-hot-file-tiering-for-unraid/ https://raw.githubusercontent.com/kaedinger/unspin/main/images/icon.png hotfile tiering AddOn https://github.com/kaedinger/unspin 7.0.0 Unspin runs a lightweight C++ daemon that monitors file accesses via fanotify on your array disks. When a file exceeds configurable access thresholds it gets promoted to your cache/NVMe pool. Features: - Event-driven promotion via fanotify (no polling or cron) - Three promotion rules: small-file first-access, large-file streaming burst, periodic open detection - Mover/rsync-aware: pauses automatically during transfers - Hot-tier fill guard, dry-run mode, exclude patterns - Stackable pause locks for backup scripts, remotely accessible via ssh - Live log viewer in the settings page https://raw.githubusercontent.com/kaedinger/unspin/main/images/scr1_settings.png https://raw.githubusercontent.com/kaedinger/unspin/main/images/scr2_log.png