Automate configuration backups for AOS-CX switches with ease. Schedule backups, store locally or upload to Git/Wasabi S3, all from a system tray app.
A Windows desktop tool for network admins who need reliable, unattended AOS-CX config backups without complex setups.
| Platform | Download | Requirements |
|---|---|---|
| 🪟 Windows | Download EXE (V3.7) | Windows 10/11 |
Windows:
Run the EXE directly. If Windows Defender warns you, click "More info" → "Run anyway".
- 🔄 Scheduled Backups - Set daily, weekly, or custom schedules for automatic config pulls
- 📁 Local Storage - Save backups to any directory with automatic retention (max 5 per switch)
- ☁️ Cloud Upload - Optional upload to GitHub repos or Wasabi S3 buckets
- 🖥️ System Tray - Runs discreetly in the background, no service installation needed
- 🔐 Secure Credentials - Encrypted storage of API credentials and tokens
- 📊 Status Tracking - Real-time backup status and history per switch
- ⚡ Manual Mode - Run on-demand backups anytime
- 🔒 REST API v10.04 - Compatible with AOS-CX firmware 10.04+
-
Create a CSV file with switch details:
name ip switch1 192.168.1.1 switch2 192.168.1.2 switch3 192.168.1.3 -
Launch the app
-
Select your CSV file
-
Choose a backup directory
-
Enter REST API credentials (operator role recommended)
-
(Optional) Enable scheduling and cloud uploads
-
(Optional) Click "Run Now" for immediate backup
- Windows 10/11
- AOS-CX switch firmware ≥10.04
- CSV formatted file which includes the name of ip(s) of the switches that you want backed up
- Fixed GUI freeze during backups by running in background thread
- Fixed thread safety for all GUI updates (scheduled and manual backups)
- Fixed crash on corrupted config/status JSON files
- Fixed logout firing unnecessarily on failed login retries
- Improved Git repo URL parsing (accepts multiple formats)
- Added log rotation (5MB max, 3 backups) to prevent unbounded growth
- Updated GitHub Actions release action to v2
- Fixed app opening errors related to tkinter compatibility and DLL issues
- Switched to dark theme for better usability
- Improved build process with hidden imports for better exe compatibility
- Initial release with scheduling, local backups, and cloud integrations
MIT License - Copyright © 2026
Made by Cameron
