2020-10-26 12:19:59 +00:00
|
|
|
# phpbu
|
|
|
|
|
|
|
|
> Ein Backup framework für PHP.
|
2021-01-15 17:24:49 +00:00
|
|
|
> Mehr Informationen: <https://phpbu.de>.
|
2020-10-26 12:19:59 +00:00
|
|
|
|
2021-01-31 17:05:18 +00:00
|
|
|
- Backups mit der Standard `phpbu.xml` Konfigurationsdatei ausführen:
|
2020-10-26 12:19:59 +00:00
|
|
|
|
|
|
|
`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`
|