diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 173f7337..662f003f 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -306,6 +306,15 @@

Backup and restore

{% if backup_exit_code > 0 %} Last {{ borg_backup_mode }} failed! (Logs)

+ {% if has_backup_run_once == false %} + You may change the backup path again since the initial backup was not successful. After submitting the new value, you need to click on 'Create Backup' for testing the new value.

+
+ + + + +
+ {% endif %} {% elseif backup_exit_code == 0 %} {% if borg_backup_mode == "backup" %} Last {{ borg_backup_mode }} successful on {{ last_backup_time }} UTC! (Logs)