Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to exclude named CFs and support for SSL #27

Merged

Conversation

mikelaws
Copy link
Contributor

Added --exclude-cf options, which can be used multiple times, to provide a list of column family names to be excluded from the dump file. This still creates the CQL to create the CF, but excludes dumping the data. This was intended allow one to omit vary large CFs from the dump, and to complement the --cf option.

Also added the --ssl and --certfile options to pass SSL configuration options to the driver. Right now just supports TLSv1.

Changed the README.rst file accordingly.

@gianlucaborello gianlucaborello merged commit dee197d into gianlucaborello:master Feb 11, 2017
@gianlucaborello
Copy link
Owner

Looks good. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants