setquota: Mountpoint (or device) / not found or has no quota enabled

Following a system restore my scheduled backups to Amazon are failing with he log/message:

Creating backup for virtual server domain-name.xx …
setquota: Mountpoint (or device) / not found or has no quota enabled.
setquota: Not all specified mountpoints are using quota.
at /usr/libexec/webmin/web-lib-funcs.pl line 1397.

Can anyone advise how to resolve this issue?

Howdy,

It sounds like it’s saying that quotas may not be enabled on your server.

What is the output of the command “mount”, as well as “cat /etc/fstab”?

-Eric

Thanks for this it turns out that there was no “usrquota,grpquota” added in the fstab line and therefore quotas wouldn’t work, adding seems to have resolved the issue.

Excellent, I’m glad that’s working now!

-Eric