mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
make clear that the external storage app is not covered by the built-in backup solution
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
c15bc86e06
commit
e2086ada2b
2 changed files with 3 additions and 0 deletions
|
|
@ -210,6 +210,7 @@
|
||||||
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">BorgBackup<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">BorgBackup<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: {{ borg_backup_host_location }}/borg <br /><br/>
|
Backups get created in the following directory on the host: {{ borg_backup_host_location }}/borg <br /><br/>
|
||||||
|
Be aware that this solution does not back up files and folders that are mounted into Nextcloud using the external storage app. <br /><br/>
|
||||||
|
|
||||||
{% if isApacheStarting != true %}
|
{% if isApacheStarting != true %}
|
||||||
<form method="POST" action="/api/docker/backup" class="xhr">
|
<form method="POST" action="/api/docker/backup" class="xhr">
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,8 @@ 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.
|
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.
|
||||||
|
|
||||||
|
Be aware that this solution does not back up files and folders that are mounted into Nextcloud using the external storage app.
|
||||||
|
|
||||||
Note that this implementation does not provide remote backups, for this you can use the [backup app](https://apps.nextcloud.com/apps/backup).
|
Note that this implementation does not provide remote backups, for this you can use the [backup app](https://apps.nextcloud.com/apps/backup).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue