a small docker image which will export the userpool of cognito. Based on cognito-backup-restore
- clone this repository:
git clone https://github.com/Loumaris/backupbuddy.git
- copy the
config/config.env.example
toconfig/config.env
- update the settings in
config/config.env
- only the
TEAMS_WEBHOOK_URL
is optional
- only the
- test the backup via:
docker run -v ${PWD}/config:/backup/config -v ${PWD}/data:/backup/data loumaris/backupbuddy-cognito
- add the docker command to your cron daemon