Skip to content

Commit 0e88471

Browse files
committed
Added note about s3 bucket
1 parent 9119057 commit 0e88471

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ python main.py configs/robocode.yaml
2020
python main.py configs/robotrumble.yaml
2121
python main.py configs/corewar.yaml
2222
```
23+
24+
For storing `logs/`, we're maintaining an AWS S3 bucket (`s3://codeclash`).
25+
```bash
26+
# To backup your logs:
27+
aws s3 sync logs/ s3://codeclash/logs/
28+
# To retrieve logs
29+
aws s3 sync s3://codeclash/logs/ logs/
30+
```

0 commit comments

Comments
 (0)