Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/i18n/en/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,9 @@
"sidebar.docs.category.OpenEBS on K8s Platforms": {
"message": "OpenEBS on K8s Platforms",
"description": "The label for category OpenEBS on K8s Platforms in sidebar docs"
},
"sidebar.docs.category.Backup and Restore": {
"message": "Backup and Restore",
"description": "The label for category Backup and Restore in sidebar docs"
}
}
392 changes: 392 additions & 0 deletions docs/main/Solutioning/backup-and-restore/kasten-br-fs.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main/Solutioning/backup-and-restore/velero-br-fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ keywords:
- Velero Backup and Restore using Replicated PV Mayastor Snapshots - FileSystem
- Velero Backup and Restore
- FileSystem
- OpenEBS
description: In this document, you learn about Velero Backup and Restore using Replicated PV Mayastor Snapshots - FileSystem.
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ keywords:
- Velero Backup and Restore using Replicated PV Mayastor Snapshots - Raw Block Volumes
- Velero Backup and Restore
- Raw Block Volumes
- OpenEBS
description: In this document, you learn about Velero Backup and Restore using Replicated PV Mayastor Snapshots - Raw Block Volumes.
---

Expand Down
Binary file added docs/main/assets/create-new-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/create-policy-test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/importing-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/kasten-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/location-profiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/new-policy-test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/on-demand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/restore-after-impact.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/restore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/run-once-restore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/run-once.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/show-import-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main/assets/test-applications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,12 +605,17 @@ module.exports = {
{
type: "doc",
id: "Solutioning/backup-and-restore/velerobrfs",
label: "Replicated PV Mayastor Snapshots - FileSystem"
label: "Velero - FileSystem"
},
{
type: "doc",
id: "Solutioning/backup-and-restore/velerobrrbv",
label: "Replicated PV Mayastor Snapshots - Raw Block Volumes"
label: "Velero - Raw Block Volumes"
},
{
type: "doc",
id: "Solutioning/backup-and-restore/kastenbrfs",
label: "Kasten - FileSystem"
}
]
},
Expand Down
Loading