This utility lets you compress a folder and upload it to a AWS S3 bucket, once or periodically.
This software is in early alpha. It is not intended for production use yet. It has not been thoroughly tested yet. The CLI options will certainly change.
``` Usage: awsbck [OPTIONS] [FOLDER]
Arguments: [FOLDER] Path to the folder to backup [env: AWSBCK_FOLDER=]
Options:
-i, --interval
```shell $ cat .env AWSREGION="eu-central-1" AWSACCESSKEYID="YOURKEYID" AWSSECRETACCESS_KEY="yoursecret"
$ awsbck -i 3600 -b mybucket /myfolder ```
shell
$ cargo install awsbck