Page 1 of 1
Automated Backups?
Posted: Sun Oct 26, 2008 8:36 pm
by JaymeNYC
Does this CMS have any options for Automated Backups?
Re: Automated Backups?
Posted: Sun Oct 26, 2008 10:16 pm
by Augustas
No, CMSMS does not have such built-in functionality
Re: Automated Backups?
Posted: Sun Oct 26, 2008 10:20 pm
by nhaack
But what about the back-up dedicated projects in the forge:
http://dev.cmsmadesimple.org/search/?type_of_search=soft&words=backup
However, i haven't used the existing backup modules yet - so I can't tell to what extend they do their job automated. If you have enough control over your server, you could create a CRON job that backups your DB and CMS file tree every now and then. But, I do not have a lot of experience with it either. That's next on my list
So, as Augustas said, there is no automated back-up tool directly integrated into CMSMS
The best option depends a little on what you want to backup with what frequency and where to.
Best
Nils
Re: Automated Backups?
Posted: Mon Oct 27, 2008 7:33 pm
by JaymeNYC
What would be the best way to make sure I can restore 1 of my sites if it gets hacked or somethin like that? I have alot of sites, so Just trying to have somethin to fall back on incase somethin happens to one of them
Re: Automated Backups?
Posted: Mon Oct 27, 2008 7:40 pm
by Augustas
for some of my CMSMS sites I am using Mysql backup-to-email script from this forum:
http://forum.cmsmadesimple.org/index.ph ... 472.0.html
I think I slighlty modified on my server, and created a cron job which sends archived database as attachment to my gmail address. then you just configure how frequent you would like your cron job to be executed - every day or once a week.
Re: Automated Backups?
Posted: Mon Oct 27, 2008 7:57 pm
by alby
Someone use
this also
Personally I use my bash script with mysqldump and tar.bz2
Alby
Re: Automated Backups?
Posted: Mon Oct 27, 2008 10:31 pm
by JaymeNYC
Thx alot! I'll test these out soon before I put the solved tag up just to make sure I got it working correctly
Re: Automated Backups?
Posted: Tue Oct 28, 2008 3:01 pm
by sara_criss
CMSMS does not have such a function