Skip to content

Commit c00f63a

Browse files
language and style review
1 parent 28113b5 commit c00f63a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

content/en/docs/deployment/mendix-cloud-deploy/backups/create-backup.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ description: "This page describes how to create a backup."
1010

1111
This how-to describes creating a backup of a licensed cloud node.
1212

13-
This how-to explains how to do the following:
14-
15-
* Create a backup of a licensed cloud node
16-
1713
## Prerequisites
1814

1915
Before starting this how-to, make sure you have completed the following prerequisites:
@@ -35,19 +31,19 @@ To create a backup archive of a licensed app, follow these steps:
3531

3632
{{< figure src="/attachments/deployment/mendix-cloud-deploy/backups/create-backup/backupoptions.png" class="no-border" >}}
3733

38-
Once you have created a backup archive, you can download it by clicking **More Options** ({{% icon name="three-dots-menu-horizontal" %}}) > **Download**. For more information, see [Downloading a Backup](/developerportal/operate/download-backup/).
34+
Once you have created a backup archive, you can download it by clicking **More Options** ({{% icon name="three-dots-menu-horizontal" %}}), then select **Download**. For more information, see [Downloading a Backup](/developerportal/operate/download-backup/).
3935

4036
{{% alert color="info" %}}
4137
If you want to restart your environment after creating a backup archive, wait until the backup completes. Tables are locked while the database is in the process of creating a backup, so you may receive a timeout error if you try to start your environment while the backup is being created.
4238
{{% /alert %}}
4339

4440
## Files in a Backup
4541

46-
All files will be part of a backup unless the following is true:
42+
All files will be included in the backup unless the **DeleteAfterDownload** attribute of the **System.FileDocument** entity, or any of its generalizations, is set to **true**.
4743

48-
* The attribute **DeleteAfterDownload** of the entity **System.FileDocument**, including all generalizations of this entity, is set to **true**.
44+
The **DeleteAfterDownload** flag is a security feature that automatically removes files from the file storage system immediately after a successful download and ensures these files are excluded from system backups.
4945

50-
The **DeleteAfterDownload** flag is a security feature that automatically removes files from the file storage system immediately after successful download and ensures these files are excluded from system backups. This flag is particularly important for handling sensitive or confidential data, as it guarantees that once downloaded and deleted, the files cannot be retrieved from either the active storage or backup systems, thereby maintaining complete data security throughout the file's lifecycle.
46+
This flag is particularly important when handling sensitive or confidential data, as it guarantees that once a file is downloaded and deleted, it cannot be retrieved from either the active storage or backup systems, thereby maintaining complete data security throughout the file's lifecycle.
5147

5248
## Read More
5349

0 commit comments

Comments
 (0)