[mod] backup

This commit is contained in:
Andy Bunce 2022-09-18 21:39:07 +01:00
parent 51e0851ae1
commit ed6a7ab2eb
3 changed files with 19 additions and 7 deletions

7
gitea/backup.sh Normal file
View file

@ -0,0 +1,7 @@
# backup gitea
echo "stopping"
docker-compose stop
echo "stopping"
backup_gitea.sh
echo "restart"
docker-compose -up