certbot, code, phpbu: add German translation (#4865)

This commit is contained in:
Michael Schwarz
2020-10-26 13:19:59 +01:00
committed by GitHub
parent 59dbe4e9ef
commit ec8f27608d
3 changed files with 77 additions and 0 deletions

20
pages.de/common/phpbu.md Normal file
View File

@@ -0,0 +1,20 @@
# phpbu
> Ein Backup framework für PHP.
> Mehr informationen: <https://phpbu.de>.
- Backups mit der Standard "phpbu.xml" Konfigurationsdatei ausführen:
`phpbu`
- Backups mit einer spezifischen Konfigurationsdatei ausführen:
`phpbu --configuration={{pfad/zu/konfiguration.xml}}`
- Nur die angegebenen Backups ausführen:
`phpbu --limit={{backup_art}}`
- Aktionen die ausgeführt worden wären simulieren:
`phpbu --simulate`