Image backup in beta

Hi,

There is a slight problem developing with only have a single snapshot tech at the moment. If you system contains both LVM and normal “direct” mounts, then snapshotting fails. The client assumes that everything is LVM or everything is dattobd (in my case)

cat /usr/local/etc/urbackup/snapshot.cfg

#This is a key=value config file for determining the scripts/programs to create snapshots

create_filesystem_snapshot=/usr/local/share/urbackup/lvm_create_filesystem_snapshot
remove_filesystem_snapshot=/usr/local/share/urbackup/lvm_remove_filesystem_snapshot
create_volume_snapshot=/usr/local/share/urbackup/dm_create_snapshot
remove_volume_snapshot=/usr/local/share/urbackup/dm_remove_snapshot

Thanks :slight_smile:

Forgot to attach:

2020-11-01 07:09:34: ERROR: Creating snapshot of “/dev/sda2” failed
2020-11-01 07:09:34: ERROR: Snapshotting device /dev/sda2 via dm…
2020-11-01 07:09:34: ERROR: /dev/sda2 is not a device mapper device. Cannot snapshot via dm.
2020-11-01 07:09:34: ERROR: Creating shadowcopy of “/dev/sda2” failed.
2020-11-01 07:09:34: ERROR: Creating shadow copy failed. See client log file for details.
2020-11-01 07:09:34: Sending full image done

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.