Pulling & Pushing Files
Once you’ve connected a remote site, you can pull files down for local development or push your local changes to the remote server.
Selecting a Sync Path
Section titled “Selecting a Sync Path”Before syncing, choose what to sync from the Sync Path dropdown:
| Path | What It Syncs |
|---|---|
| Site Root | Entire WordPress installation |
| wp-content | Themes, plugins, uploads, and other content |
| wp-content/themes | Only themes |
| wp-content/plugins | Only plugins |
| Custom | Browse the remote directory tree and select a specific folder |
For most development workflows, syncing wp-content or a specific theme/plugin directory is recommended over syncing the entire site root.
Pulling from Remote
Section titled “Pulling from Remote”- Open the remote site from the sidebar
- Go to the “Sync” tab
- Select your sync path
- Click “Pull”
- Review the sync preview — it shows which files will be added, modified, or deleted locally
- Confirm to start the sync
Pushing to Remote
Section titled “Pushing to Remote”- Open the remote site from the sidebar
- Go to the “Sync” tab
- Select your sync path
- Click “Push”
- Review the sync preview — it shows which files will be added, modified, or deleted on the remote server
- Confirm to start the sync
Sync Preview
Section titled “Sync Preview”Before any sync operation, Blaze shows a preview of all changes. Review this carefully — pushed files will overwrite remote files, and pulled files will overwrite local files.
Sync History
Section titled “Sync History”The Sync tab shows a log of past sync operations, including timestamps and the number of files transferred.