http://xolairc7mt7smgr356og3kej2bldcmikok42eeo7pzqcbfhfrpklmsid.onion/20250617
AKA all users
for i in $(cat .userssh) ; do btrfs qgroup limit 2G 0/$i . ; done # Privileged SSH users.
for i in $(cat .userlist) ; do cp snapshot/$i/* snapshot/$i/.* $i/ -rf ; done This was relatively pleasant to to setup. I had also looked into ext4 user quotas, however I decided, since I was going to be using a loopback filesystem either way, I may aswell opt for the one with compression and learn both ways of doing it. due to new users, I had gotten a bug to secure precious data, and...