2021-11-10 21:46:03 +00:00
|
|
|
# Gitea
|
|
|
|
|
2021-12-19 22:40:24 +00:00
|
|
|
## backup scripts
|
2021-11-12 16:14:45 +00:00
|
|
|
|
2021-12-19 22:40:24 +00:00
|
|
|
from https://gist.github.com/sinbad/4bb771b916fa8facaf340af3fc49ee43
|
|
|
|
|
2022-03-23 20:46:54 +00:00
|
|
|
### Backup
|
|
|
|
|
|
|
|
`backup_gitea.sh` writes to `/mnt/drive/backups/gitea/`
|
|
|
|
|
|
|
|
### Restore
|
|
|
|
```bash
|
|
|
|
#restore_gitea_data.sh [--dry-run] <source_dir> <dest_dir> <sql_file_dest>
|
|
|
|
./restore_gitea_data.sh /srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/gitea data
|
|
|
|
```
|