# README
s3backup
Shorten your strings using common abbreviations.
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 too 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.