1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages.de/common/phpbu.md
2020-10-26 09:19:59 -03:00

20 lines
435 B
Markdown

# 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`