# Captions trash bucket 20260429T162401Z Moved out of `qa/data/captions/` and `data/captions/` because their source video was marked as trash in `workspace/trash_bin.json`. ## Stats - Files moved: 36 - Bytes moved: 28.59 MB - Errors : 0 ## To roll back (restore all) ```bash python3 -c " import json, shutil log = open(\"/data/sltian/data/egotools/_backup/captions_trash_20260429T162401Z/CAPTIONS_TRASH_LOG.jsonl\") for line in log: e = json.loads(line) shutil.move(e[\"dst\"], e[\"src\"]) " ``` ## To permanently delete (only after team confirms these stay trashed) ```bash rm -rf /data/sltian/data/egotools/_backup/captions_trash_20260429T162401Z ```