You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hypernode-platform/backups/hypernode-backup-policy.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
myst:
3
3
html_meta:
4
-
description: A complete overview of Hypernode's backup policy, showing the
5
-
scheme, methods, locations, and frequency backups, and additional services.
4
+
description: A complete overview of Hypernode's backup policy, showing the scheme,
5
+
methods, locations, and frequency backups, and additional services.
6
6
title: Hypernode Backup Policy | Backups
7
7
redirect_from:
8
8
- /en/hypernode/backups/hypernode-backup-policy/
@@ -12,25 +12,25 @@ redirect_from:
12
12
13
13
# Hypernode Backup Policy
14
14
15
-
Hypernode recognizes that the backup of data is critical to the viability and operations of any organization. This documents outlines the measures we take to create safe, secure, and usable backups for our customers to use.
15
+
Hypernode recognizes that the backup of data is critical to the viability and operations of any organization. This documents outlines the measures we take to create safe, secure, and usable backups for our customers to use.
16
16
17
17
# Cloud Hosting Backup
18
18
19
19
On Amazon Web Services (AWS) and Combell OpenStack we use snapshots to create backups. When things go slightly wrong (ie. a product is accidentally deleted), you can go back in time to restore the appropriate database table, files or directories from the snapshot. Snapshots are easy to use, creating them take up less time and there’s no need to upgrade your Hypernode if you don’t have enough disk space.
20
20
21
-
A snapshot is a saved state of the `/data` device at a given moment in time. We can use this to create a static copy of that given state in time and transform this to a virtual device which we can attach to your Hypernode. Once attached, this device is mounted under `/data/backup` and you can easily restore your files by copying them from this file system.
21
+
A snapshot is a saved state of the `/data` device at a given moment in time. We can use this to create a static copy of that given state in time and transform this to a virtual device which we can attach to your Hypernode. Once attached, this device is mounted under `/data/backup` and you can easily restore your files by copying them from this file system.
22
22
23
23
## Frequency and Retention Times
24
24
25
25
Snapshots are made every day and saved for 7 days. We also save 1 backup per week for 3 weeks. This means you will have 4 weeks worth of backups.
26
26
27
-
Snapshots are rotated daily after the creation of a new backup. This implies that the backups that are older than 4 weeks will be automatically removed.
27
+
Snapshots are rotated daily after the creation of a new backup. This implies that the backups that are older than 4 weeks will be automatically removed.
28
28
29
29
If you have an SLA Standard for your Hypernode, additional snapshots are available. For details see the SLA Standard section below.
30
30
31
31
## Restoring Data
32
32
33
-
To access the backup snapshots to restore data, you will first need to get the backup attached to your Hypernode. You can do so using the `hypernode-systemctl attach_backup` command.
33
+
To access the backup snapshots to restore data, you will first need to get the backup attached to your Hypernode. You can do so using the `hypernode-systemctl attach_backup` command.
34
34
As the backup snapshot contains a second MySQL instance running, attaching a snapshot has a minor impact on your resources. For this reason, the backup snapshot while be automatically detached within 24 hours. Please contact Support if you want the snapshot detached earlier.
35
35
36
36
To restore database and file backups from a snapshot, see [this article](how-to-restore-your-hypernode-from-a-snapshot.md).
@@ -79,7 +79,7 @@ Offsite backups are incremental backups of the `/data` device. Due to the techno
79
79
80
80
## Frequency and Retention Times
81
81
82
-
Offsite backups are created once a day. Daily backups are retained for a minimum of 28 days, and, due to tue use of Incremental backups, a maximum of 42 days.
82
+
Offsite backups are created once a day. Daily backups are retained for a minimum of 28 days, and, due to the use of Incremental backups, a maximum of 42 days.
83
83
84
84
Offsite database backups are made every day and saved for 7 days. We also save 1 backup per week for 3 weeks. This means you will have 4 weeks worth of backups.
85
85
@@ -102,4 +102,3 @@ We recommend to avoid hard-links in your content at all times.
102
102
## Creating offline backups
103
103
104
104
Due to security reasons we don't have easy options to just click and download your files/database to your local machine from your Control Panel. If you still want to download the files/database to your local machine for your peace of mind you'd have to do this manually. You can find instructions in our [documentation](../../best-practices/backups/how-to-create-a-backup-and-download-it-to-your-local-machine.md).
0 commit comments