INODE usage and can I reduce it

inodeusageweb-hosting

My webserver keeps giving me the error backup failed due to high INODE usage…
What is this and how can I prevent it?

Best Answer

To over-simplify, an inode is an entry in the filesystem's database. An inode can represent a directory or a file, among other things. If you have run out of inodes, then you likely have too many files on your volume. If you can, delete some files or move them to another volume. Another option might be to tar or compress a bunch of files in to one file.

See https://unix.stackexchange.com/questions/26598/how-can-i-increase-the-number-of-inodes-in-an-ext4-filesystem