This guide installs Oxidized and configures Git-backed backups.
sudo apt update
sudo apt install -y oxidized
oxidized
This creates ~/.config/oxidized/config.
Edit the config file and set the device source, credentials, and output to git.
systemctl --user enable --now oxidized
See Oxidized Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See Oxidized Ansible Setup for an example playbook.
Prefer containers? See Oxidized Docker Setup.
See Oxidized Security for hardening guidance.