An open API service indexing awesome lists of open source software.

https://github.com/dnnrly/s3backup

A super simple solution for backup
https://github.com/dnnrly/s3backup

aws backup cli go golang hacktoberfest s3

Last synced: 5 months ago
JSON representation

A super simple solution for backup

Awesome Lists containing this project

README

          

# s3backup

Shorten your strings using common abbreviations.

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/W7W414S4U)

[![godoc](https://godoc.org/github.com/dnnrly/s3backup?status.svg)](http://godoc.org/github.com/dnnrly/s3backup)
[![report card](https://goreportcard.com/badge/github.com/dnnrly/s3backup)](https://goreportcard.com/report/github.com/dnnrly/s3backup)

## Motivation

This tool has been developed so that I can conveniently backup all of my personal photos to an AWS S3 bucket.

But why develop this? Aren't there other tools that can solve your problem?

Of course, but this is more fun.

## Installation

```bash
git clone https://github.com/dnnrly/s3backup
cd s3backup
make build
```

## Usage

```
$ s3backup --help
This tool backs up your files to S3 so that you can have them in
the cloud. It will scan the location(s) that you specify and
attempt rudimentary de-duplication.

```

Examples:
```
$ s3backup
```

## Code of Conduct
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.

## Contributing
Pull requests are welcome. See the [contributing guide](CONTRIBUTING.md) for more details.

Please make sure to update tests as appropriate.

## License
[Apache 2](https://choosealicense.com/licenses/apache-2.0/)