aaa1042d74860432da18247c32a3aa4dd935b5e9
#1 Co-authored-by: Mácio Fernandes <marcio.fernandes@outlook.pt> Reviewed-on: #2
Gitea
Links
Backup And Restore
Source - https://docs.gitea.io/en-us/backup-and-restore/
Gitea dump from docker host
# exec -> execute
# -u -> container name
# -w -> working directory on container
# bash -c "x" -> execute bash with command x
/usr/bin/docker exec -u git -w /tmp/backups gitea bash -c "/app/gitea/gitea dump"
Other References
- limbosolutions gitea hosting https://git.limbosolutions.com (chech the git repository https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com )
Description
Languages
Dockerfile
77.3%
Shell
22.7%