HajTex_living_with_keycloak/docker/backup/README.md

12 lines
260 B
Markdown
Raw Permalink Normal View History

2024-12-30 02:50:43 +01:00
In copy_keys_over.sh and make_keys.sh, you need to change the computer names to your installation (where your want to store your backup).
Don't forget to put it in your crontab
```
>> crontab -e
```
```
0 0 * * * /bin/bash /docker/backup/make_backup.sh
```