added decrypt script (moved from my gist, old script)

This commit is contained in:
wuseman
2021-06-29 05:21:20 +02:00
parent 83a214bc92
commit d6e976b0c3

5
scripts/wsyndecrypt.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# Author: wuseman
# Desc: Mounting encrypted directory via command line on a Synology NAS.
mount -t ecryptfs /volume1/path target_path/ -o key=passphrase:key_file=/path/to/key_file