How to mount an encrypted partition?
Map the partition
cryptsetup luksOpen /dev/sdXN securebackup
Mount the partition
mount /dev/mapper/securebackup /mnt
Map the partition
cryptsetup luksOpen /dev/sdXN securebackup
Mount the partition
mount /dev/mapper/securebackup /mnt