AutoBk is a backup script to automatically backup obscure devices.
AutoBk-P is the original, although it is currently being rewritten in Rust (AutoBk-R)
AutoBk Controller is a web interface designed to work with either AutoBk-P or AutoBk-R.
- Arris APEX-1000
- Arris CAP-1000
- Alpha CXC-HP
- Synamedia DCM 9902
- WISI Inca 4440
- Monroe OneNet
- Sonifex PSSend
- Arris Quartet
- Vecima TC600E
- Vecima CableVista
sudo apt update
sudo apt install python3 python3-pip
- Clone the repository
git clone https://github.com/ds2600/autobk-p.git
cd autobk-p
- Create a virtual environment
python3 -m venv venv
source venv/bin/activate
- Install the required dependencies
pip3 install -r requirements.txt
-
Modify autobk.ini with your database credentials
-
Run the script
python3 srvc_autobk.py