We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cronsun提供的csctl工具可以备份和恢复cronsun的任务数据。
csctl
# 请将 --conf 修改为你自己保存的 base.json 文件的路径 # --file 为备份文件路径,会自动加上 .zip 后缀,这里不需要写后缀 csctl backup --conf={/path/to/base.json} --dir=./ --file=cronsun_data
# 请将 --conf 修改为你自己保存的 base.json 文件的路径 # --file 为备份文件路径 csctl restore --conf={/path/to/base.json} --file=./cronsun_data.zip
There was an error while loading. Please reload this page.