Hello, Is it possible to extract only the config file of an openvz container from a vzdump archive? I tried with lzop -d -c archive.tar.lzo |tar tf - | grep <vmid>.conf and tar -tf archive.tar.lzo | grep <vmid>.conf but I'm unable to find where the <vmid>.conf file is. Restoring with vzrestore works as expected. TIA Lorenzo