Search results

  1. T

    Restoring encrypted backup outside the cluster

    Good afternoon friends! I had tried to copy the json from the /etc/pve/priv/storage/pbs06.enc file manually to the other PBS, but it didn't work properly, I went to check the md5 hash of it and saw that it was different, probably some space or something like that . After I sent to the...
  2. T

    Restoring encrypted backup outside the cluster

    My goal is to start backups from scratch, copy the key from one of the Proxmox nodes and throw it in the other cluster. Regarding pvesm, I never used it, would you have any recommended material to do this? I saw that everything in /etc/pve is mounted in fuse, I never had any experience with it...
  3. T

    QCOW2 to Proxmox

    1 - Create a VM from Gui 2 - In text mode (SSH or Console of Proxmox) run the following command qm importdisk VMID (100 for example) disk.qcow2 local-lvm (The qcow2 disk has to be INSIDE the Proxmox, either in local storage, a mounted external hard drive, shared storage, etc.) 3 - After...
  4. T

    Restoring encrypted backup outside the cluster

    Friends good night! I am testing PBS in parallel with the full backup of some VMs and now with the option of incremental backup I can deploy something that I would like to do for a long time. My client has some local Proxmox and 2 PVEs in the OVH cloud, my goal is to use PBS to, in case of a...
  5. T

    [SOLVED] Backup error for VMs in PVE 6.2-6

    After some tests I discovered the problem! Despite appearing as 100% of the backup performed, it seems that Proxmox needs more free space to complete the compression and only after that delete the old backup. When I put it in new storage, he ran the job again, after that I deleted some backups...
  6. T

    [SOLVED] Backup error for VMs in PVE 6.2-6

    Hello, I have in a pve 4 VMs running normally, being 2 Windows and 2 Linux. However I am facing a problem with the scheduled backup on 1 of the Linux VMs, the following error occurs: INFO: status: 100% (493921239040/493921239040), sparse 52% (257875681280), duration 6701, read/write 540/0 MB/s...
  7. T

    Import VM from Google Cloud Platform

    The problem was not to import the disc, but to boot it! I found out that the problem was in grub, some parameter in it was giving problems, using the boot-repair-disk I was able to boot, but only when I go into recovery mode in grub and after that I have the boot continue!
  8. T

    Import VM from Google Cloud Platform

    Good afternoon friends! I was wondering if someone has already migrated a VM from Google Cloud to Proxmox, I tried to use Veeam Agent for Linux to generate an image of the system on NFS storage and restored it on Proxmox, but it does not boot at all. =( It is with the phrase: Booting From Hard...
  9. T

    Proxmox backup log centralizer

    Well, I started to develop something focused on that this weekend. A centralized reporting system from Proxmox where we will send the email there instead of our inbox and it will generate a report in this model. As I am not a programmer I do not know if I will finish the system or abandon it...
  10. T

    Raid in Proxmox

    To RAID Proxmox you have 3 possibilities: 1 - Have a RAID controller compatible with Linux and configure the RAID directly on it; 2 - Configure a RAID via ZFS, however for this Proxmox will need a good amount of RAM specifically for this, the recommended is 8GB only for ZFS; 3 - Use RAID via...
  11. T

    Proxmox backup log centralizer

    Good night friends, I would like to know if any of you know any tools like Duplicati Monitoring for Proxmox backups. https://www.duplicati-monitoring.com/ In this case, the Duplicati Monitoring tool is nothing more than an online service where we define all backup jobs that Duplicati...
  12. T

    Storages documentation correction

    Follows the print with the disk size created in Proxmox: Using the ls command actually shows 32GB, but using the du -hs command, which I usually use to know the size of a file, tells the size of the disk rather than the actual size. I didn't quite understand why the commands were different...
  13. T

    Storages documentation correction

    I understood, I didn't know it was so complex. As I see it using dir-like arrays, it would automatically allocate space on the hard drive, much like VMWare and Hyper-V do, but I found it strange when I found in a soyoustart.com installation that I only use local storage ( type dir) can also be...
  14. T

    Disks Migrate from one VM to another in LVM-Thin

    It worked perfectly, thank you very much for updating the documentation !!!
  15. T

    Disks Migrate from one VM to another in LVM-Thin

    Would anyone know how to do this? In case I just want to migrate the vm-101-disk-0 disk to VM 103, no matter what ID it gets, I just wanted to have a simplified way to move or copy the hard drive from one VM to another.
  16. T

    Storages documentation correction

    Hi everyone, I was reading about Proxmox Storages and what each one supports to understand the tool more deeply and found the following content https://pve.proxmox.com/wiki/Storage#_storage_types: "A number of storages, and the Qemu image format qcow2, support thin provisioning. With thin...
  17. T

    Disks Migrate from one VM to another in LVM-Thin

    Disk vm-103-disk-1 does not exist, I would like to move disk vm-101-disk-1 to VM 103, turning it into vm-103-disk-1 Apparently the TAG has changed, but the HD still appears on VM 101 and not 103 root@pve01:~# lvs -o lv_tags pve/vm-103-disk-1 Failed to find logical volume "pve/vm-103-disk-1"...
  18. T

    Disks Migrate from one VM to another in LVM-Thin

    Hello, I was looking for a way to migrate a particular disk from VM 101 to VM 103 in a simplified way, without having to use the dd command to overwrite the data on the target VM, searching Google found in the documentation the following command: # lvchange --deltag pve-vm-400 --addtag...
  19. T

    Error Proxmox 5.1-52 in Dell T420 + PERC H310

    I accessed Proxmox and tried to upgrade and there was no update to run. Just to make it clear, on this node, I'm using the No-Subscription repository.
  20. T

    Error Proxmox 5.1-52 in Dell T420 + PERC H310

    This environment is in production, I'll see if I can during the week upgrade and test, thanks for the feedback. This environment is in production, I'll see if I can during the week upgrade and test, thanks for the feedback.