tldr/pages.de/common/phpbu.md

21 lines
442 B
Markdown
Raw Permalink Normal View History

# phpbu
> Ein Backup framework für PHP.
> Weitere Informationen: <https://phpbu.de>.
2021-03-25 16:42:04 +00:00
- Führe ein Backup mit der Standard `phpbu.xml` Konfigurationsdatei aus:
`phpbu`
2021-03-25 16:42:04 +00:00
- Führe ein Backup mit einer bestimmten Konfigurationsdatei aus:
`phpbu --configuration={{pfad/zu/konfiguration.xml}}`
2021-03-25 16:42:04 +00:00
- Führe nur die angegebenen Backups aus:
`phpbu --limit={{backup_art}}`
2021-03-25 16:42:04 +00:00
- Simuliere Aktionen die ausgeführt werden würden:
`phpbu --simulate`