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.
我使用 openrdf-sesame memoryStore(persist) 和本地存储作为我的数据存储。
备份/恢复我的数据存储的标准/推荐方式是什么?
有支持的api吗?
我运行芝麻独立服务器。
您可以很容易地自己创建一些东西,只需使用RepositoryConnection.export. 但是,也有一些现成的(命令行)工具可用,例如这个简单的芝麻备份工具(免责声明:我开发了那个)。下载、安装并坚持一个 cronjob,让它定期进行计划备份。
RepositoryConnection.export