Skip to content

Move Discord exports from local folder to Google Drive #5

@ayrtondenner

Description

@ayrtondenner

Summary

Move the discord-exports/ folder (~121 MB, 25 channels, 77,612 messages) from the local project directory to a Google Drive location (G: drive), and update all references accordingly.

Motivation

The Discord dump is large (~121 MB, 3M+ JSON lines) and gitignored. Storing it on Google Drive makes it:

  • Accessible across machines without cloning
  • Backed up via Google Drive sync
  • Not cluttering the local repo directory

Tasks

  • Choose/create a target folder on Google Drive (G:)
  • Copy discord-exports/ contents to the Google Drive folder
  • Verify all files transferred correctly (file count + size check)
  • Update references in the following locations:
    • CLAUDE.md or any project instruction files mentioning discord-exports/
    • Auto-memory files (MEMORY.md and any topic files under .claude/projects/)
    • Any scripts or tools that read from discord-exports/
    • .gitignore entry for discord-exports/ (can be removed after migration)
  • Remove the local discord-exports/ folder after confirming migration
  • Document the new Google Drive path for future reference

Notes

  • Google Drive is mounted locally as G:
  • The dump was mined in Feb 2026 from the OpenApoc Discord
  • Key channels: reversing.json, coding.json, general_original_game.json, general_openapoc.json

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

Labels

discordDiscord export/data tasks

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions