Skip to content
Snippets Groups Projects
Commit f0da0eca authored by Bob Mottram's avatar Bob Mottram
Browse files

Log start of auto backup

parent d50f5923
No related branches found
No related tags found
No related merge requests found
......@@ -1035,6 +1035,7 @@ function initiate_automatic_backup {
if [[ "$curr_hour" == "$backup_hour" ]]; then
if [[ "$webadmin_prev_hour" != "$backup_hour" ]]; then
touch "$backup_file"
echo $"Backup initiated $(date)" >> "$webadmin_install_dir/autobackup.log"
running_auto_backup=1
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment