diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 0f6e259f..6e452655 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -394,7 +394,8 @@ 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 documentation + Regarding backup retention, see this documentation

+ For further documentation and options on this backup solution refer to this documentation and below. {% if isApacheStarting != true %}

Backup creation