Environment:
-
UrBackup server: 2.5.31 (Infscape CE 1.14.0)
-
UrBackup client: 2.5.24
-
OS: Ubuntu 24.04.2 LTS, kernel 6.8.0
-
Snapshot method: Option 4 — device mapper snapshots
Issue:
After installing the Linux client and selecting option 4 (device mapper snapshots), the client reports capability_bits: 69632. Decoding this:
-
Bit 16 (dm snapshot support):
set -
Bit 2 (image backup capability):
not set
The server therefore never dispatches image backups to this client. File backups work correctly.
What we’ve confirmed:
-
dm_create_volume_snapshotsucceeds — the snapshot device is created and mountable -
The snapshot mechanism works; the client binary simply doesn’t advertise image capability to the server
-
dattobd is not available on kernel 6.8 (no Ubuntu 24.04 packages)
-
elastio-snap loads but has no UrBackup integration path
Secondary symptom: When snapshot attempts fail, the client leaves /.overlay_* files on the root filesystem. These are sparse files backed by the dm cow-storage device and can fill the root volume completely if left unchecked.
Question: Is there a known fix or workaround to force the image capability bit to be set for dm snapshots on kernel 6.8? Is this addressed in any client version after 2.5.24?