Implemented general backup script

This commit is contained in:
2019-12-03 13:55:53 +01:00
parent 6ce2ab8a31
commit 022269c189
2 changed files with 7 additions and 0 deletions

6
scripts/backup.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Executes all scripts which are necessary to backup data
# @author Kevin Veen-Birkenbach [aka. Frantz]
source "$(dirname "$(readlink -f "${0}")")/base.sh"
bash "$SCRIPT_PATH/import-data-from-system.sh"
bash "$SCRIPT_PATH/push-local-repositories.sh"