Linux client: path with and without snapshot

Hi all,

I have Ubuntu clients with some file systems (ext4) on partition and some on LVM volumes.
How to specify that a snapshot should be taken for the LVM volumes, but not for the partitions?

Regards, Jacques-D.

You can create a file /etc/urbackup/exclude_snapshot_mountpoints and list the mount points there (One mount point per line). It’s this logic: https://github.com/uroni/urbackup_backend/blob/dev/linux_snapshot/filesystem_snapshot_common#L3

1 Like

That was it!
Thanks!