Shorten your strings using common abbreviations.
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.
git clone https://github.com/dnnrly/s3backup
cd s3backup
make build
$ 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
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code.
Pull requests are welcome. See the contributing guide for more details.
Please make sure to update tests as appropriate.