Search results

  1. R

    ESXi Import fails when using "Live-Import"

    We notice the same issue, have you found already a fix?
  2. R

    No previous backup found, cannot do incremental backup

    Hi @wigor Thanks for the input, just checked: both servers (proxmox node and pbs) are in the same timezone and have the same timesettings. So unlucky, but this isnt the source of my issue :(.
  3. R

    No previous backup found, cannot do incremental backup

    @Stefan_R I'm 100% able to reproduce the issue when I use hetzner's debian 10 buster with installimage, then install proxmox on top with the following commands: Install proxmox: echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" >...
  4. R

    No previous backup found, cannot do incremental backup

    Hi @Stefan_R Just to update: I got yesterday the new root server, installed this morning proxmox using the hetzner provided image - previous i installed it on top on the hetzner buster image - and I don't know what to say: Currently it seems to work (target is a pbx installed on the same...
  5. R

    No previous backup found, cannot do incremental backup

    Hi @dcsapak ~3 minutes before starting the first backup :). I ordered an additional server on hetzner, I'll try with a full iso proxmox installation to verify, if the issue only occures with the debian 10 hetzner installimage - the target server should be excluded now, due to the fact I...
  6. R

    No previous backup found, cannot do incremental backup

    Hi @Stefan_R Sorry for the long delay, I just hadnt enough time to debug more, until now. What I tried: Installed proxmox backup server from your release iso, on the same proxmox standalone host which I want to backup vms with. Added a data storage (/backup/nodename) and connected the proxmox...
  7. R

    No previous backup found, cannot do incremental backup

    @Stefan_R I would also love to pay to resolve the project, just let me know what's the best way to get in contact :).
  8. R

    No previous backup found, cannot do incremental backup

    Freshly installed a debian 10 on the same host in a vm, added two disks, added the second disk as lvm with ext4 fs and mounted it to /backup. Then runned the backup twice and got the same issue again :(. First backup: INFO: starting new backup job: vzdump 101 --node pm104 --mode snapshot...
  9. R

    No previous backup found, cannot do incremental backup

    Yes, you're right, apt was from the wrong host. PBS was up to date, but you already shipped a new package :): root@pb101 ~ # apt list --installed | grep 'proxmox' WARNING: apt does not have a stable CLI interface. Use with caution in scripts. proxmox-archive-keyring/stable,now 1.0 all...
  10. R

    No previous backup found, cannot do incremental backup

    Nearly forgot: The pbs was installed on top of the plain debian 10 according your docs (https://pbs.proxmox.com/docs/installation.html#install-proxmox-backup-server-on-debian - apt install proxmox-backup).
  11. R

    No previous backup found, cannot do incremental backup

    Ok, so let's provide some docs :). Details of the proxmox standalone host: Hetzner AX41-NVME (https://www.hetzner.com/dedicated-rootserver/ax41-nvme), Debian 10 minimal image Details of the proxmox backup server host: Hetzner SX62 (https://www.hetzner.com/dedicated-rootserver/sx62), Debian 10...
  12. R

    No previous backup found, cannot do incremental backup

    Good Morning @Stefan_R Just to inform, all system have the libproxmox-backup-qemu0 package with version 0.7.0-1 installed, there is a new version 0.7.1-1 available, I'll install them as soon as we get out of productive usage time of the systems. Also there are a few new pbs packages, which...
  13. R

    No previous backup found, cannot do incremental backup

    No problem, I'll grab all relevant informations and try to provide a reproduceable step by step guide. Give me time until tomorrow :).
  14. R

    No previous backup found, cannot do incremental backup

    PS: If you like, I could also give you access to an host. I got a empty one which I could prepare with some vms to backup for reproducing the issue.
  15. R

    No previous backup found, cannot do incremental backup

    Hi @Stefan_R Thanks for the amazing and detailed answer, below the requested informations: All 4 hosts have the same version of the libproxmox-backup-qemu0 package. root@pm101 ~ # apt show libproxmox-backup-qemu0 Package: libproxmox-backup-qemu0 Version: 0.7.1-1 Priority: optional Section...
  16. R

    No previous backup found, cannot do incremental backup

    Hi @fabian, aswell as @Stefan_R The issue is still pending, the vm backups are working only when I "halt" the machines once. I use a clean debian 10 installation with thin-lvm, on top proxmox - same for proxmox backup server. All system are on the current state. Is there any advice you could...
  17. R

    No previous backup found, cannot do incremental backup

    It works just the first time: I halt the machine, start it again, run backup job once - as soon as I run it a second time, the job fails again. Also I noticed that the error reporting doesnt work properly: I set the e-mail notification to "on failure", as soon as one backup worked (in my case...
  18. R

    No previous backup found, cannot do incremental backup

    Good Morning Fabian First of all sorry, I could have shared the version informations already in the first post... First standalone host: proxmox-ve: 6.2-2 (running kernel: 5.4.65-1-pve) pve-manager: 6.2-14 (running version: 6.2-14/2001b502) pve-kernel-5.4: 6.2-7 pve-kernel-helper: 6.2-7...
  19. R

    No previous backup found, cannot do incremental backup

    Hmm, just to update: Sometimes it works, sometimes not - just started manualy a backup of the vm, which worked. When I trigger the same over Datacenter -> Backup -> Run Job with the same vmids, one is working, the other not. Maybe you could give me an idea, where I can start debuging :).
  20. R

    No previous backup found, cannot do incremental backup

    Hi First of all, thanks for that awesome proxmox backup server. I currently do my first steps with it and got the most things working properly. What I noticed is, that the first backup always went trough properly, as soon as I now want do to a second backup of the machine, only lxc is working...