Backups & Version History

Last reviewed: 2026-07-05

Plainva protects your work on two levels: file versions (automatic snapshots of every single file as you edit and delete) and vault backups (regular ZIP archives of the whole vault, stored outside the vault folder). Both run in the background without any setup and can be tuned in the settings under Backup & version history.

File versions (snapshots)

Before every save Plainva stores a snapshot of the previous state — as a plain text copy under .plainva/backups/ inside the vault (this folder is hidden from the file tree, search and sync). To avoid hundreds of copies while you type, a Snapshot interval applies (default: at most one new version every 2 minutes). Deleting always snapshots, regardless of the interval.

Retention (configurable per vault):

When you rename or move a file, its version history moves along with it.

Viewing and restoring versions

Right-click a file in the file tree (or its tab), or use the menu at the top right of the editor → Version history… opens the version list:

Images have versions too (with preview); other binary files can be restored without a preview.

Restoring deleted files

Because every deletion snapshots the file first, Plainva can bring deleted files back: right-click the vault name at the top of the file tree → Restore deleted files… (also reachable from the settings). The list shows all files whose snapshots still exist while the original is gone — Restore recreates the newest state at the original location (folders are recreated as needed), Versions… opens the full history of the deleted file.

Note: deleting a whole folder moves it to the operating system’s trash — for that case the system trash is the primary way back; in Plainva you may only find older snapshots of the contained files.

Automatic vault backups (ZIP)

In addition, Plainva backs up the whole vault as a ZIP file — by default daily in the background (when opening the vault, if the last backup is older than 24 hours). This protects you even if the vault folder itself is lost or damaged, because the ZIPs live outside the vault:

The ZIP files are named VaultName_2026-07-05_14-30-00.zip and contain all notes, attachments and your .obsidian configuration — they do not contain the internal .plainva folder (the search index is rebuilt on the next open; file versions are deliberately not part of the ZIP).

Restoring from a ZIP: the ZIP is a completely normal archive. Extract it anywhere and open the extracted folder in Plainva as a vault — done.

Settings at a glance

Settings → your vault → Backup & version history:

SettingDefaultMeaning
Automatic vault backup (ZIP)OnDaily ZIP in the background
Destination folderApp data folderWhere the ZIPs are stored, freely choosable
Backups to keep7This many ZIPs are kept
Snapshot interval2 minAt most this often a new file version is created while typing
Versions per file100Upper bound per file
Maximum age90 daysOlder versions are removed permanently

Good to know