Skip to main content

Online Documentation

This documentation is built with Docusaurus and lives in docusaurus/oodipe.

Structure

FolderPurpose
docs/getting-startedOnboarding and first-backup guidance.
docs/core-conceptsSources, destinations, and terminology.
docs/backupsBackup options, schedules, naming, and exclusions.
docs/restoreFile, drive, partition, and image restore workflows.
docs/clone-and-recoveryCloning, rescue media, and Fortress Mode.
docs/managementBackup sets, tasks, reports, and logs.
docs/settingsSettings reference.
docs/troubleshootingCommon issues and diagnosis.

Terminology

Use the same terms as the application:

  • Backup for file-level protection.
  • Image for drive or partition imaging.
  • Destination for storage where backups are saved.
  • Target for drives, partitions, or folders that receive restored or cloned data.
  • Backup set for a stored backup configuration and its history.
  • Backup run for one execution of a backup set.

Local Development

From docusaurus/oodipe:

npm install
npm start

Build the static site with:

npm run build

Generate the PDF manual with:

npm run build:pdf