Skip to content

Commit 4b9ed54

Browse files
committed
proofreafing on using-automated-backups-on-a-vps FR-EN-ES-IT-PL-PT
1 parent 93d05d5 commit 4b9ed54

File tree

14 files changed

+567
-384
lines changed

14 files changed

+567
-384
lines changed

pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps/guide.en-asia.md

Lines changed: 37 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,55 @@
11
---
2-
title: "How to use automatic backups on a VPS"
3-
excerpt: "Find out how to use the automatic backup option in the OVHcloud Control Panel to secure your data"
2+
title: "How to use Automated backups on a VPS"
3+
excerpt: "Find out how to use the Automated backup option in the OVHcloud Control Panel to secure your data"
44
updated: 2025-08-05
55
---
66

77
## Objective
88

9-
The automatic backup option for VPS offers a convenient way to have complete system backups available from your OVHcloud Control Panel without having to connect to the server to create and restore them manually. Another advantage is that you can also choose to mount a backup and then access its files remotely.
9+
The Automated backup option for VPS offers a convenient way to have complete system backups available from your OVHcloud Control Panel without having to connect to the server to create and restore them manually. Another advantage is that you can also choose to mount a backup and then access its files remotely.
1010

11-
**This guide explains the automatic backup option for your OVHcloud VPS.**
11+
**This guide explains the Automated backup option for your OVHcloud VPS.**
1212

1313
> [!primary]
14-
>
15-
Before applying a backup strategy, we recommend to consult the [product pages and FAQ](/links/bare-metal/vps-options) for pricing comparisons and further details.
14+
> Before applying a backup strategy, we recommend to consult the [product pages and FAQ](/links/bare-metal/vps-options) for pricing comparisons and further details.
1615
>
1716
1817
## Requirements
1918

20-
- Access to the [OVHcloud Control Panel](/links/manager)
21-
- A [Virtual Private Server](/links/bare-metal/vps) in your OVHcloud account
22-
- Administrative access (sudo) via SSH to your VPS (optional)
19+
- Access to the [OVHcloud Control Panel](/links/manager).
20+
- A [Virtual Private Server](/links/bare-metal/vps) in your OVHcloud account.
21+
- Administrative access (sudo) via SSH to your VPS (optional).
2322

2423
## Instructions
2524

2625
### Content overview
2726

