Skip to content

Tags: mk01/zfs-auto-snapshot

Tags

upstream/1.0.8

Toggle upstream/1.0.8's commit message
Fix pool exclusions.

Use $ZPOOL_STATUS instead of $ZFS_STATUS for pool exclusions.

A mistaken variable name made the pool exclusion logic a no-op and
broke the --skip-scrub switch.

Also correct a trivial comment typo.

debian/1.0.8-0ubuntu1

Toggle debian/1.0.8-0ubuntu1's commit message
Debian release 1.0.8-0ubuntu1

upstream/1.0.7

Toggle upstream/1.0.7's commit message
Merge pull request #2 from ulope/master

Fixed --prefix and --sep regexes

debian/1.0.7-0ubuntu1

Toggle debian/1.0.7-0ubuntu1's commit message
Debian release 1.0.7-0ubuntu1

upstream/1.0.6

Toggle upstream/1.0.6's commit message
Fix the hourly-daily transposition in the Makefile.

The hourly cron job was installed to cron.daily, and the daily cron
job was installed to cron.hourly, which caused incorrect scheduling.

debian/1.0.6-0ubuntu1

Toggle debian/1.0.6-0ubuntu1's commit message
Debian release 1.0.6-0ubuntu1

upstream/1.0.5

Toggle upstream/1.0.5's commit message
Split the cron file for anacron compatibilty.

Split the cron file so that the hourly, daily, weekly, and monthly
zfs automatic snapshots still happen even if the system is offline
temporarily during the scheduled event, such as during a reboot.

On Debian systems, if anacron is installed, then it is used to run
the /etc/cron.{hourly,daily,weekly,monthly} directories, but not
the /etc/cron.d directory. This means that /etc/cron.d jobs are not
run if the system is offline when crond would usually invoke them.

debian/1.0.5-0ubuntu1

Toggle debian/1.0.5-0ubuntu1's commit message
Debian release 1.0.5-0ubuntu1

upstream/1.0.4

Toggle upstream/1.0.4's commit message
Implement the --event option for :auto-snap-desc.

Set the com.sun:auto-snap-desc property on each snapshot to an
arbitrary value.  On Solaris, this property is set to the dash
character by default -- which is convention for NULL -- but it
can contain an FMRI status comment or other user data.

debian/1.0.4-0ubuntu1

Toggle debian/1.0.4-0ubuntu1's commit message
Debian release 1.0.4-0ubuntu1