@@ -54,13 +54,13 @@ Usage:
54
54
cain backup [flags]
55
55
56
56
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
64
64
```
65
65
66
66
#### Examples
@@ -104,14 +104,14 @@ Usage:
104
104
cain restore [flags]
105
105
106
106
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
115
115
```
116
116
117
117
#### Examples
0 commit comments