OpenTSDB / opentsdb

A scalable, distributed Time Series Database.
http://opentsdb.net
GNU Lesser General Public License v2.1
5k stars 1.25k forks source link

how to create backup from opentsdb #2054

Open MajidSh854 opened 3 years ago

MajidSh854 commented 3 years ago

How can I backup the data in the database? Explain with an example

manolama commented 3 years ago

http://hbase.apache.org/book.html#ops.backup would be the best place to start. Or if you're on Bigtable they should have a way to create snapshots as well.