Backing up

SugarRain

Community Team Member
Joined
Aug 4, 2025
Messages
347
Reaction score
88
FP$
1,101
How often do you back up your site? Do you automate the process or do it manually?
 
The hosting platform I use automatically does a backup daily on all three of my sites.
 
I always used to automate it but then realised half the time it didn’t do it properly so then I started doing at least one manual back up per week
 
The hosting platform I use automatically does a backup daily on all three of my sites.
You have a lot of faith in those company backups. I've seen time and time again where folks who did similar got burned when the backups were not any good.
Only way to guarantee quality backups is to do them yourself and then test them regularly.
This is much easier on a VPS/dedi with a simple CRON job running a script (or scripts if doing multiple sites) and then having a secondary location to store them on programatically.
 
You have a lot of faith in those company backups. I've seen time again where folks who did similar got burned when the backups were not any good.
I agree and even if the backup turns out to be OK it can take days or even weeks to restore everything in the event of a catastrophic failure. It's not uncommon for a web host to suggest site owners restore from their own backup.

As suggested I use a cron job to backup the files and database every night. More importantly I and a member of my staff each download a copy of the database most days to a local drive. The installed files get downloaded in the same manner after any changes are made e.g. after a software update.

I also periodically test both downloads on a separate server. This has a secondary benefit of providing an installation to test upgrades etc.
 
Yeah I wouldn't rely on my hosting to back up everything. I prefer to back up everything myself, that way if my host goes down and the backups that get restored are older I have my own backup to fall back on.
 
I get auto backing from my hosts and I do manual back up every week. I back up in the cloud storage as well as locally on my computer.
 
I manually backup my forums and also do it through the hosting service's automated backup. I also keep my manual backup on two different hard drives.
 
I have it set in my hosting to auto-backup once a day. I have in the past had issues when I was only backing up once a week, and the amount of content you can lose in a week is shocking, so daily seems best.
 
I have not done my own backup in a long time, even though my server does it automatically each week.
 
Back
Top Bottom