Closed
Description
- Gitea version (or commit ref): 1.12.4
- Git version: 2.28.0.windows.1
- Operating system: Windows 10 & Windows Server 2012
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
When running gitea dump
the zip archive doesn't actually contain any repository or lfs data.
gitea is installed into c:\gitea with standard custom, data & log sub folders, however in my app.ini i have specified
[repository]
ROOT = F:/Gitea/Data/repositories
[attachment]
PATH = F:/Gitea/Data/attachments
[server]
LFS_CONTENT_PATH = F:/Gitea/data/lfs
update 1: gitea and git versions.
update 2: changed title, repositories are backed up.