ecdye / zram-config

A complete zram-config utility for swap, directories, and logs to reduce SD, NAND and eMMC block wear.
MIT License
412 stars 53 forks source link

Sync on demand #102

Closed mstormi closed 9 months ago

mstormi commented 11 months ago

For the time being there's no way to force a sync of the overlay fs to the underlaying one without restarting ZRAM which isn't acceptable to the apps to run on top.

Can you provide some script to use rdist or similar that syncs mountpoint xxx to its lower fs /opt/zram/xxx.bind ? Plus setup a systemd timer to execute at regular intervals.

mstormi commented 9 months ago

sorry I didn't see it was already implemented