Migrate only what the project needs
Prioritize code repositories, configuration templates, essential assets, and confirmed reusable caches. Compress or transfer large files in batches to avoid filling the disk in one sync.
- Pull code and submodules through version control
- Inject sensitive variables separately; do not commit them to the repository
- Record storage paths for assets, models, and build artifacts
- Verify key file counts and checksums after syncing