Skip to content

Commit 054866d

Browse files
authored
markdown corrected
1 parent 29be1c3 commit 054866d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,18 @@ As suggested by [Brian Koopman][bkoop] this target uses [systemd-timers][dtim]
3333
instead of cron.
3434

3535
1) install the scripts:
36+
3637
```
3738
wget https://github.com/gaerfield/zfs-auto-snapshot/archive/master.zip
3839
unzip master.zip
3940
cd zfs-auto-snapshot-master
4041
make systemd
4142
```
43+
4244
2) optionally edit `zfs-auto-snapshot-frequent.timer` to snapshot more often and `zfs-auto-snapshot-frequent.service` to keep more snapshots
4345
3) enable zfs snapshots: `zfs set com.sun:auto-snapshot=true pool/dataset`
4446
4) enable timers:
47+
4548
```
4649
systemctl enable zfs-auto-snapshot-daily.timer
4750
systemctl enable zfs-auto-snapshot-frequent.timer
@@ -51,5 +54,6 @@ instead of cron.
5154
systemctl enable zfs-auto-snapshot-monthly.timer
5255
```
5356
57+
5458
[bkoop]: https://briankoopman.com/zfs-automated-snapshots/
5559
[dtim]: https://wiki.archlinux.org/index.php/Systemd/Timers

0 commit comments

Comments
 (0)