This commit is contained in:
parent
87b13d590d
commit
3ebe0cf5bf
1 changed files with 3 additions and 3 deletions
|
|
@ -167,10 +167,10 @@ systab -C
|
|||
`systab -e` opens your editor with a pipe-delimited job list:
|
||||
|
||||
```
|
||||
a1b2c3:n=backup | daily | /home/user/backup.sh
|
||||
d4e5f6:i | *:0/15 | curl -s https://example.com
|
||||
a1b2c3:n=backup | daily | /home/user/backup.sh
|
||||
d4e5f6:i | *:0/15 | curl -s https://example.com
|
||||
g7h8i9:n=weekly-backup,e=user@host | weekly | ~/backup.sh
|
||||
# aabbcc | hourly | echo "this job is disabled"
|
||||
# aabbcc | hourly | echo "this job is disabled"
|
||||
```
|
||||
|
||||
- Edit the schedule or command to update a job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue