Hello,

I have 2 backup, one for Mysql base and the other for Files.
I can restore without problems MySQL database (around 300 kb) but i can't restore files (around 42 mgb)

Any idea ?

Thanks for the work !

Please find below the error that appears :

* warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/vhosts/drupalsandbackup.homelinux.net/httpdocs/preprod615/modules/backup_migrate/includes/S3.php on line 1195.
* warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/vhosts/drupalsandbackup.homelinux.net/httpdocs/preprod615/modules/backup_migrate/includes/S3.php on line 1195.
* warning: backup_migrate_files_destination_filesource::include(PEAR.php) [function.backup-migrate-files-destination-filesource-include]: failed to open stream: No such file or directory in /var/www/vhosts/drupalsandbackup.homelinux.net/httpdocs/preprod615/modules/backup_migrate_files/includes/destinations.filesource.inc on line 166.
* warning: backup_migrate_files_destination_filesource::include(PEAR.php) [function.backup-migrate-files-destination-filesource-include]: failed to open stream: No such file or directory in /var/www/vhosts/drupalsandbackup.homelinux.net/httpdocs/preprod615/modules/backup_migrate_files/includes/destinations.filesource.inc on line 166.
* warning: backup_migrate_files_destination_filesource::include() [function.include]: Failed opening 'PEAR.php' for inclusion (include_path='.:/usr/share/pear:/local/PEAR/') in /var/www/vhosts/drupalsandbackup.homelinux.net/httpdocs/preprod615/modules/backup_migrate_files/includes/destinations.filesource.inc on line 166.
* PEAR is not installed correctly. See the README.txt file in the backup_migrate_files module directory for help.
* Could not perform the restore.
* warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/vhosts/drupalsandbackup.homelinux.net/httpdocs/preprod615/modules/backup_migrate/includes/S3.php on line 1195.

CommentFileSizeAuthor
ScreenHunter_02 Dec. 21 22.29.gif20.06 KByann_riviere
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ronan’s picture

Status: Active » Postponed (maintainer needs more info)

The error looks like PEAR::Archive cannot be found. Not sure why you'd be able to backup using the module but not restore. For a file that size though you'd be better off simply untaring the files and moving them into place with ssh or ftp.