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

# wandb sync

**Usage**

`wandb sync [OPTIONS] [PATH]...`

**Summary**

Upload an offline training directory to W\&B

**Options**

| **Option**                                   | **Description**                                                                  |
| :------------------------------------------- | :------------------------------------------------------------------------------- |
| `--id`                                       | The run you want to upload to.                                                   |
| `-p, --project`                              | The project you want to upload to.                                               |
| `-e, --entity`                               | The entity to scope to.                                                          |
| `--job_type`                                 | Specifies the type of run for grouping   related runs together.                  |
| `--sync-tensorboard / --no-sync-tensorboard` | Stream tfevent files to wandb.                                                   |
| `--include-globs`                            | Comma separated list of globs to include.                                        |
| `--exclude-globs`                            | Comma separated list of globs to exclude.                                        |
| `--include-online / --no-include-online`     | Include online runs                                                              |
| `--include-offline / --no-include-offline`   | Include offline runs                                                             |
| `--include-synced / --no-include-synced`     | Include synced runs                                                              |
| `--mark-synced / --no-mark-synced`           | Mark runs as synced                                                              |
| `--sync-all`                                 | Sync all runs                                                                    |
| `--clean`                                    | Delete synced runs                                                               |
| `--clean-old-hours`                          | Delete runs created before this many hours.   To be used alongside --clean flag. |
| `--clean-force`                              | Clean without confirmation prompt.                                               |
| `--show`                                     | Number of runs to show                                                           |
| `--append`                                   | Append run                                                                       |
| `--skip-console`                             | Skip console logs                                                                |
| `--replace-tags`                             | Replace tags in the format   'old\_tag1=new\_tag1,old\_tag2=new\_tag2'           |
