Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Dec 4, 2018
1 parent 1d08f4a commit ad984cb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ Usage:
cain backup [flags]
Flags:
-c, --container string container name to act on (default "cassandra")
--dst string destination to backup to. Example: s3://bucket/cassandra
-h, --help help for backup
-k, --keyspace string keyspace to act on
-n, --namespace string namespace to find cassandra cluster
-p, --parallel int number of files to copy in parallel. set this flag to 0 for full parallelism (default 1)
-l, --selector string selector to filter on
-b, --buffer-size float in memory buffer size (MB) to use for files copy (buffer per file) (default 6.75)
-c, --container string container name to act on (default "cassandra")
--dst string destination to backup to. Example: s3://bucket/cassandra
-k, --keyspace string keyspace to act on
-n, --namespace string namespace to find cassandra cluster
-p, --parallel int number of files to copy in parallel. set this flag to 0 for full parallelism (default 1)
-l, --selector string selector to filter on
```

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

#### Examples
Expand Down

0 comments on commit ad984cb

Please sign in to comment.