ZFS Automatic Snapshot Daemon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Thor 474d99d8b0 Added README 4 years ago
bin/osx Fixed issue with wrong relative path in zasctl 4 years ago
log Initial commit 4 years ago
src Fixed issue with wrong name on config file 4 years ago
.gitignore Initial commit 4 years ago
README.md Added README 4 years ago

README.md

ZFS Automatic Snapshot Daemon

This is a daemon, written in Python 3, that will schedule regular snaphots of ZFS datasets (pools, filsystems) according to a set of configurable schedules. Options for interval and crontab-style schedules are available.

The daemon only includes an installer for macOS at the moment, but a multi-platform installer is coming soon.

As of now, snapshots are conditional. A snapshot will only be taken if a dataset has been modified since the last snapshot. An option to turn this off per schedule is coming soon.

The daemon will not interfere with other snapshots you may have on the system unless you give them names that match the syntax in zasd and look like they belong to one of the configured shchedule tags. This won't happen unless you do it on purpose.