Linux Image Backup Setting

Dear All,

I’m having issues to run image backup for Linux Server. Below is some details of my configuration.

OS: Rocky Linux release 9.6 (Blue Onyx)
Disk:
Filesystem Size Used Avail Use% Mounted on
devtmpfs 4.0M 0 4.0M 0% /dev
tmpfs 1.8G 340K 1.8G 1% /dev/shm
tmpfs 732M 9.2M 722M 2% /run
/dev/mapper/rl-root 70G 12G 59G 17% /
/dev/sda1 960M 366M 595M 39% /boot
/dev/mapper/rl-home 125G 1.5G 124G 2% /home
tmpfs 366M 80K 366M 1% /run/user/42
tmpfs 366M 60K 366M 1% /run/user/0

[root@localhost ~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 200G 0 disk
├─sda1 8:1 0 1G 0 part /boot
└─sda2 8:2 0 199G 0 part
├─rl-root 253:0 0 70G 0 lvm /
├─rl-swap 253:1 0 3.9G 0 lvm [SWAP]
├─rl-home 253:2 0 125G 0 lvm /home
└─rl-root-a31725acca86421d-clone-era 253:3 0 70G 0 dm
├─rl-root-a31725acca86421d-era-metadata 253:4 0 3M 0 dm
│ └─rl-root-a31725acca86421d-clone 253:6 0 70G 0 dm
├─rl-root-a31725acca86421d-era-metadata-access 253:5 0 3M 0 dm
├─rl-root-a31725acca86421d-clone 253:6 0 70G 0 dm
└─rl-root-811cd77abedfb8dde99e8c41274887f0581725595b0aecf9-cow-storage 253:7 0 5G 0 dm

Error logs:
2025-07-28 12:45:41: ERROR: Backup failed
2025-07-28 12:45:42: WARNING: Exponential backoff: Waiting at least 0ms before next image backup
2025-07-28 12:45:42: ERROR: Error creating image backup destination.

2025-07-28 12:45:42: ERROR: Backup failed
2025-07-28 12:45:43: WARNING: Exponential backoff: Waiting at least 0ms before next image backup
2025-07-28 12:45:43: ERROR: Error creating image backup destination.
2025-07-28 12:45:43: ERROR: Backup failed

Volume to backup: /dev/sda

This may be an odd question, but why the odd text in the backup? Why not just /dev/sda ?

I know nothing of Image backups on Linux as I stick to file backups. But in my case I just type the path normally.

Dear BatterPudding,

Thanks for pointing this out. I was entering /dev/sda as the volume to backup. After save it and go back and check, it auto become that odd text.