This is THE BEST backup solution I found. You can clone complete websites including the database and all. It is FREE (see:
https://wordpress.org/plugins/all-in-one-wp-migration/) but the only problem is, the free version cannot restore backups more than 512mb [and we know, any decent full backup of a wordpress site is much larger than that!]
So I just nulled it to accept files upto 4GB!! (It can be increased to even more!)
Now, if only someone can get extensions for Dropbox etc, it'll be perfect!!
Download:
http://www39.zippyshare.com/v/Y34Yw4XQ/file.html
Make Mirrors, share and don't forget to rep :)
Thanks and max reps for this. Backups are important!
Or you just could export all content every once in a while and use the export featured images plugin and you got it backed up. All you have to do if your site is messed up is fresh install of WordPress and import both but back up all images and just upload them before import the featured images export. Just about as easy and do not have to fiddle with all the settings in this plugin. Unless you think a couple exported files causes to much of a hassle.
(12-08-2015 11:36 AM)utahman1971 Wrote: [ -> ]Or you just could export all content every once in a while and use the export featured images plugin and you got it backed up. All you have to do if your site is messed up is fresh install of WordPress and import both but back up all images and just upload them before import the featured images export. Just about as easy and do not have to fiddle with all the settings in this plugin. Unless you think a couple exported files causes to much of a hassle.
Already tried that bro... even of the file is already on the server, but bigger than 512mb, it won't let you restore/import it so you can't get your site back!
How to increase the bro ? My site is pretty big sized. around 8-10 GB
Thank you bro good job
(12-09-2015 10:21 PM)GreenPeace Wrote: [ -> ]How to increase the bro ? My site is pretty big sized. around 8-10 GB
Edit (constants.php) and go to line 206
Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*8 );
change it to
Code:
define( 'AI1WM_MAX_FILE_SIZE', 536870912*30 );
this will increase the max size to 15GB
thanks for this :) would be great with multisite support also :)