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