-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME.txt
More file actions
23 lines (16 loc) · 817 Bytes
/
Copy pathREADME.txt
File metadata and controls
23 lines (16 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
mount-sshfs.sh and mount-my-sshfs-server.sh
Conveniently mount and unmount with SSHFS.
mount-gocryptfs.sh and mount-my-gocryptfs-vault.sh
Conveniently mount and unmount a gocryptfs encrypted filesystem.
This can be used for example to encrypt files on a USB stick or a similar portable drive.
mount-stacked.sh and mount-my-stacked-filesystems.sh
Mount one filesystem, and then another one on top of it.
For example, mount first with SSHFS for basic file services, and then
with gocryptfs for data encryption.
--- Deprecated script templates ---
mount-encfs.sh
Conveniently mount and unmount an EncFS encrypted filesystem.
Nowadays it is better to use gocryptfs instead.
mount-strato.sh
An older script only kept for future reference. It can mount ( SSHFS or davfs2 )
and then EncFS on top.