Skip to content

Commit

Permalink
fixed command in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Feb 10, 2021
1 parent 8f3093b commit 4202afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ will be automatically expanded by Cassandra). Then you might archive your commit

----
$ commitlog-backup \
--storage-location=s3://myBucket/mycluster/dc1/node1, \
--storage-location=s3://myBucket/mycluster/dc1/node1 \
--cl-archive=/backup
----

Expand Down Expand Up @@ -805,7 +805,7 @@ You can backup commit logs as well. An example of a commit log backup is like th

----
$ commitlog-backup \
--storage-location=s3://myBucket/mycluster/dc1/node1, \
--storage-location=s3://myBucket/mycluster/dc1/node1 \
--data-directory=/my/installation/of/cassandra
----

Expand Down

0 comments on commit 4202afd

Please sign in to comment.