[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
|
||||
echo "stopping"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
usage () {
|
||||
echo "Re-create a Gitea Docker container from a backup"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# See backup_gitea.sh
|
||||
# Source to restore should include:
|
||||
|
|
Loading…
Add table
Reference in a new issue