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 ?
i try tu run the prune command with the proxmox-backup-client like this :
/usr/bin/proxmox-backup-client prune vm/test-test-rrrrrrrrrrrrrrrrrrrrrrrrrr --keep-last 2 --keep-daily 5 --keep-weekly 2 --keep-monthly 1 --keep-yearly 1 --ns test/testttt --dry-run
┌─────────────────────────────────────────────────────────────────────────────────────────┬──────────────────────────┬────────┐
│ snapshot │ date │ action │
╞═════════════════════════════════════════════════════════════════════════════════════════╪══════════════════════════╪════════╡
│ vm/test-test-rrrrrrrrrrrrrrrrrrrrrrrrrr/2025-04-02T13:35:59Z │ Wed Apr 2 15:35:59 2025 │ remove │
├─────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────────┼────────┤
│ vm/test-test-rrrrrrrrrrrrrrrrrrrrrrrrrr/2025-04-02T14:32:44Z │ Wed Apr 2 16:32:44 2025 │ keep │
├─────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────────┼────────┤
│ vm/test-test-rrrrrrrrrrrrrrrrrrrrrrrrrr/2025-04-03T01:23:02Z │ Thu Apr 3 03:23:02 2025 │ keep │
├─────────────────────────────────────────────────────────────────────────────────────────┼──────────────────────────┼────────┤
│ vm/test-test-rrrrrrrrrrrrrrrrrrrrrrrrrr2025-04-03T09:04:27Z │ Thu Apr 3 11:04:27 2025 │ keep │
└─────────────────────────────────────────────────────────────────────────────────────────┴──────────────────────────┴────────┘
with the same command without the option -dry-run :
/usr/bin/proxmox-backup-client prune vm/test-test-rrrrrrrrrrrrrrrrrrrrrrrrrr --keep-last 2 --keep-daily 5 --keep-weekly 2 --keep-monthly 1 --keep-yearly 1 --ns test/testttt
Error: mkstemp "/var/log/proxmox-backup/tasks/09/UPID:xxxxxxxxxx:0000009A:67EE5660rune:xx\\x3xffcue\\x2dfffre\\x2dfffsis\\x2dff726c5e35\\x2d1c2e\\x2d4c40\\x2da4d9\\x2d2cd3628\\x3avdff\\x2dre\\x2doafffs\\x2fff9\\x2d726c5e35\\x2d1c2e\\x2d4c40\\x2da4d9\\x2d2cd3628afc9c:backup_pbs@pbs!baxxxxx:.tmp_XXXXXX" failed: ENAMETOOLONG: File name too long
It'a like it stuck for creating the tempfile for the backup, and the command don't work because of it
Any idea ?