45 lines
764 B
Markdown
45 lines
764 B
Markdown
---
|
|
title: "{{title}}"
|
|
type: backup-system
|
|
status: active # Options: active, testing, retired
|
|
software: "" # e.g. Borg, Kopia, Restic, Vorta
|
|
schedule: "" # Backup frequency
|
|
source: "" # What is backed up
|
|
destination: "" # Where backups are stored
|
|
host: "[[TODO]]"
|
|
areas:
|
|
- "[[TODO]]"
|
|
projects: []
|
|
retention_policy: ""
|
|
last_verified: ""
|
|
created: {{date:YYYY-MM-DD}}
|
|
updated: {{date:YYYY-MM-DD}}
|
|
tags: [backup]
|
|
---
|
|
|
|
# {{title}}
|
|
|
|
## Overview
|
|
|
|
Description of this backup system/approach.
|
|
|
|
## Configuration
|
|
|
|
- **Software:**
|
|
- **Schedule:**
|
|
- **Source:**
|
|
- **Destination:**
|
|
- **Retention Policy:**
|
|
|
|
## Verification
|
|
|
|
Last verification date and result.
|
|
|
|
## Related
|
|
|
|
- **Host/System:** [[TODO]]
|
|
- **Areas:** [[TODO]]
|
|
- **Projects:**
|
|
|
|
*Created: {{date:YYYY-MM-DD}}*
|