Salta al contenuto principale

Acronis Advanced Backup for Linux 11.5 backup fails as a drive (incorrectly shows as full)

Thread needs solution

Hi all,
Been chasing technical support in circles over this:

Essentially AAB11.5 for linux fails on a backup job as it incorrectly sees my XVDC disk as full; works fine if I deselect XVDC from the backup job (skipping the disk from the backup), however I need a copy of this drive for BDR purposes.

I can see plenty of space on the volume via "df -h", reinstalled the Acronis Agent a fair few times, updated it etc.

Anyone have a clue where to start?

Allegato Dimensione
disk3.png 37.84 KB
0 Users found this helpful

Through some fault finding, it appears any new disk added and partitioned also shows as full:

# sudo fdisk /dev/xvdg
(create new primary partition)

# sudo mkfs.ext3 /dev/xvdg1
# sudo mkdir /expdir2
# sudo mount /dev/xvdg1 /expdir
# sudo df -H

Filesystem Size Used Avail Use% Mounted on
/dev/xvda2 11G 3.2G 7.5G 30% /
/dev/xvda1 96M 15M 76M 17% /boot
tmpfs 29G 0 29G 0% /dev/shm
/dev/xvdb 846G 466G 337G 59% /data1
/dev/xvdc 212G 146G 55G 73% /expdir
/dev/xvde 22G 16G 4.8G 77% /apps
/dev/xvdf 53G 17G 34G 34% /data2
/dev/xvdg1 11G 158M 9.9G 2% /expdir2

Edit /etc/fstab

Am I just missing something?

Tony

Hello Tony,

Could you clarify if the backup of this disk fails with an error? If it doesn't fail, does it correctly create the image in terms of size? Or is this just a display issue?

If it fails with an error, could you please copy/paste the full error message here?

Thank you.