Hi
I’m currently setting up a system for backing up our couch cluster, the thing is that we have the requirement to backup once an hour. This is no problem, but I have not found the ability to restore to one specific hour, only a specific date using the --to-date parameter. Is this possible to do?
Hi!
If you’re doing incremental back-ups, then each back-up should go into its own directory and you can just restore that.
Otherwise, the back-ups are actually SQLite files, so you could using a SQLite browser to extract the specific parts of the back-up you want.
If that’s not helpful, can you give me some more info pleaes?
Cheers,
Matthew.