🎉 init
This commit is contained in:
commit
bc6e30fe0c
6 changed files with 609 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal 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>]
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue