File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ make install
3232As suggested by [ Brian Koopman] [ bkoop ] this target uses [ systemd-timers] [ dtim ]
3333instead of cron.
3434
35- 1 ) install the scripts:
35+ 1 . install the scripts:
3636
3737 ```
3838 wget https://github.com/gaerfield/zfs-auto-snapshot/archive/master.zip
@@ -41,9 +41,9 @@ instead of cron.
4141 make systemd
4242 ```
4343
44- 2) optionally edit `zfs-auto-snapshot-frequent.timer` to snapshot more often and `zfs-auto-snapshot-frequent.service` to keep more snapshots
45- 3) enable zfs snapshots: `zfs set com.sun:auto-snapshot=true pool/dataset`
46- 4) enable timers:
44+ 2. optionally edit `zfs-auto-snapshot-frequent.timer` to snapshot more often and `zfs-auto-snapshot-frequent.service` to keep more snapshots
45+ 3. enable zfs snapshots: `zfs set com.sun:auto-snapshot=true pool/dataset`
46+ 4. enable timers:
4747
4848 ```
4949 systemctl enable zfs-auto-snapshot-daily.timer
You can’t perform that action at this time.
0 commit comments