diff --git a/scripts/wsyndecrypt.sh b/scripts/wsyndecrypt.sh new file mode 100644 index 0000000..261605f --- /dev/null +++ b/scripts/wsyndecrypt.sh @@ -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 \ No newline at end of file