- Messages
- 34,551
- Reaction score
- 204
- Points
- 63
Let me first start this off by saying that you should always keep a local backup of your data. You never know what will go wrong and it's a good habit to get into.
We have just put a new backup server online with almost double the capacity of our old one. The backups are incremental which means the very first backup(the seed) takes a while to complete. After the seed is done each additional snapshot is built off of the changes to the seed making them go fairly quick. I would estimate this will finish today but it could take until tomorrow.
We do not use the standard cPanel backup because of the resources it uses... each backup created by it copies your files then zips them up. You can imagine what kind of stress this puts on the server when 20 people do this at the same time. Instead our backup system copies data at the sector level which is much more efficient.
Also, our backup system is now backed up itself to prevent it from failing in the future at a critical period.
Any questions?
We have just put a new backup server online with almost double the capacity of our old one. The backups are incremental which means the very first backup(the seed) takes a while to complete. After the seed is done each additional snapshot is built off of the changes to the seed making them go fairly quick. I would estimate this will finish today but it could take until tomorrow.
We do not use the standard cPanel backup because of the resources it uses... each backup created by it copies your files then zips them up. You can imagine what kind of stress this puts on the server when 20 people do this at the same time. Instead our backup system copies data at the sector level which is much more efficient.
Also, our backup system is now backed up itself to prevent it from failing in the future at a critical period.
Any questions?