Backups per Fritzbox

Hi,
schon etwas älter aber ich habe auch ein FritzBox Backup Problem.
Ich habe ein FritzBox 7590 an der eine SSD hängt. smb share lässt sich wunderbar in Proxmox einbinden.
View attachment 82359

Backup läuft auch und speichert korrekt ab.

Die Ausgabe meldet allerdings:
ERROR: Backup of VM 205 failed - file '/mnt/pve/fritz.nas/dump/vzdump-lxc-205-2025_02_14-22_59_50.tar.zst.notes' exists but open for reading failed - Stale file handle

Greif ich extern über Windows auf den Share zu, sehe ich das Backup und es scheint auch vollständig zu sein
View attachment 82357

Möchte ich die Backups anzeigen lassen kommt auch nur diese Meldung
View attachment 82358

Hab bereits ext4, ntfs und exfat versucht.
Habe auch iSO in Proxmox aktiviert auf den Share. Ist eine ISO gespeichert kann ich diese zwar ansehen und nutzen, lade ich aber per URL eine neue ISO kommt auch diese Meldung:
TASK ERROR: failed to verify file: qemu-img: Could not open '/mnt/pve/fritz.nas/template/iso/alpine-virt-3.21.3-x86_64.iso.tmp_dwnl.3330635': Could not open '/mnt/pve/fritz.nas/template/iso/alpine-virt-3.21.3-x86_64.iso.tmp_dwnl.3330635': Stale file handle

Weiß jemand Rat?
Gibt es bereits eine Lösung dafür? Habe das gleiche Problem.

Edit
Code:
cifs: backup-nas
        path /mnt/pve/backup-nas
        server X.X.X.X
        share backupshare
        content rootdir,backup
        prune-backups keep-all=1
        username <someuser>
        options noserverino

Die Option noserverinfo in /etc/pve/storage.cfg hinzufügen war die Lösung
 
Last edited: