A tool to backup all things atmosphere...this time in Rust

add readme with overview and list of tasks to start off with

Signed-off-by: Will Andrews <will7989@hotmail.com>

+11
+11
readme.md
··· 1 + ## Atmosphere backups 2 + 3 + This project aims to allow different parts of the atmosphere to be backed up. It's a redo of the tool I've already created and run [back-at-it](https://tangled.org/willdot.net/back-at-it) however this time I'm trying it out in Rust. 4 + 5 + TODO: 6 + 7 + - [ ] Download a users repo and store in s3 8 + - [ ] Download a users blobs and store in s3 9 + - [ ] Backup Tangled Knot data (repos and database) 10 + - [ ] Cron job 11 + - [ ] Ensure user blobs are stored (cached) locally to avoid downloading them everytime