Skip to content

Commit ad984cb

Browse files
committed
update readme
1 parent 1d08f4a commit ad984cb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ Usage:
5454
cain backup [flags]
5555
5656
Flags:
57-
-c, --container string container name to act on (default "cassandra")
58-
--dst string destination to backup to. Example: s3://bucket/cassandra
59-
-h, --help help for backup
60-
-k, --keyspace string keyspace to act on
61-
-n, --namespace string namespace to find cassandra cluster
62-
-p, --parallel int number of files to copy in parallel. set this flag to 0 for full parallelism (default 1)
63-
-l, --selector string selector to filter on
57+
-b, --buffer-size float in memory buffer size (MB) to use for files copy (buffer per file) (default 6.75)
58+
-c, --container string container name to act on (default "cassandra")
59+
--dst string destination to backup to. Example: s3://bucket/cassandra
60+
-k, --keyspace string keyspace to act on
61+
-n, --namespace string namespace to find cassandra cluster
62+
-p, --parallel int number of files to copy in parallel. set this flag to 0 for full parallelism (default 1)
63+
-l, --selector string selector to filter on
6464
```
6565

6666
#### Examples
@@ -104,14 +104,14 @@ Usage:
104104
cain restore [flags]
105105
106106
Flags:
107-
-c, --container string container name to act on (default "cassandra")
108-
-h, --help help for restore
109-
-k, --keyspace string keyspace to act on
110-
-n, --namespace string namespace to find cassandra cluster
111-
-p, --parallel int number of files to copy in parallel. set this flag to 0 for full parallelism (default 1)
112-
-l, --selector string selector to filter on
113-
--src string source to restore from. Example: s3://bucket/cassandra/namespace/cluster-name
114-
-t, --tag string tag to restore
107+
-b, --buffer-size float in memory buffer size (MB) to use for files copy (buffer per file) (default 6.75)
108+
-c, --container string container name to act on (default "cassandra")
109+
-k, --keyspace string keyspace to act on
110+
-n, --namespace string namespace to find cassandra cluster
111+
-p, --parallel int number of files to copy in parallel. set this flag to 0 for full parallelism (default 1)
112+
-l, --selector string selector to filter on
113+
--src string source to restore from. Example: s3://bucket/cassandra/namespace/cluster-name
114+
-t, --tag string tag to restore
115115
```
116116

117117
#### Examples

0 commit comments

Comments
 (0)