vimalloc / apfs-auto-snapshot

Tool to automatically create and delete APFS snapshots
GNU Affero General Public License v3.0
28 stars 1 forks source link

Run as daemon #2

Open vimalloc opened 7 years ago

vimalloc commented 7 years ago

If we run the tool as a cron, we have to deal with having all of the rules in a cronjob (or launchd or whatever). This might make it harder to setup, could lead to some Time Machine -> Database metadata race conditions, unnecessary snapshots being created, etc.

I'm not entirely sure it would be better or not, but we should consider having this be a daemon that is running instead.