In this page of Linux LVM Howto it's said that "LVM2 creates read/write snapshots by default". In this other page of Red Hat docs it's said that "Because the snapshot is read/write, you can test applications against production data by taking a snapshot and running tests against the snapshot, leaving the real data untouched.".
Other sources on internet say that the mount should be read only to preserve original data.
My use case is pretty typical, I want to take a snapshot of my laptop home partition, mount and backup it somewhere else (usb drive). I just wonder, should I mount the snapshot read-only or read-write?