vault-backup

Automate incremental backups, verification, and cloud synchronization for knowledge-base vaults.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lordking/lee-second-brain-os --skill vault-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-backup
Source: https://github.com/lordking/lee-second-brain-os/tree/main/skills/kb-vault-backup
Command: npx skills add https://github.com/lordking/lee-second-brain-os --skill vault-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Knowledge teams often struggle with data loss and scattered backups across devices. This skill ensures reliable, incremental backups, verification, and cloud synchronization for a knowledge-base vault.

Core Features & Use Cases

  • Incremental backups: detects and saves only changed files, minimizing time and storage.
  • Verification and recovery: validates backups and supports restoring notes to previous states.
  • Cloud synchronization: automatically mirrors backups to multiple cloud targets (Google Drive and Baidu Netdisk) for disaster recovery.

Quick Start

Run vault-backup to create an incremental backup of your knowledge base.

Frequently Asked Questions about vault-backup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate incremental backups for a local knowledge-base vault?

Incremental backups for a knowledge-base vault are automated by applying Git-based change detection and incremental file indexing to copy only modified files. This process generates a manifest to ensure deterministic backups with integrity checks.

What is the best way to sync knowledge-base backups to Google Drive?

Syncing knowledge-base backups to Google Drive is handled through automated cloud synchronization. The skill mirrors incremental backups to cloud targets, ensuring disaster recovery copies are kept current without manual file transfers.

Can I restore my knowledge base to a previous state using incremental file indexing?

Restoring a knowledge base to a previous state is supported through built-in verification and recovery workflows. The system validates backup integrity and allows users to restore notes from historical incremental snapshots.

Does vault-backup work with Git-based change detection for local knowledge repositories?

Git-based change detection is fully supported for local knowledge repositories. The skill uses this mechanism to identify changed files, applying incremental file indexing to minimize backup time and storage overhead.

How does manifest generation ensure deterministic backups with integrity checks?

Manifest generation ensures deterministic backups by creating an exact index of files during each incremental backup. This manifest supports integrity checks, verifying that backup copies match the original knowledge-base vault state.

What are the limitations of relying on incremental backups for disaster recovery?

Incremental backups for disaster recovery depend on the continuity of the manifest and file index. If the index chain is broken, restoring complete previous states may require validating multiple manifest snapshots to ensure full data integrity.