Skip to content
Snippets Groups Projects
Commit f946cdd8 authored by Elian Loraux's avatar Elian Loraux
Browse files

Backup.sh

parent 36e8aa02
Branches
No related tags found
1 merge request!5Ajout de backup.sh
#!/bin/bash
echo "Backing up Keycloak DB and config"
out="backups/keycloak_$(date +%Y%m%d_%H%M).tar.gz"
tar -czf $out keycloak_db
ls -lh $out
echo "Done"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment