Skip to content

Commit d5a611e

Browse files
committed
list-syntax corrected
1 parent 3b0b821 commit d5a611e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ make install
3232
As suggested by [Brian Koopman][bkoop] this target uses [systemd-timers][dtim]
3333
instead 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

0 commit comments

Comments
 (0)