[SOLVED] Schedule backup not starting

Nenes71

Member
Jun 27, 2022
15
2
8
Hello,
After upgrading my proxmox cluster my schedule backup don't start.
I try to remove mys backup tasks with GUI and add a new on but my task don't start.
I seen nothing in task ans cluster log

pveversion
Code:
pve-manager/7.4-3/9002ab8a (running kernel: 5.15.102-1-pve)

pvesh ls /cluster/backup/
Code:
-rw-d        backup-5327e941-4ae7
-rw-d        backup-af22908d-a076

pvesh get /cluster/backup/backup-5327e941-4ae7
Code:
┌──────────────────┬────────────────────────────┐
│ key              │ value                      │
╞══════════════════╪════════════════════════════╡
│ enabled          │ 1                          │
├──────────────────┼────────────────────────────┤
│ id               │ backup-5327e941-4ae7       │
├──────────────────┼────────────────────────────┤
│ mailnotification │ always                     │
├──────────────────┼────────────────────────────┤
│ mailto           │ info@xx.com │
├──────────────────┼────────────────────────────┤
│ mode             │ snapshot                   │
├──────────────────┼────────────────────────────┤
│ notes-template   │ {{guestname}}              │
├──────────────────┼────────────────────────────┤
│ repeat-missed    │ 0                          │
├──────────────────┼────────────────────────────┤
│ schedule         │ 21:00                      │
├──────────────────┼────────────────────────────┤
│ storage          │ pbs.xx.com           │
├──────────────────┼────────────────────────────┤
│ type             │ vzdump                     │
├──────────────────┼────────────────────────────┤
│ vmid             │ 200                        │
└──────────────────┴────────────────────────────┘

What did I miss ?
thanks