Do you backup your site?

Steve Jobs

Up-and-Coming Sensation
Joined
Apr 15, 2016
Messages
251
Reaction score
40
FP$
22,984
Do you backup your forum? if so, how often? How do you do it? Do you store it on your web server or local computer?

Personally, I run an automated task that does a full site backup and backs it up to a folder in Google Drive. Twice a week.
 
Hello,

I do have an automated task that does a full backup of my website script + database 😀
thanks to my web-hosting service!
 
Translations Cloud said:
Hello,

I do have an automated task that does a full backup of my website script + database 😀
thanks to my web-hosting service!
That is great! Does that keep it on the server or on your local machine?
 
I do. My host takes backups on their side every day and I take one myself weekly. Luckily my forum software makes it pretty easy to make and download a backup. Can never have too many in case of emergencies. I keep the backups in multiple locations as well for added protection.
 
Moved to a section more suitable. 🙂

I had an automatic backup that ran every night at midnight just in case something were to happen.
 
Not backing up your site is like sticking your hand in a shark tank. Ouch.
 
I think I'm winning with a incremental backup of all files and database changes, only the changes get uploaded, but my site does the backup every 15 minutes.
 
I backup my site and forums twice a week.

I keep a copy on my local machine and on the server.
 
katzer said:
Not backing up your site is like sticking your hand in a shark tank. Ouch.

We have experience with sharks! At one point we never really did any backups, but now we update every day 😉
 
nathanielrsuchy said:
I think I'm winning with a incremental backup of all files and database changes, only the changes get uploaded, but my site does the backup every 15 minutes.

15 minutes, you must have a lot of backups then. For my site once to twice daily is enough.
 
Cierra said:
nathanielrsuchy said:
I think I'm winning with a incremental backup of all files and database changes, only the changes get uploaded, but my site does the backup every 15 minutes.

15 minutes, you must have a lot of backups then. For my site once to twice daily is enough.

True but they're stored on AWS S3 and not the EC2 instance. Storage isn't an issue. Besides even the EC2 Instance has 100GB of SSD Space.
 
nathanielrsuchy said:
I think I'm winning with a incremental backup of all files and database changes, only the changes get uploaded, but my site does the backup every 15 minutes.
Every 15 minutes?!

I really see no point in that unless you are generating an intense number of posts/contents on your site.
 
I do. My host takes backups on their side every day and I take one myself weekly. Luckily my forum software makes it pretty easy to make and download a backup.
 
JedoChristo said:
nathanielrsuchy said:
I think I'm winning with a incremental backup of all files and database changes, only the changes get uploaded, but my site does the backup every 15 minutes.
Every 15 minutes?!

I really see no point in that unless you are generating an intense number of posts/contents on your site.

Also a user has to of triggered the tasks system within the 15 minutes for the new backup to generate. If that requirement has been meet then CRON will pickup the new file and upload it off site.
 
I do. My host takes backups on their side every day and I take one myself weekly. Luckily my forum software makes it pretty easy to make and download a backup.
 
I backup my site once a week. I used a plugin in my wordpress blog to do it
 
My host regularly backs up my site. I'm going to start doing my own backups too, just in case.
 
Back
Top Bottom