diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 293a4e9e..8f785262 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -417,7 +417,7 @@ 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

+ 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.