Best way to create automatic incremental backup system for a 800Gb site?

Fardin2012

Regular Member
Joined
Aug 5, 2015
Messages
398
Reaction score
160
Hi, I have a WordPress website, its have around 800Gb files and a 3Gb database. I want to create an automatic incremental backup system. My total disk space is 1TB so archiving is not possible.

Right now I am using rsync and manually backing up all files to a storage box. If you know any automatic good solution please help me.
 
Rsync is not the worst thing to use in this case, you can automate this process by writing small bash scripts.

Back then when I administrated large hosting servers I used https://www.r1soft.com/ with an incremental backup solution, and it worked exceptionally well.
 
Right now I am using rsync and manually backing up all files to a storage box. If you know any automatic good solution please help me.
You can automate the rsync process by setting up a cron job for the same commands that you enter to backup manually.
 
Back
Top