Proxmox Backup task

issa2020

Active Member
Sep 9, 2020
88
4
28
Hello,

so i got my NAS on backup and i configure a backup of my critical VM

now my probléme PROXMO keep all my backup, how to have a rotate backyp cycle
1603388913631.png

thanks
 
Hi,

you can see the exact command that gets executed using
Code:
cat /etc/cron.d/vzdump
Note that the --remove parameter is not specified. Consequently, it should get the default value 1/true.
Then you have to edit your storage QNAPBackupPROXMO... and set the Max Backups parameter.
Your old backups should be removed when you create a new backup and the maximum number of backups is reached.
 
Hello,

my storage backup get full again :

1604294648103.png

thanks for u response, but i m not understand

so i edit my backupStorage :

1604294401552.png

i can't see the option to set the max parameters :

maybe is this :
(Max number backup ) i put to 10
1604294451479.png

but he is the max storage by VM, or a max storage for all VM ?

EDIT : MAYBE response is this : found here : https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_storage_types

maxfiles
Maximum number of backup files per VM. Use 0 for unlimited.




OR


i have to edit the command line and add the paramater --remove :

1604294599593.png


thanks
 
Last edited:
maybe is this :
(Max number backup ) i put to 10
Exactly. This should be sufficient.

i have to edit the command line and add the paramater --remove :
This should not be necessary.
If the parameter --remove is not specified, then it is automatically enabled (default value).