SWOS how to backup config from "outside"

I’d like to integrate my switches running SWOS with the “oxidized” [1] software.

How can I script the configuration backup functionality ?Is there a command line interface like routeros ?

Thanks for your support

[1] https://github.com/ytti/oxidized

For the CSS106 a simple wget ist enough to backup theSWOS configuration. I don’t know oxidized, but maybe you can set it up to download the backup via http?

wget -q "http://${user}:${password}@${host}/backup.swb"