Skip to content

Commit 699d07e

Browse files
committed
Fix markup
1 parent 054e092 commit 699d07e

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

docs/hypernode-platform/backups/hypernode-backup-policy.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
myst:
33
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.
66
title: Hypernode Backup Policy | Backups
77
redirect_from:
88
- /en/hypernode/backups/hypernode-backup-policy/
@@ -12,25 +12,25 @@ redirect_from:
1212

1313
# Hypernode Backup Policy
1414

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.
1616

1717
# Cloud Hosting Backup
1818

1919
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.
2020

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.
2222

2323
## Frequency and Retention Times
2424

2525
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.
2626

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.
2828

2929
If you have an SLA Standard for your Hypernode, additional snapshots are available. For details see the SLA Standard section below.
3030

3131
## Restoring Data
3232

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.
3434
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.
3535

3636
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
7979

8080
## Frequency and Retention Times
8181

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.
8383

8484
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.
8585

@@ -102,4 +102,3 @@ We recommend to avoid hard-links in your content at all times.
102102
## Creating offline backups
103103

104104
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).
105-

0 commit comments

Comments
 (0)