jhuckaby / Cronicle

A simple, distributed task scheduler and runner with a web based UI.
http://cronicle.net
Other
3.93k stars 391 forks source link

How to export all the content data and config #775

Closed jmeiracorbal closed 3 months ago

jmeiracorbal commented 5 months ago

Hi @jhuckaby

Can I export the storage data to make another instance of Cronicle with the same config and same users? Or is only possible copying the data content generated when the project is working?

matthewjhands commented 5 months ago

I think this is what you're looking for: https://github.com/jhuckaby/Cronicle/blob/master/docs/CommandLine.md#data-import-and-export

jmeiracorbal commented 3 months ago

I think this is what you're looking for: https://github.com/jhuckaby/Cronicle/blob/master/docs/CommandLine.md#data-import-and-export

Thanks!