-
Notifications
You must be signed in to change notification settings - Fork 456
备份与恢复
QLeelulu edited this page May 23, 2018
·
1 revision
cronsun提供的csctl
工具可以备份和恢复cronsun的任务数据。
# 请将 --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