From 52f4d4b41e9f1bd8b117b7e3e78c294854102467 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 18 Apr 2023 15:51:17 +0200 Subject: [PATCH] add a note on backup retention to the AIO interface Signed-off-by: Simon L --- php/templates/containers.twig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 893d2d65..36fc0465 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -391,9 +391,10 @@ 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 will use 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. + Be aware that this solution does not back up files and folders that are mounted into Nextcloud using the external storage app.

+ Regarding backup retention, see
this documentation {% if isApacheStarting != true %}

Backup creation