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
- Host: GitHub
- URL: https://github.com/dnnrly/s3backup
- Owner: dnnrly
- License: apache-2.0
- Created: 2019-07-19T21:23:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T11:34:15.000Z (over 2 years ago)
- Last Synced: 2024-06-20T15:42:28.276Z (about 2 years ago)
- Topics: aws, backup, cli, go, golang, hacktoberfest, s3
- Language: Go
- Homepage:
- Size: 1.54 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# s3backup
Shorten your strings using common abbreviations.
[](https://ko-fi.com/W7W414S4U)
[](http://godoc.org/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/)