-
Hi, I'm sorry but I need to come Back on the Bar-Chart Node and how it handles the persistent data.
With this simple data flow I'm trying to reset the last combined data from bar-chart (when node red…
-
When a job is removed from crontab.rb, it must be "marked" as disable or similar so it doesn't run next time
-
![image](https://github.com/user-attachments/assets/bc0862ee-193e-424a-8594-cda1db6042ce)
其他爬虫没问题,就一些有 不知道什么原因
-
How do you do automated renewals?Wiht a shell script in a crontab run by root like:
```
#!/bin/bash
# Log file location
LOG_FILE="/var/log/letsencrypt/renew.log"
# Run the Docker command to…
-
```
relsync@community:~> crontab -l
0 */6 * * * test -x /home/relsync/bin/update_release_notes && /home/relsync/bin/update_release_notes
relsync@community:~> test -x /home/relsync/bin/update_releas…
-
```
我是这样测试的 在sersync端
同步目录里for循环每一秒创建一个新文件:1,2,3,4...
在接收端
for循环每一秒,ls一次同步的目录,结果发现每秒都有同步新
的过来。
我设置了10分钟一次啊,应该10分钟同步一次吧,我要同步的�
��据有实时滚动的日志,如果不设置crontab
那一直rsync岂不是疯了。。
能帮我解释一下吗 万分感谢
```
Orig…
-
```
我是这样测试的 在sersync端
同步目录里for循环每一秒创建一个新文件:1,2,3,4...
在接收端
for循环每一秒,ls一次同步的目录,结果发现每秒都有同步新
的过来。
我设置了10分钟一次啊,应该10分钟同步一次吧,我要同步的�
��据有实时滚动的日志,如果不设置crontab
那一直rsync岂不是疯了。。
能帮我解释一下吗 万分感谢
```
Orig…
-
```
我是这样测试的 在sersync端
同步目录里for循环每一秒创建一个新文件:1,2,3,4...
在接收端
for循环每一秒,ls一次同步的目录,结果发现每秒都有同步新
的过来。
我设置了10分钟一次啊,应该10分钟同步一次吧,我要同步的�
��据有实时滚动的日志,如果不设置crontab
那一直rsync岂不是疯了。。
能帮我解释一下吗 万分感谢
```
Orig…
-
A [composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action) could maybe take care of the checkout and commit/push steps, so this:
```yaml
name: Create too…
-
how to see rdb-tools log?
I use crontab to schedule rdb -c --memory xxx.rdb > xxx.csv
It didn't work.
But when I execute the shell script manually, it works.
why?