From 0cffb19a8ed0047d841b3fcc1a6d03fb434a6296 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Wed, 30 Oct 2024 01:43:29 +0100 Subject: [PATCH] update --- technology/linux/filesystems/Ceph.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/technology/linux/filesystems/Ceph.md b/technology/linux/filesystems/Ceph.md index f86b74f..9787d41 100644 --- a/technology/linux/filesystems/Ceph.md +++ b/technology/linux/filesystems/Ceph.md @@ -70,3 +70,12 @@ ceph orch host add --label _admin `mount -t ceph :/ /mnt -o name=admin,secret=` Secret can be found in the keyring at `/etc/ceph` + +## Snapshots +Ceph can take directory scoped snapshots of the filesystem. + +Snapshots of the directory will be stored in `.snap`. + +**Create a new snapshot**: `mkdir .snap/snap_name` + +**Remove a snapshot**: `rmdir .snap/snap_name`