[mod] exec
This commit is contained in:
parent
601943b190
commit
978d491df1
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# backup gitea
|
# backup gitea
|
||||||
echo "stopping"
|
echo "stopping"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# `gitea dump` doesn't currently back up LFS data as well, only git repos
|
# `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:
|
# We'll backup like this:
|
||||||
# * "gitea dump" to backup the DB and config etc
|
# * "gitea dump" to backup the DB and config etc
|
||||||
# * tar / bzip all the repos since they will be skipped
|
# * tar / bzip all the repos since they will be skipped
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
usage () {
|
usage () {
|
||||||
echo "Re-create a Gitea Docker container from a backup"
|
echo "Re-create a Gitea Docker container from a backup"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# See backup_gitea.sh
|
# See backup_gitea.sh
|
||||||
# Source to restore should include:
|
# Source to restore should include:
|
||||||
|
|
Loading…
Add table
Reference in a new issue