Recent content by bastify

  1. B

    RRD API response to image

    <img src="data:image/png;base64,<? echo base64_encode(utf8_decode($vpsCls->metrics->data->image));?>" />
  2. B

    Deleted folders in a LXC

    Hi, I delete with "rm -rf" some folders in a centos 7 inside a proxmox (LXC) container. Anybody knows a method to recover this folders? Working inside the container. Thanks a lot
  3. B

    Problems with LVM data drive and LXC container

    Hi, I create an LXC container (500Gb) with centos and add a resource with an a LVM logical volume (900Gb) with all backup info. The container has problems and we decide to remove the container that and reinstall centos. When we mount again the LVM volume, it appears empty. We need to recover...