diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 5028b83f..c219792d 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -223,8 +223,8 @@
{{ nextcloud_password }}
{% endif %}
Open your Nextcloud ↗
- {% if borg_backup_host_location != '' %}
- If your Nextcloud does not open when clicking the button above, see this documentation
+ {% if borg_backup_host_location == '' %}
+ If your Nextcloud does not open when clicking the button above, see this documentation
{% endif %}
{% else %}
{% if isAnyRestarting == false %}
@@ -414,12 +414,12 @@
This is your encryption password for backups: {{ borgbackup_password }}
Please save it at a safe place since you won't be able to restore from backup if you lose this password!
Backed up will get all important data of your Nextcloud AIO instance like the database, your files and configuration files of the mastercontainer and else.
- The backup itself uses a tool that is called BorgBackup which is a well-known server backup tool that efficiently backs up your files and encrypts them on the fly.
+ The backup itself uses a tool that is called BorgBackup which is a well-known server backup tool that efficiently backs up your files and encrypts them on the fly.
Backups get created in the following directory on the host: {{ borg_backup_host_location }}/borg
Be aware that this solution does not back up files and folders that are mounted into Nextcloud using the external storage app - but you can add further Docker volumes and host paths that you want to back up after the initial backup is done.
Regarding backup retention, see this
Daily backups can get enabled after the initial backup is done. Enabling this also allows to enable an option that allows to update all containers, Nextcloud and its apps automatically.
- For further documentation and options on this backup solution refer to this section and below.
+ For further documentation and options on this backup solution refer to this section and below.
{% if isApacheStarting != true %}