mirror of
https://gitee.com/gitea/gitea
synced 2026-03-29 07:45:38 +08: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.