## To Save Current Cronicle State: 1. use sync_cronicle_settings.sh to sync the cronicle settings to the git repo ## To recreate cronicle on a fresh install: 1. copy the config ``` cp cronicle-config.json /opt/cronicle/conf/config.json ``` 2. use this to import the jobs: ``` /opt/cronicle/bin/control.sh import < cronicle-jobs.json ```