Recent content by Dark26

  1. D

    [SOLVED] Error with file restore on pve with pbsbackup

    On the windows drive, the deduplication have been activate. :eek: . I didn't manage the instance so i didn't know that. That's explain the problem with the linux module for ntfs that didn't handle it.:(
  2. D

    [SOLVED] Error with file restore on pve with pbsbackup

    with the comman line i have this error if i try to copy a file from where the partition is mount : i see the file like in the gui but if i try to copy a file : cp toto.pdf /root/ cp: erreur de lecture dans 'toto.pdf': Opération non supportée I lauch a verification of the backup, and no errors...
  3. D

    [SOLVED] Error with file restore on pve with pbsbackup

    i have this message in the /var/log/proxmox-backup/file-restore/qemu.log [2026-09-07T08:00:26.920Z INFO proxmox_restore_daemon::proxmox_restore_daemon::watchdog] Inhibit added: 1 [2026-09-07T08:00:26.921Z ERROR proxmox_restore_daemon::proxmox_restore_daemon::api] file or dir streaming task...
  4. D

    [SOLVED] Error with file restore on pve with pbsbackup

    We try to restore a file from pve with a pbs backup and, the file downloaded is zero byte size. Sometimes after 3 or 4 try, the file is download and sometimes not. The disk is a windows ntfs ou linux it seems the is no linr in the log when the restore failed. We try windows and linux...
  5. D

    Very slow backup for large disks vm

    Normaly a reboot don't create a dirty bitmap, but a stop and start does, so don't stop the instance..:rolleyes:. And don't backup on differents target neither..
  6. D

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available

    A new kernel with a patch for copy.fail will be available ? perhaps the version 7 of the kernel isn't impacted.
  7. D

    Proxmox Backup Server 4.2 released!

    exactly. proxmox-backup-client-static_4.2.0-1_amd64.deb 28-Apr-2026 22:16 9296220 evrything is fine. thanks for the update.
  8. D

    Proxmox Backup Server 4.2 released!

    Is it possible to have th proxmox-backup-client-static in the latest version? Great job
  9. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    Any news about this problem of File name too long when creating backug file ?
  10. D

    Add a PBS storage behind a proxy on PVE

    Is it possible, or do we have to open a request feature ?
  11. D

    Add a PBS storage behind a proxy on PVE

    Bonjour, With the proxmox-backup-client, we can use the env :ALL_PROXY= to access a PBS server behind a proxy. Can we do the same with PVE to add the Backup storage which is behind a proxy to the datacenter ? pvesm add ... Thanks.
  12. D

    Permissions for Remote synchronisation Datastore between 2 server

    I find what i was looking for : https://forum.proxmox.com/threads/need-some-help-with-remotes-and-sync-jobs.82582/ Tanks Fabian. We need to use admin user to add a remote, so that's why i have a error 403
  13. D

    Permissions for Remote synchronisation Datastore between 2 server

    Bonjour, I try to set permissions right for synchronise two data store on two differents servers. server 1 : one user (user1@pbs) with permissision DatastoreAdmin on Datastore1 server2 : one user (user2@pbs) with permissision DatastoreAdmin Datastore2 with root@pam i can had the remote...
  14. D

    Insecure migration settings

    Well, for testing purpose, we try to authorize the ssh on the migration vlan, and we have no error with this config. So it's seems that you touch the problem with the ssh for the control part.
  15. D

    Insecure migration settings

    Well, the explanation is maybe here. The ssh connection is only authorize on the vlan for the corosync between the 3 node. We have an other vlan dedicated for the migration ( in order to control the bandwith ). But the ssh connection isn't allowed on this one. We thought that with secure...