Skip to content

Commit

Permalink
fix(backup): backup database only. #130
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Mar 16, 2023
1 parent 4d83b5e commit c174aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/archive/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Backup(ctx context.Context, dst string) error {
}(f)

files, err := archiver.FilesFromDisk(nil, map[string]string{
consts.DataDir: "",
consts.KVPath: "",
})
if err != nil {
return err
Expand Down

0 comments on commit c174aa8

Please sign in to comment.