Borg Scheduler
Small dockerized Python project for scheduling Borg backups
- Update ssh_config to include your hosts
- Run following
docker build --build-arg UID=1004 -t borg_scheduler . && docker run -v /local_directory/borg_repo:/borg --name borg_scheduler borg_scheduler
where you specify where you'd like the backups to be stored, replace UID with the proper id if you like to share with other systems. - Update configuration.json within your borg_repo directory
- Run
docker restart borg_scheduler