We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c45412 commit 9cfedd7Copy full SHA for 9cfedd7
pkg/core/prune.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
// filenameRE is a regular expression to match a backup filename
21
-var filenameRE = regexp.MustCompile(`^db_backup_(\d{4})-(\d{2})-(\d{2})T(\d{2})[:-](\d{2})[:-](\d{2})(Z|[\-\+]\d{2}:\d{2})\.\w+$`)
+var filenameRE = regexp.MustCompile(`^db_backup_(\d{4})-(\d{2})-(\d{2})T(\d{2})[:-](\d{2})[:-](\d{2})(Z|[\-\+]\d{2}[:-]\d{2})\.\w+$`)
22
23
// Prune prune older backups
24
func (e *Executor) Prune(ctx context.Context, opts PruneOptions) error {
0 commit comments