Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
I wrote a short script to set directory quotas for lots of directories. It uses the metamig utility and dynamically creates the needed xml file.
Usage:
Simply add the basepath and the quotasize as parameters:
eg:
./setquota.sh /media/nss/DAT/user/homedirs 1024000
After listing all affected dirs, you have to confirm the job.
Now the quotas for all directories in the basepath (not in further subdirs) will be set.
After that you can optional save the xml file for executing the job later.
Hint:
Hope that helps somebody!
Tobi