Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 580 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 580 Bytes

bumpquota

Automatically bump quotas for everyone, ignoring users without quota, and users with quotas already higher than the new default quota. Uses repquota, and generates a batch file suitable for input to setquota -b.

building

Use stack.

stack build

usage

bumpquota --block-soft=1000000  --block-hard=1100000 --filesystem=/home | setquota -b /home

will raise any block quota on /home to the given amounts, leaving any users with higher quotas or users without quotas untouched. Also supports inode limits.