Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要备份 Apache-Solr 保存的数据。我在 solrconfig.xml 中启用了复制并通过 http-api 进行备份。无论如何都要进行增量备份吗?那就是我有 5 GB 的数据。第一次进行备份。当数据量增加到 5.5GB 时,第二次只需要额外增加 0.5GB 的数据作为备份。有什么办法吗?
您可以通过HTTP Api 获取完整索引(非增量)的快照。 您还可以配置要维护的备份数量以及在什么条件下备份索引。