dnnrly / s3backup

A super simple solution for backup
Apache License 2.0
11 stars 4 forks source link
aws backup cli go golang hacktoberfest s3

s3backup

Shorten your strings using common abbreviations.

ko-fi

godoc report card

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

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. By participating, you are expected to uphold this code.

Contributing

Pull requests are welcome. See the contributing guide for more details.

Please make sure to update tests as appropriate.

License

Apache 2