We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b76097 commit afdae86Copy full SHA for afdae86
etc/zfs-auto-snapshot.cron.frequent
@@ -1,7 +1,3 @@
1
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
2
3
*/15 * * * * root zfs-auto-snapshot -q -g --label=frequent --keep=4 //
4
-@hourly root zfs-auto-snapshot -q -g --label=hourly --keep=24 //
5
-@daily root zfs-auto-snapshot -q -g --label=daily --keep=31 //
6
-@weekly root zfs-auto-snapshot -q -g --label=weekly --keep=4 //
7
-@monthly root zfs-auto-snapshot -q -g --label=monthly --keep=12 //
0 commit comments