Skip to content

Commit 427818d

Browse files
Merge pull request #4399 from ovh/BoS_branche-blackwell
Update VPS snapshot option
2 parents 7ebff48 + 15e7881 commit 427818d

19 files changed

+465
-58
lines changed

pages/cloud/vps/using-snapshots-on-a-vps/guide.de-de.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ excerpt: 'Erfahren Sie hier, wie Sie im OVHcloud Kundencenter die Snapshot-Optio
44
slug: verwendung-snapshots-vps
55
section: 'Backup Optionen'
66
order: 1
7-
updated: 2022-12-02
7+
updated: 2023-03-20
88
---
99

1010
> [!primary]
1111
> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie beim geringsten Zweifel die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button “Mitmachen” auf dieser Seite.
1212
>
1313
14-
**Letzte Aktualisierung am 02.12.2022**
14+
**Letzte Aktualisierung am 20.03.2023**
1515

1616

1717
## Ziel
@@ -60,6 +60,47 @@ Wenn Sie sicher sind, dass Sie Ihren VPS auf den Stand des Snapshots zurücksetz
6060
> Dabei ist zu beachten, dass der Snapshot im Zuge der Wiederherstellung gelöscht wird. Wenn Sie einen identischen Snapshot behalten möchten, ist es notwendig, einen neuen Snapshot zu erzeugen, bevor Sie Änderungen am wiederhergestellten System vornehmen.
6161
>
6262
63+
### Snapshot herunterladen
64+
65+
Der aktuelle Snapshot kann über einen Download-Link abgerufen werden. Klicken Sie auf `...`{.action} neben der Option "Snapshot" und wählen Sie `Snapshot herunterladen`{.action} aus dem Kontextmenü.
66+
67+
![snapshotvps](images/snapshot_vps03.png){.thumbnail}
68+
69+
Klicken Sie im Popup-Fenster auf `Download-Link erstellen`{.action}.
70+
71+
![snapshotvps](images/snapshot_vps04.png){.thumbnail}
72+
73+
Nach einigen Sekunden wird eine Erfolgsmeldung angezeigt. Unten können Sie den vollständigen Download-Befehl mit einem Klick kopieren.
74+
75+
![snapshotvps](images/snapshot_vps05.png){.thumbnail}
76+
77+
Die Größe des Snapshots und das Ablaufdatum des Links werden ebenfalls angezeigt.
78+
79+
Beachten Sie, dass der Download-Link nach **24 Stunden** abläuft.
80+
81+
Der Download-Befehl verwendet `curl` in folgendem Format:
82+
83+
```bash
84+
curl "https://storage.sbg.cloud.ovh.net/v1/AUTH_f5fgh4674dd706f15f6ffgf4z667d3f4g5f05/glance/5ceg3f93-8b49-436b-aefe-4185f9fc3f78?
85+
temp_url_sig=f508cacda60256d5f211dddf3f81130e935f0e4&temp_url_expres=1678247579" --output vps-x11x11xyy.vps.ovh.net --fail
86+
```
87+
88+
Er sollte von jedem Befehlszeilen-Terminal aus funktionieren.
89+
90+
Wenn Sie jedoch Windows *PowerShell* verwenden, muss der Befehl wie folgt angepasst werden:
91+
92+
```powershell
93+
curl -uri "https://storage.sbg.cloud.ovh.net/v1/AUTH_f5fgh4674dd706f15f6ffgf4z667d3f4g5f05/glance/5ceg3f93-8b49-436b-aefe-4185f9fc3f78?
94+
temp_url_sig=f508cacda60256d5f211dddf3f81130e935f0e4&temp_url_expres=1678247579" -OutFile vps-x11x11xyy.vps.ovh.net
95+
```
96+
97+
![snapshotvps](images/snapshot_vps06.png){.thumbnail}
98+
99+
> [!primary]
100+
>
101+
Wir empfehlen, Snapshots nicht direkt auf den VPS herunterzuladen, um die Auslastung des Speicherplatzes zu vermeiden.
102+
>
103+
63104
### Optimale Vorgehensweise zur Snapshot-Erstellung
64105

65106
#### Konfiguration des QEMU-Agents auf einem VPS
@@ -128,9 +169,9 @@ $ sudo service qemu-guest-agent status
128169

129170
Sie können den QEMU Guest Agent über eine MSI-Datei installieren. Diese ist auf der Webseite des *Fedora project* verfügbar: <https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-qemu-ga/>
130171

131-
Überprüfen Sie, ob der Dienst ausgeführt wird. Verwenden Sie dazu folgenden Powershell-Befehl:
172+
Überprüfen Sie, ob der Dienst ausgeführt wird. Verwenden Sie dazu folgenden *PowerShell*-Befehl:
132173

133-
```
174+
```powershell
134175
PS C:\Users\Administrator> Get-Service QEMU-GA
135176
136177
Status Name DisplayName

pages/cloud/vps/using-snapshots-on-a-vps/guide.en-asia.md

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ excerpt: 'Find out how to how enable and use the Snapshot option in the OVHcloud
44
slug: using-snapshots-on-a-vps
55
section: 'Backup options'
66
order: 1
7-
updated: 2022-12-02
7+
updated: 2023-03-20
88
---
99

10-
**Last updated 2nd December 2022**
10+
**Last updated 20th March 2023**
1111

1212

1313
## Objective
@@ -55,6 +55,47 @@ If you are sure that you would like to reset your VPS to the status of the snaps
5555
> Please note that when you restore a VPS from a snapshot, the snapshot will be deleted. If you wish to keep the same snapshot, you should take a new one before making changes to the restored system.
5656
>
5757
58+
### Downloading a snapshot
59+
60+
The current snapshot can be retrieved via download link. Click on `...`{.action} next to the option "Snapshot" and choose `Download the snapshot`{.action} from the context menu.
61+
62+
![snapshotvps](images/snapshot_vps03.png){.thumbnail}
63+
64+
In the popup window, click on `Generate download link`{.action}.
65+
66+
![snapshotvps](images/snapshot_vps04.png){.thumbnail}
67+
68+
After a few seconds, a success message appears. Below it, you can copy the complete download command with one click.
69+
70+
![snapshotvps](images/snapshot_vps05.png){.thumbnail}
71+
72+
The size of the snapshot and the expiration date of the link will also be displayed.
73+
74+
Note that the download link will expire after **24 hours**.
75+
76+
The download command uses `curl`, in the following format:
77+
78+
```bash
79+
curl "https://storage.sbg.cloud.ovh.net/v1/AUTH_f5fgh4674dd706f15f6ffgf4z667d3f4g5f05/glance/5ceg3f93-8b49-436b-aefe-4185f9fc3f78?
80+
temp_url_sig=f508cacda60256d5f211ddddf3f81130e935f0e4&temp_url_expires=1678247579" --output vps-x11x11xyy.vps.ovh.net --fail
81+
```
82+
83+
It should work from any command line terminal.
84+
85+
When using Windows *PowerShell* however, you will need to adjust the command as follows:
86+
87+
```powershell
88+
curl -Uri "https://storage.sbg.cloud.ovh.net/v1/AUTH_f5fgh4674dd706f15f6ffgf4z667d3f4g5f05/glance/5ceg3f93-8b49-436b-aefe-4185f9fc3f78?
89+
temp_url_sig=f508cacda60256d5f211ddddf3f81130e935f0e4&temp_url_expires=1678247579" -OutFile vps-x11x11xyy.vps.ovh.net
90+
```
91+
92+
![snapshotvps](images/snapshot_vps06.png){.thumbnail}
93+
94+
> [!primary]
95+
>
96+
We recommend not to download snapshots directly to the VPS, to avoid using up the storage space.
97+
>
98+
5899
### Best practice for using snapshots
59100

