diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 6e452655..c15371af 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -395,6 +395,7 @@ 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

+ 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 documentation and below. {% if isApacheStarting != true %} diff --git a/readme.md b/readme.md index e07ac7b0..7c4a8985 100644 --- a/readme.md +++ b/readme.md @@ -268,7 +268,7 @@ Backups can be created and restored in the AIO interface using the buttons `Crea The backups itself get encrypted with an encryption key that gets shown to you in the AIO interface. Please save that at a safe place as you will not be able to restore from backup without this key. -Daily backups can get enabled. Enabling this also allows to enable an option that allows to update all containers, Nextcloud and its apps automatically. +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. 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.