SSDsaver_
BETA!!! -- Move logs, browser caches, package caches and any write-heavy folder to RAM.
Drastically reduce SSD / eMMC / SD-card wear — without losing data on shutdown.
What it does
- Automatically detects installed browsers (Chrome, Chromium, Brave, Firefox, Edge, Vivaldi…)
- One-click enable/disable for logs, browser caches, apt/yum/pacman/dnf caches, Steam shader cache, Discord, Node.js, etc.
- Safe bind-mount + hourly rsync + shutdown sync (inspired by log2ram) → no corruption, survives clean reboots
- Optional “lossy” tmpfs mode if you truly don’t care about persistence
- Tiny footprint, no background daemon bloat
- Works on Raspberry Pi, laptops, home servers, NAS boxes
Quick install (Debian/Ubuntu/Raspbian)
wget -qO- https://satoshihost.com/SSDsaver/install.sh | sudo bash [coming soon]
Or from source
git clone https://github.com/satoshihost/SSDsaver.git
cd ssdsaver
sudo make install
Built on top of the excellent log2ram by azlux (MIT).
SSDsaver itself is also MIT-licensed — fork, modify, sell, enjoy.