zstd: error 25 : Write error

andrepmw

Verified User
Joined
May 4, 2020
Messages
11
I have an error in the backup, does anyone know how to solve it?

Error Compressing the backup file user.admin.username.tar.zst : zstd: error 25 : Write error : Disk quota exceeded (cannot write compressed block)
/bin/tar: -: Escreveu apenas 2048 de 10240 bytes
/bin/tar: Error is not recoverable: exiting now


df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 7.6G 0 7.6G 0% /dev
tmpfs 7.6G 2.8M 7.6G 1% /dev/shm
tmpfs 7.6G 769M 6.8G 10% /run
/dev/vda1 236G 113G 111G 51% /
tmpfs 1.6G 0 1.6G 0% /run/user/0
 
The disk quota exceeded error can also appear if you've maxed out your inodes.

What does df -i output?
 
The disk quota exceeded error can also appear if you've maxed out your inodes.

What does df -i output?
[root@cloud directadmin]# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
devtmpfs 1969846 360 1969486 1% /dev
tmpfs 1974094 10 1974084 1% /dev/shm
tmpfs 1974094 561 1973533 1% /run
/dev/vda1 15663104 2176266 13486838 14% /
tmpfs 1974094 5 1974089 1% /run/user/0
 
and what size of backuped account? it temporary need 2x space to make backup.
 
18.64 GB / 60 GB the account has this configuration and it still shows the error
 
only with all data loss.
or if it just /home partition: copy all data to another partition, reboot to rescue, reformat, modify UUID in fstab, put all data back, reboot from OS. but not sure you can do all this and don't miss owners/permissions in some stage. I don't recommend to do this.
 
Whatever you do, make sure to take off-site backups before doing anything
I always make backups, now there are problems with other accounts, even small accounts. I'm going to reinstall DirectAdmin to see if that fixes it. Thanks
 
maybe you cpecified backup_tmp_dir and it's not enough? or destination dir owned by another user?
 
Back
Top