28-
- [How to upgrade to Automatic Backup Premium](#premium)
27+
- [How to upgrade to Premium Automated Backup](#premium)
2928
- [How to configure the backup time](#time)
3029
- [How to restore a backup from the OVHcloud Control Panel](#restore)
3130
- [How to mount and access a backup](#mount)
3231
- [Using Secure Shell](#shell)
3332
- [Using Windows](#windows)
34-
- [Best practice for using auto-backups](#bestpractice)
33+
- [Best practice for using Automated backups](#bestpractice)
3534
- [Configuring the QEMU agent on a VPS](#qemu)
3635
- [Debian-based distributions](#deb)
3736
- [Redhat-based distributions](#red)
3837
- [Windows](#win)
3938

40-
4139
Log in to your [OVHcloud Control Panel](/links/manager), open the `Bare Metal Cloud`{.action} section, and select your server under `Virtual Private Servers`{.action}.
4240

43-
When you order a VPS, a single daily automatic backup is included as a free service option. This standard backup option allows you to:
41+
When you order a VPS, a single daily Automated backup is included as a free service option. This standard backup option allows you to:
4442

4543
- Mount and restore the daily backup.
4644
- Set the time of day this backup will be created.
4745

48-
For more flexiblity with your backups, you can activate the Automatic Backup Premium option.
46+
For more flexiblity with your backups, you can activate the Premium Automated Backup option.
4947

5048
<a name="premium"></a>
5149

52-
### How to upgrade to Automatic Backup Premium
50+
### How to upgrade to Premium Automated Backup
5351

54-
Upgrading to "Premium" enhances your automatic backup option to a 7-day rolling daily backup. This allows you to revert to older backup versions compared to the 24-hour rotation of the standard option.
52+
Upgrading to Premium Automated Backup enhances your Automated backup option to a 7-day rolling daily backup. This allows you to revert to older backup versions compared to the 24-hour rotation of the standard option.
5553

5654
After selecting your VPS, click on the `Automated backup`{.action} tab in the horizontal menu.
5755

@@ -95,7 +93,7 @@ If you recently changed your root password, make sure to tick the option "Modify
9593

9694
> [!alert]
9795
>
98-
Please note that the automated backups will not include your additional disks.
96+
> Please note that the automated backups will not include your additional disks.
9997
>
10098
10199
<a name="mount"></a>
@@ -105,11 +103,13 @@ Please note that the automated backups will not include your additional disks.
105103
It is not necessary to completely overwrite your existing service with a restoration. The "Mounting" option allows you to access the backup data to retrieve your files.
106104

107105
> [!warning]
106+
>
108107
> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly.
109108
>
110109
> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to the [OVHcloud community](/links/community) if you encounter any difficulties. You can find more information in the [Go further](#go-further) section of this guide.
111110
>
112111
112+
After selecting your VPS, click on the `Automated backup`{.action} tab in the horizontal menu.
113113
Click on `...`{.action} next to the backup you need to access and select `Mounting`{.action}.
114114

115115
![autobackupvps](images/backup_vps_step2.png){.thumbnail}
@@ -162,7 +162,9 @@ Remember to unmount the backup once you have finished using it. Click on the but
162162

163163
#### Using Windows
164164

165-
Establish an RDP connection to your server. Once logged in, right-click on the `Start Menu`{.action} button, and then click `Disk Management`{.action}.
165+
Establish an RDP connection to your server.
166+
167+
Once logged in, right-click on the `Start Menu`{.action} button, and then click `Disk Management`{.action}.
166168

167169
![disk management](images/windowsbackup1.png){.thumbnail}
168170

@@ -183,12 +185,13 @@ Remember to unmount the backup once you have finished using it. Click on the but
183185
![unmount](images/backup_vps_unmount.png){.thumbnail}
184186

185187
> [!warning]
188+
>
186189
> Please note that a server reboot will occur when the backup is unmounted.
187-
>
190+
>
188191
189192
<a name="bestpractice"></a>
190193

191-
### Best practice for using auto-backups
194+
### Best practice for using Automated backups
192195

193196
The Automated Backup functionality is based on VPS snapshots. We recommend to follow the steps below to prevent any issues before using this option.
194197

@@ -198,7 +201,7 @@ The Automated Backup functionality is based on VPS snapshots. We recommend to fo
198201

199202
Snapshots are instantaneous images of your running system ("live snapshot"). To ensure the availability of your system when the snapshot is created, the QEMU agent is used to prepare the filesystem for the process.
200203

201-
The required *qemu-guest-agent* is not installed by default on most distributions. Moreover, licensing restrictions may prevent OVHcloud from including it in the available OS images. Therefore, it is best practice to verify and install the agent in case it is not activated on your VPS. Connect to your VPS via SSH and follow the instructions below, according to your operating system.
204+
The "**qemu-guest-agent**" agent is not installed by default on most distributions. Moreover, licensing restrictions may prevent OVHcloud from including it in the available OS images. Therefore, it is best practice to verify and install the agent in case it is not activated on your VPS. Connect to your VPS via SSH and follow the instructions below, according to your operating system.
202205

203206
<a name="deb"></a>
204207

@@ -208,10 +211,15 @@ Use the following command to check whether the system is properly set up for sna
208211

209212
```bash
210213
file /dev/virtio-ports/org.qemu.guest_agent.0
214+
```
215+
216+
The expected output is:
217+
218+
```console
211219
/dev/virtio-ports/org.qemu.guest_agent.0: symbolic link to ../vport2p1
212220
```
213221

214-
If the output is different ("No such file or directory"), install the latest package:
222+
If the output is different, for example "No such file or directory", install the latest version of the package:
215223

216224
```bash
217225
sudo apt-get update
@@ -238,10 +246,15 @@ Use the following command to check whether the system is properly set up for sna
238246

239247
```bash
240248
file /dev/virtio-ports/org.qemu.guest_agent.0
249+
```
250+
251+
The expected output is:
252+
253+
```console
241254
/dev/virtio-ports/org.qemu.guest_agent.0: symbolic link to ../vport2p1
242255
```
243256

244-
If the output is different ("No such file or directory"), install and enable the agent:
257+
If the output is different, for example "No such file or directory", install and enable the agent:
245258

246259
```bash
247260
sudo yum install qemu-guest-agent
@@ -282,4 +295,4 @@ Running QEMU-GA QEMU Guest Agent
282295

283296
[Using snapshots on a VPS](/pages/bare_metal_cloud/virtual_private_servers/using-snapshots-on-a-vps)
284297

285-
Join our [community of users](/links/community).
298+
Join our [community of users](/links/community).

pages/bare_metal_cloud/virtual_private_servers/using-automated-backups-on-a-vps/guide.en-au.md

Lines changed: 37 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,55 @@
11
---
2-
title: "How to use automatic backups on a VPS"
3-
excerpt: "Find out how to use the automatic backup option in the OVHcloud Control Panel to secure your data"
2+
title: "How to use Automated backups on a VPS"
3+
excerpt: "Find out how to use the Automated backup option in the OVHcloud Control Panel to secure your data"
44
updated: 2025-08-05
55
---
66

77
## Objective
88

9-
The automatic backup option for VPS offers a convenient way to have complete system backups available from your OVHcloud Control Panel without having to connect to the server to create and restore them manually. Another advantage is that you can also choose to mount a backup and then access its files remotely.
9+
The Automated backup option for VPS offers a convenient way to have complete system backups available from your OVHcloud Control Panel without having to connect to the server to create and restore them manually. Another advantage is that you can also choose to mount a backup and then access its files remotely.
1010

11-
**This guide explains the automatic backup option for your OVHcloud VPS.**
11+
**This guide explains the Automated backup option for your OVHcloud VPS.**
1212

1313
> [!primary]
14-
>
15-
Before applying a backup strategy, we recommend to consult the [product pages and FAQ](/links/bare-metal/vps-options) for pricing comparisons and further details.
14+
> Before applying a backup strategy, we recommend to consult the [product pages and FAQ](/links/bare-metal/vps-options) for pricing comparisons and further details.
1615
>
1716
1817
## Requirements
1918

20-
- Access to the [OVHcloud Control Panel](/links/manager)
21-
- A [Virtual Private Server](/links/bare-metal/vps) in your OVHcloud account
22-
- Administrative access (sudo) via SSH to your VPS (optional)
19+
- Access to the [OVHcloud Control Panel](/links/manager).
20+
- A [Virtual Private Server](/links/bare-metal/vps) in your OVHcloud account.
21+
- Administrative access (sudo) via SSH to your VPS (optional).
2322

2423
## Instructions
2524

2625
### Content overview
2726

28-
- [How to upgrade to Automatic Backup Premium](#premium)
27+
- [How to upgrade to Premium Automated Backup](#premium)
2928
- [How to configure the backup time](#time)
3029
- [How to restore a backup from the OVHcloud Control Panel](#restore)
3130
- [How to mount and access a backup](#mount)
3231
- [Using Secure Shell](#shell)
3332
- [Using Windows](#windows)
34-
- [Best practice for using auto-backups](#bestpractice)
33+
- [Best practice for using Automated backups](#bestpractice)
3534
- [Configuring the QEMU agent on a VPS](#qemu)
3635
- [Debian-based distributions](#deb)
3736
- [Redhat-based distributions](#red)
3837
- [Windows](#win)
3938

40-
4139
Log in to your [OVHcloud Control Panel](/links/manager), open the `Bare Metal Cloud`{.action} section, and select your server under `Virtual Private Servers`{.action}.
4240

43-
When you order a VPS, a single daily automatic backup is included as a free service option. This standard backup option allows you to:
41+
When you order a VPS, a single daily Automated backup is included as a free service option. This standard backup option allows you to:
4442

4543
- Mount and restore the daily backup.
4644
- Set the time of day this backup will be created.
4745

48-
For more flexiblity with your backups, you can activate the Automatic Backup Premium option.
46+
For more flexiblity with your backups, you can activate the Premium Automated Backup option.
4947

5048
<a name="premium"></a>
5149

52-
### How to upgrade to Automatic Backup Premium
50+
### How to upgrade to Premium Automated Backup
5351

54-
Upgrading to "Premium" enhances your automatic backup option to a 7-day rolling daily backup. This allows you to revert to older backup versions compared to the 24-hour rotation of the standard option.
52+
Upgrading to Premium Automated Backup enhances your Automated backup option to a 7-day rolling daily backup. This allows you to revert to older backup versions compared to the 24-hour rotation of the standard option.
5553

5654
After selecting your VPS, click on the `Automated backup`{.action} tab in the horizontal menu.
5755

@@ -95,7 +93,7 @@ If you recently changed your root password, make sure to tick the option "Modify
9593

9694
> [!alert]
9795
>
98-
Please note that the automated backups will not include your additional disks.
96+
> Please note that the automated backups will not include your additional disks.
9997
>
10098
10199
<a name="mount"></a>
@@ -105,11 +103,13 @@ Please note that the automated backups will not include your additional disks.
105103
It is not necessary to completely overwrite your existing service with a restoration. The "Mounting" option allows you to access the backup data to retrieve your files.
106104

107105
> [!warning]
106+
>
108107
> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly.
109108
>
110109
> This guide is designed to help you with common tasks. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to the [OVHcloud community](/links/community) if you encounter any difficulties. You can find more information in the [Go further](#go-further) section of this guide.
111110
>
112111
112+
After selecting your VPS, click on the `Automated backup`{.action} tab in the horizontal menu.
113113
Click on `...`{.action} next to the backup you need to access and select `Mounting`{.action}.
114114

115115
![autobackupvps](images/backup_vps_step2.png){.thumbnail}
@@ -162,7 +162,9 @@ Remember to unmount the backup once you have finished using it. Click on the but
162162

163163
#### Using Windows
164164

165-
Establish an RDP connection to your server. Once logged in, right-click on the `Start Menu`{.action} button, and then click `Disk Management`{.action}.
165+
Establish an RDP connection to your server.
166+
167+
Once logged in, right-click on the `Start Menu`{.action} button, and then click `Disk Management`{.action}.
166168

167169
![disk management](images/windowsbackup1.png){.thumbnail}
168170

@@ -183,12 +185,13 @@ Remember to unmount the backup once you have finished using it. Click on the but
183185
![unmount](images/backup_vps_unmount.png){.thumbnail}
184186

185187
> [!warning]
188+
>
186189
> Please note that a server reboot will occur when the backup is unmounted.
187-
>
190+
>
188191
189192
<a name="bestpractice"></a>
190193

191-
### Best practice for using auto-backups
194+
### Best practice for using Automated backups
192195

193196
The Automated Backup functionality is based on VPS snapshots. We recommend to follow the steps below to prevent any issues before using this option.
194197

@@ -198,7 +201,7 @@ The Automated Backup functionality is based on VPS snapshots. We recommend to fo
198201

199202
Snapshots are instantaneous images of your running system ("live snapshot"). To ensure the availability of your system when the snapshot is created, the QEMU agent is used to prepare the filesystem for the process.
200203

201-
The required *qemu-guest-agent* is not installed by default on most distributions. Moreover, licensing restrictions may prevent OVHcloud from including it in the available OS images. Therefore, it is best practice to verify and install the agent in case it is not activated on your VPS. Connect to your VPS via SSH and follow the instructions below, according to your operating system.
204+
The "**qemu-guest-agent**" agent is not installed by default on most distributions. Moreover, licensing restrictions may prevent OVHcloud from including it in the available OS images. Therefore, it is best practice to verify and install the agent in case it is not activated on your VPS. Connect to your VPS via SSH and follow the instructions below, according to your operating system.
202205

203206
<a name="deb"></a>
204207

@@ -208,10 +211,15 @@ Use the following command to check whether the system is properly set up for sna
208211

209212
```bash
210213
file /dev/virtio-ports/org.qemu.guest_agent.0
214+
```
215+
216+
The expected output is:
217+
218+
```console
211219
/dev/virtio-ports/org.qemu.guest_agent.0: symbolic link to ../vport2p1
212220
```
213221

214-
If the output is different ("No such file or directory"), install the latest package:
222+
If the output is different, for example "No such file or directory", install the latest version of the package:
215223

216224
```bash
217225
sudo apt-get update
@@ -238,10 +246,15 @@ Use the following command to check whether the system is properly set up for sna
238246

239247
```bash
240248
file /dev/virtio-ports/org.qemu.guest_agent.0
249+
```
250+
251+
The expected output is:
252+
253+
```console
241254
/dev/virtio-ports/org.qemu.guest_agent.0: symbolic link to ../vport2p1
242255
```
243256

244-
If the output is different ("No such file or directory"), install and enable the agent:
257+
If the output is different, for example "No such file or directory", install and enable the agent:
245258

246259
```bash
247260
sudo yum install qemu-guest-agent
@@ -282,4 +295,4 @@ Running QEMU-GA QEMU Guest Agent
282295

283296
[Using snapshots on a VPS](/pages/bare_metal_cloud/virtual_private_servers/using-snapshots-on-a-vps)
284297

285-
Join our [community of users](/links/community).
298+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)