Search results

  1. D

    pmg-smtp-filter / fast exit to reduce server load : Performance problem ?

    Bonjour, We have two server in cluster ( virtual machine 8Go de RAM 4 vcpu each ) . We see in /var/log/mail.err : 2025-09-04T09:01:51.724668+02:00 yy01 pmg-smtp-filter[1319111]: fast exit to reduce server load (free 5636096 bytes) 2025-09-04T09:18:22.906085+02:00 yy01...
  2. D

    Possible to use a proxy for the S3 connection in PBS

    Bonjour, Our pbs server doesn't have direct access to internet, we use a http/https Proxy. We try to connect a s3 bucket , but it's seems that it doesn't' pass through it, even with the file /etc/environnement configure. ( in command line the s3 url is working) Is there a way in the...
  3. D

    [SOLVED] Activation of the spamassassin option Shortcircuit

    Bonjour, We have two PMG server ( cluster ). We want to activate the Shortcircuit in spamassassin. we try to modify the configurtaion file : /etc/mail/spamassassin/v320.pre We decomment the loadplugin line for shortcircuit. we reload the service ( systemctl restart pmg-smtp-filter.service...
  4. D

    Filter Spam score for the spamreport mail.

    Bonjour, We have a little issue. If a user blacklist a sender email, the score is 100. The next day, is the user receive another email, the mail is in quarantine , but not block. ( https://forum.proxmox.com/threads/blacklist-not-working.41418/ ). Is it possible to filter the daily report...
  5. D

    Possible to synchronize only one backup between two pbs server?

    Bonjour, We have one PBS ( PBS1 ) on one site synchronize to another PBS ( PBS2 ) one another site. Instance running on the first site doesn't have access to the PBS on the other site. Only 2 pbs are on the same network. we have a small retention on site 1 , and a big on the second site...
  6. D

    Dirty bitmap becomes invalid, after storage migration.

    Bonjour, Can you confirm that the dirty bitmap is always clear after a storage move for a VM hard drive, even if the VM is still running with no reboot? So if we change the storage, we have to re-read oall the data for the backup with PBS ? Thanks.
  7. D

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

    Hello i try tu run the prune command with the proxmox-backup-client like this : with the same command without the option -dry-run : It'a like it stuck for creating the tempfile for the backup, and the command don't work because of it Any idea ?
  8. D

    Backup entire hard drive with proxmox-backup-client , integrity of the data

    I have a question . i backup a file sytem hardrice with proxmox-backup-client Does the proxmox-client doing a "freeze" for the disk-access during the backup like with the qemu agent in the VM ? For example, if we have a database running on the server, a lots of data can be written during the...
  9. D

    Backup one VM with multiple disk to multiple datastore or multiple pbs server

    Bonjour, We want to test a configuration like this : We have a PVE host, with one big vm ( for nfs share/ or CIFS), running on an external ceph, with 100 To. We want to use the dirty bitmap for quick backup because it's a lot of small file...:mad: For example, we can have the VM with 4 disk...
  10. D

    GET /download: 404 Not Found / client.log.blob

    I have this message in the task log on pbs : 24-01-09T06:00:08+01:00: GET /chunk 2024-01-09T06:00:08+01:00: download chunk "/mnt/datastore/Datastore1/.chunks/3efb/3efb5cf7f9d65ae3c6b215dab8efee97f9ab220b9ed82916f7319530a6dc4ed1" 2024-01-09T06:00:08+01:00: GET /download...
  11. D

    Mail filter before Spam scan

    Bonjour, in order to reduce the number of connexion to URIBL, i want to quarantaine/drop some emails which i know are spam, before sending the request to spamassassin. I create a rule in priority 97 with : Action : - modify the subject for knowing if the rule work ( with something i can...
  12. D

    Restore file from PBS GUI from a encrypted backup

    Bonjour, I'am doing some backup test : I have a question : For the backup : if i use the promox-backup-client to backup , for example my home directory to a name space on pbs no problem. if i use the promox-backup-client to backup , for example my home directory to a name space with...
  13. D

    [SOLVED] Problem during Migration with gluster filesystem.

    Bonjour, Everything was working fine ( almost 2 years now), But recently ( since the last update ?) i have a problem with my gluster storage. The other day i try update a vm ( dist-upgrade inside the vm ), and during writting files --> the VM shutdown same after a restauration from a pbs...
  14. D

    After moving infrastructure / backup problem for lxc

    Bonjour, Before i have the container on pve with ceph and backup to pbs. Every ok Now i hac the container on zfs - raid1, and i hace error on backup even on local storage INFO: starting new backup job: vzdump 198 --storage Backup_Day --mode snapshot --remove 0 --node qc5000 INFO: Starting...
  15. D

    Error restore from one server no anohter via PBS error

    Bonjour, here what I try to do server 1 --> backup to pbs --> restore to server 2 When i try to restore, i have this message : Error: error extracting archive - error at entry "random": failed to create device node: Operation not permitted (os error 1) TASK ERROR: unable to restore CT 103...
  16. D

    Possible to restore an entire directory from the gui for a lxc conteneur

    Bonjour, The other day, i want to restore a directory with a lot of file in it. But from the gui, we can only do 1 file at the same, not directory . Is it planned to have the possiblitity to restore easily a entire directory from the gui? Thanks Dark26
  17. D

    Easy way to repair / delete a corrupt directory on ZFS filesystem

    Bonjour, Fisrt of all , it's fresh home lab, so no vm; no critical data. before : root@qc5000:~# zpool status -v pool: rpool state: ONLINE scan: scrub repaired 0B in 0 days 00:00:06 with 0 errors on Fri Oct 2 23:03:48 2020 config: NAME...
  18. D

    Possible to move a backup / group backup / from a datastore to another one?

    Bonjour, Just to know if it's possible or not. Dark26
  19. D

    Automatic Garbage collector error on delete backup.

    Bonjour, I have this message on the task list : 2020-09-03T00:00:00+02:00: starting garbage collection on store Backup_Day 2020-09-03T00:00:00+02:00: task triggered by schedule 'daily' 2020-09-03T00:00:00+02:00: Start GC phase1 (mark used chunks) 2020-09-03T00:00:09+02:00: TASK ERROR: Unable...
  20. D

    View / explore file inside a VM like in a CT

    Bonjour, It's no possible unless if we install a backup agent in the vm itself? Am i right ? Merci Dark26