Vault Auto Archiver
pendingby simplesslife
Automatically archive files and folders into zip format and generate a detailed markdown log of the operation.
Obsidian Archiver
Archiver is a simple yet powerful plugin for Obsidian that helps you back up and compress your files or folders into a .zip archive. It ensures data traceability with MD5 hashing and automatically generates a structured Markdown log. After successful archiving, the original files are safely moved to the trash to free up space.
Features
- One-Click Archiving: Right-click on any file or folder in Obsidian's file explorer and select
归档内容 (Archive)to instantly compress it. - Secure Compression: All files inside your target folder are recursively added to a
.zipfile. The output file is named with the current date and an MD5 hashed signature (e.g.,2026-03-29_101530_3b92c8...d1.zip). - Automatic Logging: Appends a structured log entry into a specific Markdown file containing the archive timestamp and the exact Vault relative paths to all the original nested files.
- Auto Cleanup: Original files or folders are automatically sent to the Vault's recycle bin once the zip and the log are generated successfully.
- Smart Directory Creation: Automatically detects and creates missing destination archive folders or logging directories if they do not already exist.
Installation
Community Plugins (Pending Approval)
Once the plugin is officially joined into the Obsidian plugin ecosystem:
- Open Obsidian Settings > Community plugins.
- Turn off Safe mode (if enabled).
- Click "Browse" and search for Archiver (by simplesslife).
- Click "Install" and then "Enable".
Manual Installation
- Go to the Releases page of this GitHub repository.
- Download the latest
main.jsandmanifest.json. - Create a folder named
obsidian-archiverin your vault's.obsidian/plugins/directory. - Move the downloaded files into that folder.
- In Obsidian, go to Settings > Community plugins, click the "Reload plugins" button, and toggle Archiver on.
Usage
- Configure Settings (Settings > Archiver):
- Archive Directory: The destination folder where the
.zipfiles will go (Leave blank for the vault's root directory). - Log File: The
.mdfile path acting as a record ledger (e.g.,Archive/ArchiverLog.md).
- Archive Directory: The destination folder where the
- Start Archiving:
- On the left sidebar (File Explorer), right-click any file or folder.
- Select 归档内容 (Archive) from the context menu.
- A success notification will show up, creating the
.ziparchive and adding a new log entry.
License
MIT License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.