Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Simple WebDAV Sync

gghyoogghyoo48 downloads

A lightweight WebDAV sync plugin with ETag + SHA-256 three-way comparison. Zero dependencies, bilingual (EN/ZH).

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

A lightweight Obsidian WebDAV sync plugin with ETag + SHA-256 three-way comparison. Zero npm dependencies, bilingual (EN/ZH).

中文文档

Features

  • ETag + SHA-256 three-way comparison — never relies on timestamps, immune to server-side time drift
  • Two-way sync — uploads local changes, downloads remote changes, handles new and deleted files
  • Conflict safety — keeps both versions when both sides change: {name} (server YYYY-MM-DD).{ext}
  • Safe delete — local delete triggers server restore; remote delete moves to local .sync_trash/
  • Real-time sync — monitors modify / delete / rename events with configurable debounce
  • Auto sync — configurable interval for periodic full sync
  • Sync on close — triggers a full sync when Obsidian closes
  • Crash-safe — persists sync state after each operation
  • Bilingual — English / 中文, auto-detects system language
  • Trash management — view trash size and clear from settings

Installation

From Obsidian Community Plugins (recommended)

Search for "Simple WebDAV Sync" in Settings → Community Plugins → Browse.

Manual

  1. Download main.js, styles.css, manifest.json from the latest release
  2. Copy to your vault's .obsidian/plugins/simple-webdav/ directory
  3. Enable the plugin in Settings → Community Plugins

Settings

Setting Description
Server URL Full WebDAV path to your vault folder (not root)
Username / Password WebDAV credentials
Auto Sync Interval 0 = disabled
Debounce Delay (sec) Wait time after file change before syncing, default 10s
Language System default / 中文 / English
Show Notifications Toggle sync notification popups

Sync Strategy

Core Principle

  • ETag as the sole remote change indicator
  • SHA-256 as the final local change confirmation (after mtime + size quick filter)
  • Three-way comparison: Local vs Sync Record vs Remote

Three-Way Decision Matrix

Local vs Record Remote vs Record Action
Unchanged Unchanged Skip
Changed Unchanged Upload
Unchanged Changed Download
Both changed Both changed Conflict, keep both
Local new Remote doesn't exist Upload
Local doesn't exist Remote new Download

Delete Policy

Scenario Action
Local deleted, remote unchanged Download from server to restore
Remote deleted, local unchanged Move local file to .sync_trash/
Both deleted Clean sync record

Ignore Rules

._*              # macOS resource forks
.DS_Store        # macOS directory metadata
.sync_state.json # Sync database
.sync_trash      # Local trash
*.tmp            # Temporary files
~$*              # Office temporary files

Technical Details

  • Pure obsidian.requestUrl for WebDAV communication, no external dependencies
  • HTTP/1.1 (HTTP/2 Basic Auth has known compatibility issues)
  • Sync state stored in vault root as .sync_state.json
  • Desktop only (uses Node.js crypto for SHA-256)

License

MIT


中文文档

一个轻量级的 Obsidian WebDAV 同步插件,基于 ETag + SHA-256 三方比较,零依赖,中英双语。

特性

  • ETag + SHA-256 三方比较:不依赖时钟,彻底解决服务器乱改时间戳导致的误同步问题
  • 双向同步:上传本地修改、下载远程修改,支持新增和删除
  • 冲突保留双份:双方同时修改时,服务器版本保存为 {name} (服务器 YYYY-MM-DD).{ext}
  • 安全删除:本地删除不删服务器(自动恢复),远程删除移入本地 .sync_trash/
  • 实时同步:监听 modify / delete / rename 事件,防抖延迟可配置
  • 自动同步:可配置定时全量同步间隔
  • 关闭时同步:Obsidian 关闭时自动触发一次完整同步
  • 断电安全:每个操作完成后立即持久化同步状态
  • 中英双语:自动跟随系统语言,可手动切换
  • 回收站管理:在设置中查看回收站大小并清空
95%
HealthExcellent
ReviewSatisfactory
About
Sync your vault with WebDAV using ETag and SHA-256 three-way comparison to avoid relying on timestamps or server time drift. Perform two-way, real-time and scheduled sync with conflict safety that preserves both versions, safe-delete recovery to .sync_trash, crash-safe state persistence and bilingual EN/ZH support.
SyncingBackupAutomation
Details
Current version
1.0.1
Last updated
Last month
Created
Last month
Updates
2 releases
Downloads
48
Compatible with
Obsidian 1.0.0+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
gghyoogghyoo
github.com/gghyoo
GitHubgghyoo
  1. Community
  2. Plugins
  3. Syncing
  4. Simple WebDAV Sync

Related plugins

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

GitHub

GitHub Sync

Sync vault to personal GitHub.

YAOS

Simple real-time sync powered by your own Cloudflare Worker.

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

Settings profiles

Create various global settings profiles, that sync between vaults.

QuickAdd

Quickly add new notes or content to your vault.

Templater

Create and use dynamic templates.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Git

Integrate Git version control with automatic backup and other advanced features.

BRAT

Easily install a beta version of a plugin for testing.