mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
aws-backup: add German translation (#9987)
* aws-backup: add German translation --------- Co-authored-by: pixel <pixel+github@chrissx.de>
This commit is contained in:
parent
171920d034
commit
6e968991df
1 changed files with 24 additions and 0 deletions
24
pages.de/common/aw-backup.md
Normal file
24
pages.de/common/aw-backup.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# aws backup
|
||||
|
||||
> Einheitliches Backup-Service zum Schutz der Amazon Web Services und der damit verbundenen Daten.
|
||||
> Weitere Informationen: <https://docs.aws.amazon.com/cli/latest/reference/backup/index.html>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue