Skip to content

engdan77/borg_scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borg Scheduler

Small dockerized Python project for scheduling Borg backups

  1. Update ssh_config to include your hosts
  2. 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.
  3. Update configuration.json within your borg_repo directory
  4. Run docker restart borg_scheduler

About

📂 A small dockerized Python project scheduling Borg (de-duplication) backups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published