👷 CI
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-30 16:24:09 +01:00
parent bc6e30fe0c
commit 40a2216da3
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 56 additions and 0 deletions

View file

@ -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();