Our hardened repository out of space and I want to remove some backup files. I ccould enable the SSH, and I can connect to the Veeam Hardened Repository with veeamsvc user. I followed these commands:
Code: Select all
cd /file location
lsattr -l
chattr -i
lsattr -l
rm backup filename Code: Select all
[veeamsvc@SRV-HARDENEDREPO01 Szinva_Productive_VMs_backup_job]$ sudo chattr -i ./VM_name.vm-52920D2026-09-03T010001_78B1.vbk
[sudo] password for veeamsvc:
Sorry, user veeamsvc is not allowed to execute '/bin/chattr -i ./VM_name.vm-52920D2026-09-03T010001_78B1.vbk' as root on reposerver.Thanks