bacula: Changed default schedule to start backups at 2:45 to prevent duplicate backups when moving out of DST time.
This commit is contained in:
parent
14949bd1f7
commit
f92091ad0d
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ Pool {
|
|||
|
||||
Schedule {
|
||||
Name = "Default"
|
||||
Run = Level=Full on 1 at 3:00
|
||||
Run = Level=Incremental on 2-31 at 3:00
|
||||
Run = Level=Full on 1 at 2:45
|
||||
Run = Level=Incremental on 2-31 at 2:45
|
||||
}
|
||||
|
||||
JobDefs {
|
||||
|
|
Loading…
Add table
Reference in a new issue