mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-01 21:18:46 +03:00

Now, the dump cmd uses setting.CustomPath and setting.LogRootPath instead of setting.WorkDir which was kind of broken if the gogs binary was in a different directory than gogs data. Additionally, the backup of setting.CustomPath directory is only done if it exists.