File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,19 @@ make install
30
30
## Installation using systemd
31
31
32
32
``` sh
33
- wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/master .zip
34
- unzip master .zip
35
- cd zfs-auto-snapshot-master
36
- make systemd
33
+ wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/systemd .zip
34
+ unzip systemd .zip
35
+ cd zfs-auto-snapshot-systemd
36
+ make install enable
37
37
```
38
38
39
39
### Scheduling
40
40
41
41
See [ systemd timers] ( https://wiki.archlinux.org/index.php/Systemd/Timers ) .
42
42
43
43
You can find some example ` .timer ` files in the ` timers/ ` directory of this
44
- repo. They will be installed when you run ` make systemd ` .
44
+ repo. They will be installed when you run ` make install ` from the ` systemd `
45
+ git branch.
45
46
46
47
If you wish to edit the timers, you will find them in the
47
48
` /usr/local/lib/systemd/system/ ` directory. Save the edited timers to
You can’t perform that action at this time.
0 commit comments