🎉 init

This commit is contained in:
JMARyA 2025-01-28 16:42:02 +01:00
commit bc6e30fe0c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 609 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# csnap
csnap is a cephfs snapshot utility.
## Usage
```shell
# Find snapshots
csnap ls [-d, --depth <DEPTH>] [<START_DIR>]
# Create a snapshot
csnap create [-n, --name <NAME>] [<DIR>]
# Remove a snapshot
csnap remove <NAME> [<DIR>]
```