Page 1 of 1

SWOS how to backup config from "outside"

Posted: Sun Feb 21, 2021 3:01 pm
by ech1965
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

Re: SWOS how to backup config from "outside"

Posted: Mon Mar 01, 2021 12:10 am
by the2masters
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"