Skip to content

Instantly share code, notes, and snippets.

@tooeffayy
Created December 11, 2021 16:34
Show Gist options
  • Save tooeffayy/e56619850609c1bb01553548cb0e52de to your computer and use it in GitHub Desktop.
Save tooeffayy/e56619850609c1bb01553548cb0e52de to your computer and use it in GitHub Desktop.
gitea dump output
git@Git:/var/lib/gitea/backups$ gitea dump --type tar -c /etc/gitea/app.ini -w /var/lib/gitea/
2021/12/11 16:27:07 ...dules/setting/log.go:286:newLogService() [I] Gitea v1.15.7 built with GNU Make 4.1, go1.16.10 : bindata, sqlite, sqlite_unlock_notify
2021/12/11 16:27:07 ...dules/setting/log.go:333:newLogService() [I] Gitea Log Mode: Console(Console:)
2021/12/11 16:27:07 ...dules/setting/log.go:249:generateNamedLogger() [I] Router Log: Console(console:)
2021/12/11 16:27:07 ...les/setting/cache.go:78:newCacheService() [I] Cache Service Enabled
2021/12/11 16:27:07 ...les/setting/cache.go:93:newCacheService() [I] Last Commit Cache Service Enabled
2021/12/11 16:27:07 ...s/setting/session.go:77:newSessionService() [I] Session Service Enabled
2021/12/11 16:27:07 ...s/storage/storage.go:171:initAttachments() [I] Initialising Attachment storage with type:
2021/12/11 16:27:07 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/attachments
2021/12/11 16:27:07 ...s/storage/storage.go:165:initAvatars() [I] Initialising Avatar storage with type:
2021/12/11 16:27:07 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/avatars
2021/12/11 16:27:07 ...s/storage/storage.go:183:initRepoAvatars() [I] Initialising Repository Avatar storage with type:
2021/12/11 16:27:07 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/repo-avatars
2021/12/11 16:27:07 ...s/storage/storage.go:177:initLFS() [I] Initialising LFS storage with type:
2021/12/11 16:27:07 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/lfs
2021/12/11 16:27:07 ...s/storage/storage.go:189:initRepoArchives() [I] Initialising Repository Archive storage with type:
2021/12/11 16:27:07 ...les/storage/local.go:47:NewLocalStorage() [I] Creating new Local Storage at /var/lib/gitea/data/repo-archive
2021/12/11 16:27:07 cmd/dump.go:220:runDump() [I] Dumping local repositories... /home/git/gitea-repositories
2021/12/11 16:27:07 cmd/dump.go:264:runDump() [I] Dumping database...
2021/12/11 16:27:07 cmd/dump.go:276:runDump() [I] Adding custom configuration file from /etc/gitea/app.ini
2021/12/11 16:27:07 cmd/dump.go:295:runDump() [I] Custom dir /usr/local/bin/custom doesn't exist, skipped
2021/12/11 16:27:07 cmd/dump.go:304:runDump() [I] Packing data directory.../var/lib/gitea/data
2021/12/11 16:27:07 cmd/dump.go:374:runDump() [I] Finish dumping in file gitea-dump-1639240027.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment