Tamam, ben bu soruyu sordu ve tüm olmuştur biliyorum. Ama, bir şey iste.
- Zaten kullanarak
ini_set('memory_limit', '400M');
ediyorum - Ben (Amazon S3) aktarmak için çalışıyorum dosya 245MB olduğunu
- Hata msg garip, o 239MB ayırmaya çalışıyordu tükenmiş 400MB izin mem .. vermediğini belirten yuvarlak başka bir yol?
Ben kullanıyorum komut Amazon S3 ile iletişim kurmak için, orada bir kütüphane
Yardım edin lütfen!
EDIT
Ok heres the code, as you can see I'm not doing much, its all about the script I'm using.. That is here: http://belgo.org/backup_and_restore_to_amazo.html
ini_set('memory_limit', '400M');
require 'lib/s3backup.php';
$bucket = 'thebucketname';
$bucket_dir = 'apts';
$local_dir = "/home/apartmen/public_html/transfer/t/tr";
$s3_backup = new S3_Backup;
$s3_backup->upload_dir( $bucket, $bucket_dir, $local_dir );