When config.xml changes happen due to user or api interaction, an event is triggered to which handlers can subscribe (using syshook). Our git-backup plugin subscribes to these events in order to add the received backups and commits these with information extracted from the received xml file.[...]On periodic intervals (the standard ones from the backup scheduler), the collected commits are pushed to the configured upstream repository.
2021-02-24T01:00:00 configd.py[4643] [2cadc370-55c0-4654-b009-8a0b2474e66b] Performing remote backup
$jobs[]['autocron'] = array('configctl system remote backup', 0, 1);