2020-10-26 13:19:59 +01:00
|
|
|
# phpbu
|
|
|
|
|
|
|
|
> Ein Backup framework für PHP.
|
2021-01-15 12:24:49 -05:00
|
|
|
> Mehr Informationen: <https://phpbu.de>.
|
2020-10-26 13:19:59 +01:00
|
|
|
|
2021-03-25 17:42:04 +01:00
|
|
|
- Führe ein Backup mit der Standard `phpbu.xml` Konfigurationsdatei aus:
|
2020-10-26 13:19:59 +01:00
|
|
|
|
|
|
|
`phpbu`
|
|
|
|
|
2021-03-25 17:42:04 +01:00
|
|
|
- Führe ein Backup mit einer bestimmten Konfigurationsdatei aus:
|
2020-10-26 13:19:59 +01:00
|
|
|
|
|
|
|
`phpbu --configuration={{pfad/zu/konfiguration.xml}}`
|
|
|
|
|
2021-03-25 17:42:04 +01:00
|
|
|
- Führe nur die angegebenen Backups aus:
|
2020-10-26 13:19:59 +01:00
|
|
|
|
|
|
|
`phpbu --limit={{backup_art}}`
|
|
|
|
|
2021-03-25 17:42:04 +01:00
|
|
|
- Simuliere Aktionen die ausgeführt werden würden:
|
2020-10-26 13:19:59 +01:00
|
|
|
|
|
|
|
`phpbu --simulate`
|