wozu /var/www/imscp/backup wenn nicht wiederherstellbar
-
- brain failure
- teddy023
- Closed
- Thread is marked as Resolved.
-
-
you have konversation messes
-
-
-
You have edited the /root/imscp-1.2.11/configs/debian/mysql/imscp.cnf template file yourself with a hardcoded password that was wrong... You should think before doing anything.
Anyway, fixed:
Code- root@web:~/imscp-1.2.11# perl /var/www/imscp/engine/backup/imscp-backup-imscp -v
- [DEBUG] iMSCP::Bootstrapper::lock: Acquire exclusive lock on /tmp/imscp-backup-imscp.lock
- [DEBUG] iMSCP::Bootstrapper::boot: Booting backend...
- [DEBUG] iMSCP::Config::_init: Tying /etc/imscp/imscp.conf
- [DEBUG] iMSCP::Config::_loadConfig: Loading /etc/imscp/imscp.conf
- [DEBUG] iMSCP::Config::_parseConfig: Parsing /etc/imscp/imscp.conf
- [DEBUG] iMSCP::Debug::setDebug: Debug mode is disabled
- [DEBUG] iMSCP::Dir::make: /var/www/imscp/backups already exists. Setting its permissions...
- [DEBUG] iMSCP::Dir::mode: Changing mode for /var/www/imscp/backups to 488
- [DEBUG] iMSCP::Dir::owner: Changing owner and group for /var/www/imscp/backups to 0: 0
- [DEBUG] iMSCP::Database::mysql::dumpdb: Dump imscp into /var/www/imscp/backups/imscp-2016.02.03-20-04.sql
- [DEBUG] iMSCP::Execute::execute: nice -n 15 ionice -c2 -n5 mysqldump --opt --complete-insert --add-drop-database --allow-keywords --compress --default-character-set=utf8 --quote-names --result-file='/var/www/imscp/backups/imscp-2016.02.03-20-04.sql' imscp
- [DEBUG] iMSCP::Execute::getExitCode: Command exited with value: 0
- [DEBUG] iMSCP::Execute::execute: nice -n 15 ionice -c2 -n5 pbzip2 --force '/var/www/imscp/backups/imscp-2016.02.03-20-04.sql'
- [DEBUG] iMSCP::Execute::getExitCode: Command exited with value: 0
- [DEBUG] iMSCP::Execute::execute: nice -n 15 ionice -c2 -n5 tar --create --directory=/etc/imscp --use-compress-program=pbzip2 --exclude=?*[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9] --preserve-permissions --file=/var/www/imscp/backups/config-backup-2016.02.03-20-04.tar.bz2 .
- [DEBUG] iMSCP::Execute::getExitCode: Command exited with value: 0
- [DEBUG] iMSCP::Execute::execute: find /var/www/imscp/backups/* -maxdepth 0 -type f -mtime +7 -print | xargs -r rm
- [DEBUG] iMSCP::Execute::getExitCode: Command exited with value: 0
- [DEBUG] iMSCP::Bootstrapper::unlock: Release exclusive lock on /tmp/imscp-backup-imscp.lock
-
-
thank you !!