mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 22:44:54 +02:00

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
20 lines
435 B
Markdown
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`
|