This commit is contained in:
parent
bc6e30fe0c
commit
40a2216da3
3 changed files with 56 additions and 0 deletions
|
@ -92,6 +92,9 @@ pub fn cephfs_snap_show(dir: &str) -> std::io::Result<()> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
// TODO : Rollback command
|
||||
// rsync snap dir to root dir + delete snapshot (-opt)
|
||||
|
||||
fn main() {
|
||||
let args = get_args();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue