Skip to content

ds2600/autobk-p

Repository files navigation

autobk-p

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.

Devices Supported

  • 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

Dependencies

sudo apt update
sudo apt install python3 python3-pip

Usage

  1. Clone the repository
git clone https://github.com/ds2600/autobk-p.git
cd autobk-p
  1. Create a virtual environment
python3 -m venv venv
source venv/bin/activate
  1. Install the required dependencies
pip3 install -r requirements.txt
  1. Modify autobk.ini with your database credentials

  2. Run the script

python3 srvc_autobk.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages