Skip to content

Commit

Permalink
Support hour as possible backup age value (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
saz authored Feb 13, 2025
1 parent 8da089c commit 45785a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/backupage.pp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Allowed backup age
type Barman::BackupAge = Optional[Pattern[/^[1-9][0-9]* (DAY|WEEK|MONTH)S?$/]]
type Barman::BackupAge = Optional[Pattern[/^[1-9][0-9]* (HOUR|DAY|WEEK|MONTH)S?$/]]

0 comments on commit 45785a0

Please sign in to comment.