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