mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
Update containers.twig
Signed-off-by: Andy George <andygeorge@users.noreply.github.com>
This commit is contained in:
parent
8f3bbe1fb9
commit
27a7598eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h3>Backup information</h3>
|
<h3>Backup information</h3>
|
||||||
This is your encryption password for backups: <b>{{ borgbackup_password }}</b><br /><br/>
|
This is your encryption password for backups: <b>{{ borgbackup_password }}</b><br /><br/>
|
||||||
Please save it at a safe place since you won't be able to restore from backup if you loose this password! <br /><br/>
|
Please save it at a safe place since you won't be able to restore from backup if you lose this password! <br /><br/>
|
||||||
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. <br /><br/>
|
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. <br /><br/>
|
||||||
The backup itself will use a tool that is called <a href="https://github.com/borgbackup/borg#what-is-borgbackup"><b>BorgBackup</b><a/> which is a well-known server backup tool that efficiently backs up your files and encrypts them on the fly. <br /><br/>
|
The backup itself will use a tool that is called <a href="https://github.com/borgbackup/borg#what-is-borgbackup"><b>BorgBackup</b><a/> which is a well-known server backup tool that efficiently backs up your files and encrypts them on the fly. <br /><br/>
|
||||||
Backups get created in the following directory on the host: <b>{{ borg_backup_host_location }}/borg</b> <br /><br/>
|
Backups get created in the following directory on the host: <b>{{ borg_backup_host_location }}/borg</b> <br /><br/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue