We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitea dump
1 parent 9bb08aa commit 8cc0f98Copy full SHA for 8cc0f98
cmd/dump.go
@@ -265,6 +265,7 @@ func runDump(ctx context.Context, cmd *cli.Command) error {
265
excludes = append(excludes, setting.LFS.Storage.Path)
266
excludes = append(excludes, setting.Attachment.Storage.Path)
267
excludes = append(excludes, setting.Packages.Storage.Path)
268
+ excludes = append(excludes, setting.RepoArchive.Storage.Path)
269
excludes = append(excludes, setting.Log.RootPath)
270
if err := dumper.AddRecursiveExclude("data", setting.AppDataPath, excludes); err != nil {
271
fatal("Failed to include data directory: %v", err)
0 commit comments