Schermafbeeldingen
Installatie
This is a stable backup script, I have not added WordPress Plugin integration yet, its simple but powerful for work with :
- Download the plugin.
- Unzip it on desktop and upload two files of the folder ‘backup.php’ and ‘run.php’ to the WordPress Installation root or any directory.
- There is nothing to activate. Point towards ‘http://example.com/run.php’
- Simply follow the on screen instruction, it absolutely looks like the default WordPress installation screen.
FAQ
- No WordPress Installation ?
-
This is the first version of the Plugin. Definitely there will be lot of features like premium plugins.
- I heard that these Backup Plugins are mostly paid software ?
-
Yes they are. But as you can see, this is a fully free plugin, aditionally many features will be added like uploading to Rackspace Cloud Files with cURL, Amazon S3, auto upload to almost all Free Cloud Storages.
- What is the major difference between this WordPress FTP Full Backup Plugin and Others ?
-
This Plugin uses the PHP memory from outside WordPress. This is important for servers with low config. In future, there will be API based integration with WordPress Admin panel, but unlike other plugins it will never put stress on the working WordPress installation.
- What is the recomanded settings for .htaccess ?
-
Set your PHP memory limit beyond 512 MB for smooth function. Simply add this line at the begining of your .htaccess file of the root :
php_value memory_limit 1024M
Ask your web host, the limit on PHP. If you can set PHP memory to higher yourself, doing alone will suffice.
- Do I need to Donate ?
-
Thanks. Not needed.
Beoordelingen
Bijdragers & ontwikkelaars
“FTP to Zip” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “FTP to Zip” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.9
- Pre-PHP7.0 checking done.
1.8
- Security Warning Added.
1.6
- Description and Help Resources Added.
1.5
- PHP ZipArchive class will not affect running Cron.
1.0
- First version released.