Skip to main content

Usage

Downloads files from the container to your local directory. Respects your workspace policies: no_sync, storage, and exclude paths are skipped.

Options

Pull a subdirectory

Instead of pulling the entire workspace, pull just the folder you care about. The path is relative to /workspace.

When to use

  • Grab model checkpoints after a training run
  • Pull results or evaluation outputs
  • One-shot sync without opening a terminal
  • Recover files after a session ends

What gets pulled

Everything in /workspace except paths under no_sync, storage, and exclude in your cassian.yaml. no_sync folders live on the instance and in cloud storage but are intentionally not synced to local — cassian sync respects this. If you need a no_sync folder locally, copy it manually during a cassian ssh session.