Skip to content

Commit 84050b0

Browse files
committed
correction in README
1 parent ccbeca9 commit 84050b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ instead of cron.
4444
2. optionally edit `zfs-auto-snapshot-frequent.timer` to snapshot more often and `zfs-auto-snapshot-frequent.service` to keep more snapshots by:
4545
4646
```
47-
cp /lib/systemd/system/zfs-auto-snapshot-frequent.timer /usr/systemd/system/zfs-auto-snapshot-frequent.timer
48-
cp /lib/systemd/system/zfs-auto-snapshot-frequent.service /usr/systemd/system/zfs-auto-snapshot-frequent.service
47+
cp /lib/systemd/system/zfs-auto-snapshot-frequent.timer /usr/systemd/system/
48+
cp /lib/systemd/system/zfs-auto-snapshot-frequent.service /usr/systemd/system/
4949
5050
# in zfs-auto-snapshot-frequent.timer change OnCalendar from '*:0/15' (every 15 minutes) to i.e. '*:0/5' (every 5 minutes)
5151
[Timer]

0 commit comments

Comments
 (0)