1

我如何实际运行 achive_commitlog 命令?

我已经添加了我要存档的提交日志的路径:

archive_command=/bin/ln /var/lib/cassandra/ /backup/CommitLog-3-1379341689071.log

但是当我在 nodetool 中启动/停止 cassandra 或使用快照时,日志不会被归档。我是 cassandra 的初学者,非常感谢一些帮助。

4

1 回答 1

4

答案就在评论里:

# Command to execute to archive a commitlog segment                                                      
# Parameters: %path => Fully qualified path of the segment to archive                                    
#             %name => Name of the commit log.                                                           
# Example: archive_command=/bin/ln %path /backup/%name                                                   
于 2013-09-17T18:13:41.300 回答