https://github.com/lmbishop/amazon-s3-backup-tool
https://github.com/lmbishop/amazon-s3-backup-tool
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lmbishop/amazon-s3-backup-tool
- Owner: LMBishop
- Created: 2022-06-03T21:40:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T18:49:20.000Z (about 4 years ago)
- Last Synced: 2025-02-14T16:46:27.448Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`amazon-s3-backup-tool` is a script I wrote to assist with my backups to Amazon S3 buckets. It will check a given directory against a cached list of files in a S3 bucket, and if there is a file name present locally which isn't remote, it will upload it to Amazon.
It is hard-coded to use the Deep Archive storage class, for relatively inexpensive backups (less than a tenth of a cent per GB at time of writing).
## Usage
Run `backup.py` to configure it. Configurations are stored at `~/.aws-s3-backup`.
Run `backup.py backup` to start a backup non-interactively. Otherwise, simply run `backup.py` with no args to get an interactive session.