Skip to content

Tags: mjcollin/zfs-auto-snapshot

Tags

debian/1.1.0-0ubuntu1

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

upstream/1.1.0

Toggle upstream/1.1.0's commit message
Merge pull request zfsonlinux#18 from hawkowl/master

Set zfs-auto-snapshot to use UTC time for snapshots

debian/1.0.8-0ubuntu2

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

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 zfsonlinux#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.