Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threecommaio/snappy
A tool to backup and restore Cassandra snapshots to S3
https://github.com/threecommaio/snappy
backup cassandra go
Last synced: about 1 month ago
JSON representation
A tool to backup and restore Cassandra snapshots to S3
- Host: GitHub
- URL: https://github.com/threecommaio/snappy
- Owner: threecommaio
- Created: 2018-07-19T05:06:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T21:39:06.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:25:02.996Z (3 months ago)
- Topics: backup, cassandra, go
- Language: Go
- Homepage: https://threecomma.io/cassandra
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snappy
A tool to backup Cassandra snapshots to S3## Installation
To build `snappy` run the following:
```
$ make build
$ ./snappy
```## Usage
```
Cassandra backup and restore utilityUsage:
snappy [command]Available Commands:
backup Creates a snapshot and uploads to an S3 bucket
help Help about any command
restore Restores a snapshot from S3
versionFlags:
--debug enable debug logging
-h, --help help for snappyUse "snappy [command] --help" for more information about a command.
```