From 6e968991df4c272bd780f7e88b499462b6b8c13c Mon Sep 17 00:00:00 2001 From: Slotharmy <76694564+Slotharmy@users.noreply.github.com> Date: Tue, 16 May 2023 12:25:43 +0200 Subject: [PATCH] aws-backup: add German translation (#9987) * aws-backup: add German translation --------- Co-authored-by: pixel --- pages.de/common/aw-backup.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.de/common/aw-backup.md diff --git a/pages.de/common/aw-backup.md b/pages.de/common/aw-backup.md new file mode 100644 index 000000000..c95296ad4 --- /dev/null +++ b/pages.de/common/aw-backup.md @@ -0,0 +1,24 @@ +# aws backup + +> Einheitliches Backup-Service zum Schutz der Amazon Web Services und der damit verbundenen Daten. +> Weitere Informationen: . + +- Gib Backup-Plan-Details für eine bestimmte Backup-Plan-ID aus: + +`aws backup get-backup-plan --backup-plan-id {{id}}` + +- Erstelle einen Backup-Plan unter Verwendung eines bestimmten Backup-Plan-Namens und von Backup-Regeln: + +`aws backup create-backup-plan --backup-plan {{plan}}` + +- Lösche einen bestimmten Backup-Plan: + +`aws backup delete-backup-plan --backup-plan-id {{id}}` + +- Gib eine Liste aller aktiven Backup-Pläne für das aktuelle Konto aus: + +`aws backup list-backup-plans` + +- Zeige Details über die Report-Aufträge an: + +`aws backup list-report-jobs`