> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-docs-1761.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# wandb beta sync

Upload .wandb files specified by PATHS.

This is a beta re-implementation of `wandb sync`. It is not feature complete, not guaranteed to work, and may change in backward-incompatible ways in any release of wandb.

PATHS can include .wandb files, run directories containing .wandb files, and "wandb" directories containing run directories.

For example, to sync all runs in a directory:

wandb beta sync ./wandb

To sync a specific run:

wandb beta sync ./wandb/run-20250813\_124246-n67z9ude

Or equivalently:

wandb beta sync ./wandb/run-20250813\_124246-n67z9ude/run-n67z9ude.wandb

## Usage

```bash theme={null}
wandb beta sync [PATHS] [OPTIONS]
```

## Arguments

| Argument | Description              | Required |
| :------- | :----------------------- | :------- |
| `PATHS`  | No description available | No       |

## Options

| Option            | Description                                                                |
| :---------------- | :------------------------------------------------------------------------- |
| `--skip-synced`   | Skip runs that have already been synced with this command. (default: True) |
| `--dry-run`       | Print what would happen without uploading anything. (default: False)       |
| `-v`, `--verbose` | Print more information. (default: False)                                   |
| `-n`              | Max number of runs to sync at a time. (default: 5)                         |
