diff options
| -rwxr-xr-x | kvmx | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -1445,7 +1445,7 @@ function kvmx_clone {        local exclude="--exclude=box.img"      fi -    rsync -ah --sparse --progress $exclude $STORAGE/ $FOLDER/ +    rsync -ah --sparse $exclude $STORAGE/ $FOLDER/    else      cp -r --sparse=always $STORAGE/ $FOLDER/    fi | 
