summaryrefslogtreecommitdiff
path: root/mount-crypt
diff options
context:
space:
mode:
Diffstat (limited to 'mount-crypt')
-rwxr-xr-xmount-crypt9
1 files changed, 9 insertions, 0 deletions
diff --git a/mount-crypt b/mount-crypt
new file mode 100755
index 0000000..9c86163
--- /dev/null
+++ b/mount-crypt
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+
+. /home/pks/bin/func.zsh
+check_root
+
+cryptsetup luksOpen /dev/disk/by-id/scsi-SATA_WDC_WD1002FAEX-_WD-WCAW32441082-part1 remote_backup
+mount /dev/mapper/remote_backup /mnt/
+