Dockerized version of python-github-backup with extra automation. This container makes a backup daily and keeps up to defined number of backups.
- Generate github access token
- Get provided
docker-compose.yml. If needed change the mapping forvolumesandMAX_BACKUPSnumber - Change TZ (see the list)
- Set both
GITHUB_USERandGITHUB_ACCESS_TOKEN(in environment or directly indocker-compose.yml) - Run
docker-compose up -dto initiate daily backup
- Clone this repo
- run
docker-compose build