Skip to content

Instantly share code, notes, and snippets.

@frenzymind
frenzymind / convert_ploop_to_simfs.sh
Last active November 28, 2023 16:37 — forked from dlage/convert_ploop_to_simfs.sh
Bash script to convert an OpenVZ ploop container back to simfs
#!/bin/sh
####################################################################
# #
# Convert ploop ct to simfs #
# #
# HOW TO USE: #
# ./convert_ploop_to_simfs.sh VEID #
# #
# To use progress2 option rsync version should be 3.1 and higher #