Online Documentation
This documentation is built with Docusaurus and lives in docusaurus/oodipe.
Structure
| Folder | Purpose |
|---|---|
docs/getting-started | Onboarding and first-backup guidance. |
docs/core-concepts | Sources, destinations, and terminology. |
docs/backups | Backup options, schedules, naming, and exclusions. |
docs/restore | File, drive, partition, and image restore workflows. |
docs/clone-and-recovery | Cloning, rescue media, and Fortress Mode. |
docs/management | Backup sets, tasks, reports, and logs. |
docs/settings | Settings reference. |
docs/troubleshooting | Common 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