mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00: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.