mirror of
https://github.com/darknebular/Synology_Commands.git
synced 2025-07-21 23:44:22 +00:00
added decrypt script (moved from my gist, old script)
This commit is contained in:
5
scripts/wsyndecrypt.sh
Normal file
5
scripts/wsyndecrypt.sh
Normal 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
|
Reference in New Issue
Block a user