Improving Contabo backup service times

This commit is contained in:
Bruno F. Fontes 2019-06-14 16:52:23 -03:00
parent f6246fb6a9
commit 87930d7d9d
Signed by: brunofontes
GPG Key ID: EE3447CE80048495
2 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,9 @@ Description=Backup contabo db dayly
[Timer] [Timer]
#DayOfWeek Year-Month-Day Hour:Minute:Second #DayOfWeek Year-Month-Day Hour:Minute:Second
OnCalendar=*-*-* 10:00:00 OnCalendar=*-*-* 11:00:00
Persistent=true Persistent=true
AccuracySec=1h
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target

View File

@ -3,8 +3,9 @@ Description=Backup contabo files once per week
[Timer] [Timer]
#DayOfWeek Year-Month-Day Hour:Minute:Second #DayOfWeek Year-Month-Day Hour:Minute:Second
OnCalendar=Mon *-*-* 11:00:00 OnCalendar=Mon *-*-* 11:03:00
Persistent=true Persistent=true
AccuracySec=1h
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target