Search results

  1. T

    Backup running at the wrong time

    I used ntpdate to update the server time, so much so that everyone is correctly synchronized when I run the "date" command. But I will try to configure the ntp, it will help. Thank you.
  2. T

    Backup running at the wrong time

    I have some Proxmox running on OVH in Canada, after installing them I ran the command dpkg-reconfigure tzdata and corrected the time zone for Brazil (UTC- 3), but even after doing this when I put Proxmox to perform a backup task as 5:30 am, the backup is running at 1:30 am in the Brazilian time...
  3. T

    [TUTORIAL] How to install Proxmox Backup Client under Ubuntu%

    Great news! Thanks for sharing, always helping the Brazilian and now worldwide Proxmox community Frederico Siena! ;)
  4. T

    Listen to the latest tasks on the dashboard

    Good night, I wanted to know from the developers if there is any interest in adding to the Dashboard the last jobs executed or the jobs executed in the last X hours for example 24 or 48 hours, as well as having longer tasks for example. I say this because my interest is to place the dashboard...
  5. T

    Cannot start KVM

    I suffered from this problem when updating the PVE from 6.2 to 6.3-3, when restarting the VMs did not start, I tried to install the dbus, but it did not work. I ended up seeing that it was just the dbus service that hadn't started, so a simple restart on the dbus solved my problem. service...
  6. T

    Automating VM restore and homologation

    Looking at the API Documents I'm not entering the option to restore a vzdump, the best I saw was to get the configuration from a vzdump file. https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/vzdump/extractconfig Another option I found related to backup was this, which lists the VMs...
  7. T

    Automating VM restore and homologation

    I've looked at the API a few times, in most cases to integrate with Zabbix and get information for monitoring PVE and VMs. I hadn't looked at the backup or restore part of the backup via the API. I'll see if I can assemble something in shellscript.
  8. T

    Add a comment behind a Backup Group

    At the moment I think it is not possible, at least in the current version of the desktop client using man I did not find a way to do this! I may be mistaken, but I believe it is a possible feature to be added in the future. Sorry, I really should have put it in English as I always do, but I...
  9. T

    Automating VM restore and homologation

    Good night, I would like to know if anyone here on the forum has started to implement some way to automate the process of restoring some proxmox backups (mainly from PBS) from time to time ... I say this because previously full backups just believe that the chances of having problems would be...
  10. T

    Add a comment behind a Backup Group

    At the moment I think it is not possible, at least in the current version of the desktop client using man I did not find a way to do this! I may be mistaken, but I believe it is a possible feature to be added in the future.
  11. T

    Restoring encrypted backup outside the cluster

    Here for me I had to do the following step by step: 1 - In PBS remove all backups that I had previously generated, to get rid of backups with different encryption keys 2 - Recreate the datastore 3 - Copy via scp the file /etc/pve/priv/storage/pbs06.enc from the local host to the host in the...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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!
  19. 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...