Answer the question
In order to leave comments, you need to log in
How to wish Backup of continuously changing data?
There is a large site, about 60 GB of data and a 200 MB database. The data in the database and on the website changes every second. How many ways of archiving data have not been tried - the archives do not open, because at the beginning of archiving and at the end the data is different. What means exist for such purposes? Server on Centos8
Answer the question
In order to leave comments, you need to log in
60 GB data and 200 MB database
Replication will not work?
As an option: make replication -> disable the slave -> make a backup from the slave -> return to the cluster -> wait until it catches up -> repeat
In general, a lot depends on the DBMS...
You can try snapshots. I recommend using ZFS or BTRFS for snapshots, but LVM snapshots are fine too - they're just not that convenient to operate with.
Procedure:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question