Answer the question
In order to leave comments, you need to log in
What tools to backup Redis RDB?
I am not an admin.
There is a task to backup the Redis database. The base is big.
Running one huge file over the network every day is not an option.
What tool to choose to calculate the difference between two copies of the database, make a delta (as in git) and already form it as a backup?
I may have misread the doc, but rsync, rsnapshot, rdiff-backup only determine which files have been changed/added. And already considers them as a backup.
But in my case there is only one file. And it naturally changes every day.
Help to understand and advise the best solution in your opinion.
Thank you.
Answer the question
In order to leave comments, you need to log in
radish can't do incremental backups https://github.com/antirez/redis/issues/4070
I'm almost sure that it changes quite a lot and especially the diff will not help here, or it will be very large.
The order might be:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question