forked from canonical/microceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Utkarsh Bhatt <utkarsh.bhatt@canonical.com>
- Loading branch information
1 parent
1b2784c
commit 28e490a
Showing
3 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
================================ | ||
Taking Backups for your Workload | ||
================================ | ||
|
||
The MicroCeph deployed Ceph cluster supports snapshot based backups | ||
for Block and File based workloads. | ||
|
||
This document is an index of upstream documentation available for snapshots | ||
along with some bridging commentary to help understand it better. | ||
|
||
RBD Snapshots: | ||
-------------- | ||
|
||
Ceph supports creating point in time read-only logical copies. This allows | ||
an operator to create a checkpoint for their workload backup. The snapshots | ||
can be exported for external backup or kept in Ceph for rollback to older version. | ||
|
||
Pre-requisites | ||
++++++++++++++ | ||
|
||
Refer to :doc:`How to mount MicroCeph Block Devices <../tutorial/mount-block-device.rst>` | ||
for getting started with RBD. | ||
|
||
Once you have a the block device mounted and in use, you can jump to | ||
`Ceph RBD Snapshots`_ | ||
|
||
CephFs Snapshots: | ||
----------------- | ||
|
||
Similar to RBD snapshots, CephFs snapshots are read-only logical copies of **any chosen subdirectory** | ||
of the corresponding filesystem. | ||
|
||
Pre-requisites | ||
++++++++++++++ | ||
|
||
Refer to :doc:`How to mount MicroCeph CephFs shares <../tutorial/mount-cephfs-share.rst>` | ||
for getting started with CephFs. | ||
|
||
Once you have a the filesystem mounted and in use, you can jump to | ||
`CephFs Snapshots`_ | ||
|
||
.. LINKS | ||
.. _Ceph RBD Snapshots: https://docs.ceph.com/en/latest/rbd/rbd-snapshot/ | ||
.. _CephFs Snapshots: https://docs.ceph.com/en/latest/dev/cephfs-snapshots/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters