wav3front
You can try adding a temporary new server, move your backups to it using this method, then reformat the original drive with a smaller -i
value to increase the inode ceiling. For example:
mkfs.ext4 -i 4096 /dev/vda2
This will give you roughly 4x more inodes, which should resolve your issue.
Be sure to check with Adam before proceeding. And let us know how it goes.
Also, if you’re running cPFence on this backup server, it will automatically monitor inode usage and alert you when you’re nearing the limit.