Search results

  1. S

    [SOLVED] How to restore a vm from PBS to PVE via script ?

    i am answering my question: #List storages pvesm status # find a snapshot in the storage, here a proxmox backup server type pvesm list prxbk01.womedia.de | grep 3033 # Restore this to a new vmid. qmrestore 'prxbk01.womedia.de:backup/vm/3033/2022-03-01T10:47:00Z' 313033
  2. S

    [SOLVED] How to restore a vm from PBS to PVE via script ?

    Hi, Sorry but i can not work it out myself. For monthly restore tests, i like to restore a complete infrastrukture of 10..20 VMs by script. I am able to restore individual files from the snapshot in question, i.e: PBS_REPOSITORY='...' \ PBS_PASSWORD='...' \ proxmox-backup-client restore...
  3. S

    could not read subscription status: subscription information too old

    Thanks, this has been solved. For the records: The web gui was of no value here as it kept spinning while trying to display subscription information. That blocked all buttons on that form so removing the subscription was not an option. Instead i executed proxmox-backup-manager subscription get...
  4. S

    could not read subscription status: subscription information too old

    Hi, our pbs *has* a subscription until Jan 2022. in /etc/proxmox-backup is a file "subscription" from May 6th. - Whats the cause for the message and how to fix it ?
  5. S

    Manually purge left over VM ids in backup storage

    Thank you very much, i overlooked that.
  6. S

    Manually purge left over VM ids in backup storage

    Hello, my PVE refuses to backup because an owner conflict. Turns out, the Backup server has the directories /mnt/datastore/storage-bk/vm/111 /mnt/datastore/storage-bk/vm/112 of these vms that have been deleted long ago. However, neither the Web gui nor "proxmox-backup-client snapshot list"...
  7. S

    releases in the different repositories

    Thomas, thanks very much that clarified it.
  8. S

    releases in the different repositories

    Hi, i see from the release roadmap that the current version is 1.0.6-1. This matches the version in the pbs-enterprise repo. However, the pbs-no-subscription shows some 1.0.8 . Is it not a risk that a person evaluates the 1.0.8, than subscribes and switches to the pbs-enterprise repo having...
  9. S

    Are there any agents available to backup databases like mysql/galera/percona ?

    Thanks for the efforts, but nothing of the above matches :-) This is a cluster of a few debian nodes running a huge, heavily written to database thus snapshotting or dumping is not an Option. buzzword: xtradb backup.
  10. S

    There seems to be a bug in the GUI when downloading encrypted parts

    One thing to add: phys. machines do not have the client log at all.
  11. S

    Are there any agents available to backup databases like mysql/galera/percona ?

    Thanks for the feedback, Dominik ! That is at least a helpful pointer. Greetings, Stefan
  12. S

    There seems to be a bug in the GUI when downloading encrypted parts

    Thanks for the feedback. Let me provide screenshots, then for Chrome and Edge - these show download errors. Firefox however does not even attempt to download.
  13. S

    There seems to be a bug in the GUI when downloading encrypted parts

    If i try to download the client.log of an encrypted backup there is always a download error. Either disable the download or fix that - the later would be prefered because itemlevel restore of single files is a handy feature @ unencrypted backups.
  14. S

    Are there any agents available to backup databases like mysql/galera/percona ?

    hello, Our databases are too big for the "dump to file and backup it" approach. Any hints ?
  15. S

    Is it possible to generate "one-file" images from the deduplicated storage ?

    Thanks for the feedback. Could it be that this just works for hosts ? proxmox-backup-client mount vm/333/2021-01-15T11:15:03Z root.pxar /mnt/r --repository storage-bk Error: manifest does not contain file 'root.pxar.didx' In the web gui i can download a huge "drive*.fidx" file, what would be...
  16. S

    Is it possible to generate "one-file" images from the deduplicated storage ?

    Hi, We are using the community subscription of VE and are evaluationg backup server without subscription. We see a big benefit of the deduplication as it not only brings down the required storage size but also shortens sync to remote times. However, "Authorities" require that we can present...
  17. S

    vzdump times out very often on zfs storage pool

    Fabian, thank you very much for looking into it and providing a solution. I will observe if that fixes the issue for us. I am sorry that this leads to the burden of writing a patch on your site - but we should take comfort from the fact that this will make the product even better :)...