Hi, when execute
php backup.php domain passwd the console shows this text:
Code:
"Dpgp: el agente gpg no esta disponible en esta sesion" (translate: Dpgp: the gpd agent is not available for this session)
But, backup file is correctly created, ok.
Then copy the backup to my other server and run
php restore.php domain passwd, and exception is thrown:
Code:
PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Fatal error: Call to undefined method Config::set() in /var/www/ispcp/backup-restore/includes/boot.php on line 12
Can anyone help me? Thanks