[mod] exec

This commit is contained in:
Andy Bunce 2025-05-06 15:50:09 +01:00
parent 601943b190
commit 978d491df1
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
# backup gitea
echo "stopping"

View file

@ -1,7 +1,7 @@
#!/bin/bash
# `gitea dump` doesn't currently back up LFS data as well, only git repos
# It primarily backs up the SQL DB, and also the config / logs
# It primarily backs up the SQL DB, and also the config / logs
# We'll backup like this:
# * "gitea dump" to backup the DB and config etc
# * tar / bzip all the repos since they will be skipped

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
usage () {
echo "Re-create a Gitea Docker container from a backup"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
# See backup_gitea.sh
# Source to restore should include: