Search results

  1. C

    Aufgrund der aktuellen Gast-Konfiguration kann kein neuer Snapshot erstellt werden

    Also so wirst du nicht weit kommen hier im Forum... Du hast 2 Probleme wie bereits von Anfang an mitgeteilt! 1. Dein storage backend kann keine snapshots (lies dazu den bereits verlinkten Absatz in der Doku). Ich habe den Eindruck du verstehst das Proxmox Storage Konzept nicht, lies dir also am...
  2. C

    ZFS IO errors

    Maybe disable the HDD backed storage in the storage.cfg and export the corresponding pool and maybe even spin the disk down before trying the scrub on the other pool. Is that an option to check if that changes something?
  3. C

    ZFS IO errors

    Also, note that the Seagate BarraCuda ST4000DM004 is not really what one would call a reliable HDD. Cannot comment on the SSDs...
  4. C

    Found invalid MBR and corrupt GPT

    The idea of getting an image via ddrescue is that you can then use this image to try and perform all kind of recovery, data analysis without the danger of doing more damage to the data (avoiding to interact with the failing disk). You could for example have used a copy of the image to mount a...
  5. C

    Aufgrund der aktuellen Gast-Konfiguration kann kein neuer Snapshot erstellt werden

    Hi, wie bereits erklärt wurde unterstützt das storage backend auf dem das CT Filesystem liegt keine snapshots. Ein Blick in die Doku zeigt eine Tabelle mit allen storage Typen und welche von denen snapshots unterstützten, siehe dazu...
  6. C

    Aufgrund der aktuellen Gast-Konfiguration kann kein neuer Snapshot erstellt werden

    Ein bisschen mehr Info dürfte es dann schon sein falls wer helfen soll ;). Wo und wann tritt der Fehler auf? Was für ein filesystem wird im CT verwendet, ecc...
  7. C

    Found invalid MBR and corrupt GPT

    Hi, you definitely don't want to create a blank GPT and in general you want to avoid writing to the device. I would reccomend that you boot a live system from CD (yes I know it is a NUC :) ) or USB and use tools like ddrescue in order to perform data recovery. There are plenty of options, e.g...
  8. C

    [solved] VM Disk Backup browsable / partial restore of files or folders?

    Hi, how may I help you with this? What exactly is the problem you are facing? Is it a specific error you are facing or are you not familiar with loopback devices and how the proxmox-backup-client achieves this, ecc.?
  9. C

    [solved] VM Disk Backup browsable / partial restore of files or folders?

    HI, what you can do is map the image of the backed up VM disk to a loopback device and then mount a partition read-only on your local system. This gives you full read access to all the data, which than you can also copy. See this for an example on how to do this...
  10. C

    [solved] configuring prune & gc

    Hi, there is a prune simulator which helps you set up your schedule correctly, see https://pbs.proxmox.com/docs/prune-simulator/
  11. C

    [SOLVED] All backup lost after update of pve and pbs

    Hi, the whole point of Prune&GC IS to remove unwanted backups! So read the docs regarding these features https://pbs.proxmox.com/docs/backup-client.html#pruning-and-removing-backups and check out the prune simulator https://pbs.proxmox.com/docs/prune-simulator/ in order to set it up correctly...
  12. C

    can't access Proxmox Backup Server on Proxmox VE

    Yep, that was your problem proxmox-backup-api is listening on port 82...
  13. C

    Does Proxmox allow you to change the zstd compression level?

    Hi, maybe this is of help https://forum.proxmox.com/threads/verifying-and-changing-te-compression-level-of-backups.59866/
  14. C

    can't access Proxmox Backup Server on Proxmox VE

    ??? Seems that your sshd is receiving HTTP traffic from an API client? What port is your sshd listening on, what port PBS? ss -tulpen | grep -E "proxmox|sshd" Also it is not recomeded to post public IPs contained in log files (please retract them). I was expecting log outputs of failed auth from...
  15. C

    How to mount encrypted Backup

    Okay, so there seems to be a misunderstanding. You can not do this with the fixed chunksize index file directly (fidx). You rather have to do this via the PBS client-server infrastructure, as the data is stored in the chunkstore and not contained within the index file, that one simply references...
  16. C

    How to mount encrypted Backup

    Ah I see: note that the mount works only for pxar (file system based) backups. If you want to mount an image of a VM, than you will first have to map the image to a loopback device and than mount one of the the partitions of that. # proxmox-backup-client map vm/100/2020-10-24T19:00:00Z...
  17. C

    How to mount encrypted Backup

    Hi, you don't need an additional harddisk to mount the encrypted backups from PBS, just a (typically empty) directory as mountpoint. Not that the server is at no point able to mount an encrypted backup, only the proxmox-backup-client + key is able to do that. The client will use a FUSE...
  18. C

    can't access Proxmox Backup Server on Proxmox VE

    Hi, the bug regarding PVE storage authentication has been fixed with libpve-storage-perl 6.3-3. Check if you are using the correct realm for login (Linux PAM in your case). If that's not it, can you connect to your host using ssh and check for errors with journalctl -f while trying to log in via...
  19. C

    General problem of understanding

    The full data is there for a restore for every backup, totally independent of the others! PBS does not store deltas with respect to previous backups. Let us assume that you have a file, which during the first backup landed in a chunk i. Now the file changed completely and you performed an...