60101
#### Configuring the QEMU agent on a VPS
@@ -127,9 +168,9 @@ Consult our [cPanel auto backup](https://docs.ovh.com/asia/en/vps/cpanel_auto_ba
127168

128169
You can install the agent via MSI file, available from the Fedora project website: <https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-qemu-ga/>
129170

130-
Verify that the service is running by using this powershell command:
171+
Verify that the service is running by using this *PowerShell* command:
131172

132-
```
173+
```powershell
133174
PS C:\Users\Administrator> Get-Service QEMU-GA
134175
135176
Status Name DisplayName
@@ -139,6 +180,6 @@ Running QEMU-GA QEMU Guest Agent
139180

140181
## Go further
141182

142-
[Using automated backups on a VPS](../using-automated-backups-on-a-vps)
183+
[Using automated backups on a VPS](https://docs.ovh.com/asia/en/vps/using-automated-backups-on-a-vps)
143184

144185
Join our community of users on <https://community.ovh.com/en/>.

pages/cloud/vps/using-snapshots-on-a-vps/guide.en-au.md

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ excerpt: 'Find out how to how enable and use the Snapshot option in the OVHcloud
44
slug: using-snapshots-on-a-vps
55
section: 'Backup options'
66
order: 1
7-
updated: 2022-12-02
7+
updated: 2023-03-20
88
---
99

10-
**Last updated 2nd December 2022**
10+
**Last updated 20th March 2023**
1111

1212
## Objective
1313

@@ -54,6 +54,47 @@ If you are sure that you would like to reset your VPS to the status of the snaps
5454
> Please note that when you restore a VPS from a snapshot, the snapshot will be deleted. If you wish to keep the same snapshot, you should take a new one before making changes to the restored system.
5555
>
5656
57+
### Downloading a snapshot
58+
59+
The current snapshot can be retrieved via download link. Click on `...`{.action} next to the option "Snapshot" and choose `Download the snapshot`{.action} from the context menu.
60+
61+
![snapshotvps](images/snapshot_vps03.png){.thumbnail}
62+
63+
In the popup window, click on `Generate download link`{.action}.
64+
65+
![snapshotvps](images/snapshot_vps04.png){.thumbnail}
66+
67+
After a few seconds, a success message appears. Below it, you can copy the complete download command with one click.
68+
69+
![snapshotvps](images/snapshot_vps05.png){.thumbnail}
70+
71+
The size of the snapshot and the expiration date of the link will also be displayed.
72+
73+
Note that the download link will expire after **24 hours**.
74+
75+
The download command uses `curl`, in the following format:
76+
77+
```bash
78+
curl "https://storage.sbg.cloud.ovh.net/v1/AUTH_f5fgh4674dd706f15f6ffgf4z667d3f4g5f05/glance/5ceg3f93-8b49-436b-aefe-4185f9fc3f78?
79+
temp_url_sig=f508cacda60256d5f211ddddf3f81130e935f0e4&temp_url_expires=1678247579" --output vps-x11x11xyy.vps.ovh.net --fail
80+
```
81+
82+
It should work from any command line terminal.
83+
84+
When using Windows *PowerShell* however, you will need to adjust the command as follows:
85+
86+
```powershell
87+
curl -Uri "https://storage.sbg.cloud.ovh.net/v1/AUTH_f5fgh4674dd706f15f6ffgf4z667d3f4g5f05/glance/5ceg3f93-8b49-436b-aefe-4185f9fc3f78?
88+
temp_url_sig=f508cacda60256d5f211ddddf3f81130e935f0e4&temp_url_expires=1678247579" -OutFile vps-x11x11xyy.vps.ovh.net
89+
```
90+
91+
![snapshotvps](images/snapshot_vps06.png){.thumbnail}
92+
93+
> [!primary]
94+
>
95+
We recommend not to download snapshots directly to the VPS, to avoid using up the storage space.
96+
>
97+
5798
### Best practice for using snapshots
5899

59100
#### Configuring the QEMU agent on a VPS
@@ -126,9 +167,9 @@ Consult our [cPanel auto backup](https://docs.ovh.com/au/en/vps/cpanel_auto_back
126167

127168
You can install the agent via MSI file, available from the Fedora project website: <https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-qemu-ga/>
128169

129-
Verify that the service is running by using this powershell command:
170+
Verify that the service is running by using this *PowerShell* command:
130171

131-
```
172+
```powershell
132173
PS C:\Users\Administrator> Get-Service QEMU-GA
133174
134175
Status Name DisplayName
@@ -138,6 +179,6 @@ Running QEMU-GA QEMU Guest Agent
138179

139180
## Go further
140181

141-
[Using automated backups on a VPS](../using-automated-backups-on-a-vps)
182+
[Using automated backups on a VPS](https://docs.ovh.com/au/en/vps/using-automated-backups-on-a-vps)
142183

143184
Join our community of users on <https://community.ovh.com/en/>.

pages/cloud/vps/using-snapshots-on-a-vps/guide.en-ca.md

Lines changed: 46 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ excerpt: 'Find out how to how enable and use the Snapshot option in the OVHcloud
44
slug: using-snapshots-on-a-vps
55
section: 'Backup options'
66
order: 1
7-
updated: 2022-12-02
7+
updated: 2023-03-20
88
---
99

10-
**Last updated 2nd December 2022**
10+
**Last updated 20th March 2023**
1111

1212
## Objective
1313

@@ -54,6 +54,47 @@ If you are sure that you would like to reset your VPS to the status of the snaps
5454
> Please note that when you restore a VPS from a snapshot, the snapshot will be deleted. If you wish to keep the same snapshot, you should take a new one before making changes to the restored system.
5555
>
5656
57+
### Downloading a snapshot
58+
59+
The current snapshot can be retrieved via download link. Click on `...`{.action} next to the option "Snapshot" and choose `Download the snapshot`{.action} from the context menu.
60+
61+
![snapshotvps](images/snapshot_vps03.png){.thumbnail}
62+
63+
In the popup window, click on `Generate download link`{.action}.
64+
65+
![snapshotvps](images/snapshot_vps04.png){.thumbnail}
66+
67+
After a few seconds, a success message appears. Below it, you can copy the complete download command with one click.
68+
69+
![snapshotvps](images/snapshot_vps05.png){.thumbnail}
70+
71+
The size of the snapshot and the expiration date of the link will also be displayed.
72+
73+
Note that the download link will expire after **24 hours**.
74+
75+
The download command uses `curl`, in the following format:
76+
77+
```bash
78+
curl "https://storage.sbg.cloud.ovh.net/v1/AUTH_f5fgh4674dd706f15f6ffgf4z667d3f4g5f05/glance/5ceg3f93-8b49-436b-aefe-4185f9fc3f78?
79+
temp_url_sig=f508cacda60256d5f211ddddf3f81130e935f0e4&temp_url_expires=1678247579" --output vps-x11x11xyy.vps.ovh.net --fail
80+
```
81+
82+
It should work from any command line terminal.
83+
84+
When using Windows *PowerShell* however, you will need to adjust the command as follows:
85+
86+
```powershell
87+
curl -Uri "https://storage.sbg.cloud.ovh.net/v1/AUTH_f5fgh4674dd706f15f6ffgf4z667d3f4g5f05/glance/5ceg3f93-8b49-436b-aefe-4185f9fc3f78?
88+
temp_url_sig=f508cacda60256d5f211ddddf3f81130e935f0e4&temp_url_expires=1678247579" -OutFile vps-x11x11xyy.vps.ovh.net
89+
```
90+
91+
![snapshotvps](images/snapshot_vps06.png){.thumbnail}
92+
93+
> [!primary]
94+
>
95+
We recommend not to download snapshots directly to the VPS, to avoid using up the storage space.
96+
>
97+
5798
### Best practice for using snapshots
5899

59100
#### Configuring the QEMU agent on a VPS
@@ -126,9 +167,9 @@ Consult our [cPanel auto backup](https://docs.ovh.com/ca/en/vps/cpanel_auto_back
126167

127168
You can install the agent via MSI file, available from the Fedora project website: <https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-qemu-ga/>
128169

129-
Verify that the service is running by using this powershell command:
170+
Verify that the service is running by using this *PowerShell* command:
130171

131-
```
172+
```powershell
132173
PS C:\Users\Administrator> Get-Service QEMU-GA
133174
134175
Status Name DisplayName
@@ -138,6 +179,6 @@ Running QEMU-GA QEMU Guest Agent
138179

139180
## Go further
140181

141-
[Using automated backups on a VPS](../using-automated-backups-on-a-vps)
182+
[Using automated backups on a VPS](https://docs.ovh.com/ca/en/vps/using-automated-backups-on-a-vps)
142183

143184
Join our community of users on <https://community.ovh.com/en/>.

0 commit comments

Comments
 (0)