Dla mysql jest teraz polecenie konsoli. W postgresql nie działa backup bazy danych.
> php console.php backup:all -h
Usage:
backup:all [options] [--] [<file>]
Arguments:
file file or directory to backup
Options:
-o, --output=OUTPUT output file
-f, --force force overwrite backup file
-h, --help Display this help message
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi Force ANSI output
--no-ansi Disable ANSI output
-n, --no-interaction Do not ask any interactive question
--data-dir=DATA-DIR Data directory to use
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
Backup EPESI files with database snapshot
Na przykład stworzenie pełnego backupu do pliku w katalogu domowym
php console.php backup:all -o /home/user/backup.bkp.zip
Jak nie podasz pliku wyjściowego to backupy wylądują w katalogu <epesi>/data/backups
Backup tylko katalogu data
php console.php backup:all -o /home/user/backup.bkp.zip data
Polecam zapoznać się z możliwymi poleceniami konsoli
backup:all Backup EPESI files with database snapshot
backup:db Backup database
backup:files Backup EPESI files
backup:list List backups
Pozdrawiam,
Adam