Browse Source

burp: Backups shall be done in early morning.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm 3 years ago
parent
commit
3fc1e33efa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      burp/server/burp-server.conf.tmpl

+ 2 - 2
burp/server/burp-server.conf.tmpl

@@ -111,9 +111,9 @@ timer_script = /usr/share/burp/scripts/timer_script
 # s (seconds), m (minutes), h (hours), d (days), w (weeks), n (months)
 timer_arg = 20h
 # Allow backups to start in the evenings and nights during weekdays
-timer_arg = Mon,Tue,Wed,Thu,Fri,00,01,02,03,04,05,19,20,21,22,23
+timer_arg = Mon,Tue,Wed,Thu,Fri,01,02,03,04,05
 # Allow more hours at the weekend.
-timer_arg = Sat,Sun,00,01,02,03,04,05,06,07,08,17,18,19,20,21,22,23
+timer_arg = Sat,Sun,01,02,03,04,05
 # Note that, if you specify no timebands, the default timer script will never
 # allow backups.