backup remote error

cabn12

Verified User
Joined
Dec 17, 2019
Messages
137
Good morning, I'm having trouble remotely transferring 4 accounts each with 4.0gb in size to a remote server (backup) with 1.0Tb of disk space. When trying to do the individual backup or with the DA cons, the error below always appears for these accounts, I have a total of 45Gb of space used in the vps and more 77.17 GB free, if I backup in propio vps in the /home/ folder admin/admin_backups backup is done without any error!


Error Compressing the backup file user.admin.corpoemo.tar.gz : pigz: abort: write error on (No space left on device)
/bin/tar: -: Função write falhou: Broken pipe
/bin/tar: Error is not recoverable: exiting now
 
[root@antares ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 4.8G 0 4.8G 0% /dev
tmpfs 4.8G 2.5M 4.8G 1% /dev/shm
tmpfs 4.8G 183M 4.6G 4% /run
tmpfs 4.8G 0 4.8G 0% /sys/fs/cgroup
/dev/vda4 150G 73G 78G 49% /
/dev/vda2 976M 257M 653M 29% /boot
/dev/loop0 4.7G 1.4G 3.1G 32% /tmp
tmpfs 969M 0 969M 0% /run/user/0
[root@antares ~]#
 
as many other options - it's default according to your OS, and if you want to customize it - you must add it to config.
Also you can run backup and startc check from console free disk space to check which partition will be filled up.
 
Hello i' have set now
grep tmp /usr/local/directadmin/conf/directadmin.conf
tmpdir=../../../home/tmp
 
Good it worked. But to help others with kindlike issues.
Did you also changed the backup_tmp_dir to fix this? Or only the tmp_dir setting?
 
Back
Top