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

agdsn/bumpquota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published