Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170565

new backup format

$
0
0
until proxmox 2.2 the kvm backup file is tar.gz ou tar.lzo. Now have vma.gz ou vma.lzo.

I have a script to test backup file integrid:

for i in *.tar.lzo; do tar --lzop -xf $i -O > /dev/null 2> /dev/null;

rc=$?
if [[ $rc != 0 ]] ; then
echo Fail in $i
else
echo OK in $i
fi

With vma this not work... Any ideias ?

Viewing all articles
Browse latest Browse all 170565

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>