atopos3112 downloadsSync notes with ZimaOS for backup, cloud access, and cross-device synchronization.
OZSync syncs an Obsidian vault with ZimaOS storage for desktop backup, file browsing, and cross-device access.
This plugin is desktop-only.
After OZSync is accepted into the Obsidian community plugin directory:
Download the latest release assets from:
https://github.com/atopos31/OZSync/releases
Create this folder in your vault:
<Vault>/.obsidian/plugins/ozsync/
Copy these files into that folder:
main.js
manifest.json
styles.css
Restart Obsidian or reload the app, then enable OZSync from Community plugins.
Open OZSync settings and configure:
The default sync directory is:
/media/ZimaOS-HD/Obsidian
Change it if your ZimaOS storage volume uses a different path.
OZSync compares local and remote file modification times:
.obsidian/, .trash/, and .ozsync-backups/ are excluded.Before OZSync overwrites an existing local file with a remote download, it saves the previous local copy under:
.ozsync-backups/YYYY-MM-DD-HHMMSS/
The plugin does not automatically propagate deletions during vault sync. Delete actions are only available in the cloud browser and require confirmation.
npm install
npm run check
npm run build
For development rebuilds:
npm run dev
Release tags must match manifest.json.version exactly. For example:
git tag 0.1.1
git push origin 0.1.1
The GitHub Actions release workflow builds the plugin and uploads:
main.js
manifest.json
styles.css
Open issues at:
https://github.com/atopos31/OZSync/issues
Include your Obsidian version, plugin version, ZimaOS version, and relevant console logs. Do not include passwords or tokens.
MIT