Solved Quota exceeded how to free space?

Hi guys,

while updating my VPS and bastilleBSD I didn't realized I filled all my space:

Code:
df
Filesystem                                1K-blocks    Used   Avail Capacity  Mounted on
/dev/ufs/rootfs                            10143476 9508112 -176112   102%    /
devfs                                             1       1       0   100%    /dev
/usr/local/bastille/releases/13.2-RELEASE  10143476 9508112 -176112   102%    /usr/local/bastille/jails/gmid/root/.bastille
/var/www                                   10143476 9508112 -176112   102%    /usr/local/bastille/jails/gmid/root/var/www
devfs                                             1       1       0   100%    /usr/local/bastille/jails/gmid/root/dev

Not sure if does exist some specific commandsor if a simple reboot will free temporary files thanks!

?
 
Manpage came to help:

Code:
destroy     Destroy a stopped container or a FreeBSD release.

You can't delete it manually:

Code:
# bastille destroy 13.1-RELEASE
Deleting base: 13.1-RELEASE

?
 
Back
Top