mirror of
https://github.com/zfsonlinux/zfs-auto-snapshot.git
synced 2025-08-17 16:11:19 +02:00
Compare commits
2 Commits
upstream/1
...
upstream/1
Author | SHA1 | Date | |
---|---|---|---|
|
74359e51a7 | ||
|
afdae86271 |
4
Makefile
4
Makefile
@@ -7,8 +7,8 @@ install:
|
|||||||
install -d $(DESTDIR)$(PREFIX)/etc/cron.weekly
|
install -d $(DESTDIR)$(PREFIX)/etc/cron.weekly
|
||||||
install -d $(DESTDIR)$(PREFIX)/etc/cron.monthly
|
install -d $(DESTDIR)$(PREFIX)/etc/cron.monthly
|
||||||
install etc/zfs-auto-snapshot.cron.frequent $(DESTDIR)$(PREFIX)/etc/cron.d/zfs-auto-snapshot
|
install etc/zfs-auto-snapshot.cron.frequent $(DESTDIR)$(PREFIX)/etc/cron.d/zfs-auto-snapshot
|
||||||
install etc/zfs-auto-snapshot.cron.hourly $(DESTDIR)$(PREFIX)/etc/cron.daily/zfs-auto-snapshot
|
install etc/zfs-auto-snapshot.cron.hourly $(DESTDIR)$(PREFIX)/etc/cron.hourly/zfs-auto-snapshot
|
||||||
install etc/zfs-auto-snapshot.cron.daily $(DESTDIR)$(PREFIX)/etc/cron.hourly/zfs-auto-snapshot
|
install etc/zfs-auto-snapshot.cron.daily $(DESTDIR)$(PREFIX)/etc/cron.daily/zfs-auto-snapshot
|
||||||
install etc/zfs-auto-snapshot.cron.weekly $(DESTDIR)$(PREFIX)/etc/cron.weekly/zfs-auto-snapshot
|
install etc/zfs-auto-snapshot.cron.weekly $(DESTDIR)$(PREFIX)/etc/cron.weekly/zfs-auto-snapshot
|
||||||
install etc/zfs-auto-snapshot.cron.monthly $(DESTDIR)$(PREFIX)/etc/cron.monthly/zfs-auto-snapshot
|
install etc/zfs-auto-snapshot.cron.monthly $(DESTDIR)$(PREFIX)/etc/cron.monthly/zfs-auto-snapshot
|
||||||
install -d $(DESTDIR)$(PREFIX)/sbin
|
install -d $(DESTDIR)$(PREFIX)/sbin
|
||||||
|
@@ -1,7 +1,3 @@
|
|||||||
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
|
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
|
||||||
|
|
||||||
*/15 * * * * root zfs-auto-snapshot -q -g --label=frequent --keep=4 //
|
*/15 * * * * root zfs-auto-snapshot -q -g --label=frequent --keep=4 //
|
||||||
@hourly root zfs-auto-snapshot -q -g --label=hourly --keep=24 //
|
|
||||||
@daily root zfs-auto-snapshot -q -g --label=daily --keep=31 //
|
|
||||||
@weekly root zfs-auto-snapshot -q -g --label=weekly --keep=4 //
|
|
||||||
@monthly root zfs-auto-snapshot -q -g --label=monthly --keep=12 //
|
|
||||||
|
Reference in New Issue
Block a user