Hi,
I'm trying to set up XCloner for our wordpress site running off a VPS. It's basically a php script that does a backup of the whole site into a .tar file, then uploads that to Amazon S3.

The .tar generation part of the script works fine, although it does spit out that warning in reference to the 10GB .tar file. The file does get created properly though.

PHP Warning: filesize(): stat failed for /var/www/vhosts/path-to-10GB-tar-file

The second part of the script is meant to upload the .tar to S3. That part fails with:

PHP Warning: S3::inputFile(): Unable to open input file: /var/www/vhosts/path-to-10GB-tar-file

Would it have anything to do with running a 32-bit OS?

Thanks