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: 5 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T21:39:06.000Z (over 1 year ago)
- Last Synced: 2024-12-28T07:26:35.166Z (7 months ago)
- Topics: backup, cassandra, go
- Language: Go
- Homepage: https://threecomma.io/cassandra
- Size: 69.3 KB
- Stars: 1
- 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.
```