Appearance
Sync
FreshPause and resume Obsidian Sync, show status, list and restore Sync version history. To run Sync without the desktop app, see Headless Sync.
Commands for Obsidian Sync.
Sync without the desktop app
These commands control Sync within the running Obsidian app. To sync vaults from the command line without the desktop app, see Headless Sync.
sync
Pause or resume sync.
bash
on # resume sync
off # pause syncsync:status
Show sync status and usage.
sync:history
List sync version history for a file (default: active file).
bash
file=<name> # file name
path=<path> # file path
total # return version countsync:read
Read a sync version (default: active file).
bash
file=<name> # file name
path=<path> # file path
version=<n> # (required) version numbersync:restore
Restore a sync version (default: active file).
bash
file=<name> # file name
path=<path> # file path
version=<n> # (required) version numbersync:open
Open sync history (default: active file).
bash
file=<name> # file name
path=<path> # file pathsync:deleted
List deleted files in sync.
bash
total # return deleted file countSee also
- Browse all command groups
- Keyboard shortcuts for the TUI