Is the backup role on the same server as the control panel? Or another server?
When you run:
ls -lha /
and ls -lha /backups
What do the user, group and permission show for the /backups and /backups-subfolders?
It should be something like this:
drwxr-xr-x 21 root root 4.0K Jun 9 06:07 backups
drwxr-x--- 115 071a936985f84a0fb98f36de8279d932 071a936985f84a0fb98f36de8279d932 4.0K Jul 9 10:41 071a9369-85f8-4a0f-b98f-36de8279d932
drwxr-x--- 103 0f3bad4389ed4f909fe688f0daea4954 0f3bad4389ed4f909fe688f0daea4954 4.0K Jul 9 10:47 0f3bad43-89ed-4f90-9fe6-88f0daea4954
If not, there's ownership/permission issues, which happens a lot with NFS due to how it's built.
JimLam I do a chmod 0777 for the backup directory
Oh no......
JimLam Can we use other backup solution such as Acronis, Veeam, Vembu or Bacula or something?
Sure, if you code it up and make it work. There's the native Enhance backup way, which is the best, easiest and most efficient with the cluster. There's S3, which works but has plenty issues and downsides. The rest is up to yourself.