mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
435 B
435 B
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