Regular flush to disk

Issue #62 new
Chris Graham created an issue

I know you have a big focus on performance, and I can understand why - rebuilding a zip file can be slow.

But it is an important use case of someone mounting small zip files permanently, as a data store, and regularly syncing them is important in case there’s a system crash. It’s also my understanding that a system reboot may kick in before fuse-zip can finish saving.

A simple command line parameter could specify the desired behavior.

I’m going to do a temporary workaround of unmounting/remounting in a Cron job every 30 minutes or so.

Comments (1)

  1. Log in to comment