-
From crontab(5) (cron 3.0pl1-124.1ubuntu1):
```
The ``sixth'' field (the rest of the line) specifies the command to be
run. The entire command portion of the line, up to a newline or %
charact…
-
```
[root@centos5 sersync]# ll /Data/
total 24
drwxr-xr-x 5 root root 4096 Apr 9 11:23 apps
drwxr-xr-x 4 root root 4096 Apr 4 10:11 tgz
drwxr-xr-x 2 root root 4096 Apr 7 06:40 tmp
drwxr-xr-x 3 root…
-
According to [crontab.guru](https://crontab.guru/#*/15_*_*_*_*), an expression */15 * * * * should run at every 15th minute, for example at 00:00, 00:15, 00:30 and 00:45, but it does not run at full h…
-
ref #31
crontabの設定はもろもろできたので、次はログ出力を行えるようにしたいところ。
-
I love this script, it's pretty neat!
is there a way to run automatically in cron.daily?
#!/bin/sh
/usr/sbin/vzstat >> vzstat.txt
this script works but not in crontab even tho +x given.
-
**Show time in the x graph*
It would be awesome if there where timestamps.
Because you can change the test-intervall via crontab it would be useful to make it zoomable
-
Feedback from public-script-coord:
If you want a pretty API consider parsing cron patterns ( http://crontab.org/ ) like node's cron module does ( https://github.com/ncb000gt/node-cron#another-cron-ex…
-
I don't know why but he's gonna send this a lot :
![Screenshot_167](https://user-images.githubusercontent.com/25421250/91162764-d3d6ad80-e6cc-11ea-805d-4c43e1e4475e.png)
Here is my crontab :
![S…
-
Move from crontab scheduler (see #12) to being hosted in the cloud via Google's Cloud service. This requires a Dockerfile and some changes, which should fall under this issue.
-
I've created a custom resource definition and I see the api for CustomResourceDefinitions, but how do I then use this api to query for my custom resources?