diff options
Diffstat (limited to 'cmd/backup.go')
-rw-r--r-- | cmd/backup.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/backup.go b/cmd/backup.go index ad635a4d..0adde979 100644 --- a/cmd/backup.go +++ b/cmd/backup.go @@ -100,7 +100,7 @@ func runBackup(c *cli.Context) error { // Data files if !c.Bool("database-only") { - for _, dir := range []string{"attachments", "avatars"} { + for _, dir := range []string{"attachments", "avatars", "repo-avatars"} { dirPath := path.Join(setting.AppDataPath, dir) if !com.IsDir(dirPath) { continue |