I installed a fresh Veeam Backup & Replication 13.1 server on Windows Server 2025, a fresh Veeam Infrastructure Appliance 13.1 with iSCSI and mounted there a fresh created LUN from a QNAP NAS. Nothing hardened here. Now when I want to create a new backup repository I get the error "veeam-grp-backup group has no rights on the backup folder". This is very strange, since everything was installed as default. Checking the group via SSH, it's indeed another one.
I followed https://www.veeam.com/kb4822 but with no luck.
Code: Select all
[veeamadmin@veeamrep01 ~]$ ls -l /var/lib/veeam
total 0
drwxrwx---. 2 veeam-usr-transportsvc veeam-grp-backup 6 Aug 2 18:56 backup
drwxrwxrwt. 2 root root 6 Aug 2 18:56 dump
drwxr-x--x. 3 root veeam-grp-hostmannotify 21 Aug 2 19:03 messages
dr-xr-x--x. 3 root veeam-grp-data 19 Aug 2 19:39 veeam_storages
[veeamadmin@veeamrep01 ~]$ ls -l /var/lib/veeam/veeam_storages/
total 0
drwxrwsr-x. 2 root veeam-grp-data 6 Aug 2 19:39 NAS01
[veeamadmin@veeamrep01 ~]$
[veeamadmin@veeamrep01 ~]$ ls -l /var/lib/veeam/veeam_storages/NAS01/
total 0
[veeamadmin@veeamrep01 ~]$
[veeamadmin@veeamrep01 ~]$ sudo su
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for veeamadmin:
veeamadmin is not in the sudoers file. This incident will be reported.
[veeamadmin@veeamrep01 ~]$
[veeamadmin@veeamrep01 ~]$ sudo chown :veeam-grp-backup /var/lib/veeam/veeam_storages
[sudo] password for veeamadmin:
veeamadmin is not in the sudoers file. This incident will be reported.
[veeamadmin@veeamrep01 ~]$
root access was enabled on the overview page.