parent
296944becb
commit
c39f4ba568
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# forksand-gitea-dump
|
||||||
|
#
|
||||||
|
# This backups the gitea files and database to
|
||||||
|
# /tmp/gitea-dump-XXX/gitea-repo.zip
|
||||||
|
#
|
||||||
|
# --tempdir=/foo
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
|
sudo -u gitea gitea dump -c /etc/gitea/gitea.ini
|
||||||
|
|
Binary file not shown.
Loading…
Reference in new issue