Skip to content

Commit 1e21887

Browse files
committed
Add gocryptfs
1 parent f86251f commit 1e21887

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

apt/install_software.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ PYTHON_PACKAGES=(
4949
"python3-dev" "python3-setuptools" "python3-venv" "python3-wheel"
5050
)
5151
UTILS_PACKAGES=(
52-
"autojump" "autossh" "bleachbit" "cifs-utils" "curl" "dislocker" "fastfetch" "git-delta" "gpg-agent" "links"
53-
"mtr-tiny" "optipng" "pdftk" "pandoc" "rclone" "ssh-tools" "texlive-full" "traceroute"
54-
"wget" "wireguard" "xindy" "yt-dlp" "zsh"
52+
"autojump" "autossh" "bleachbit" "cifs-utils" "curl" "dislocker" "fastfetch" "git-delta"
53+
"gocryptfs" "gpg-agent" "links" "mtr-tiny" "optipng" "pdftk" "pandoc" "rclone" "ssh-tools"
54+
"texlive-full" "traceroute" "wget" "wireguard" "xindy" "yt-dlp" "zsh"
5555
)
5656
APT_PACKAGES=("${BASE_PACKAGES[@]}" "${DEV_PACKAGES[@]}" "${DOCKER_PACKAGES[@]}" "${GUI_PACKAGES[@]}" "${PYTHON_PACKAGES[@]}" "${UTILS_PACKAGES[@]}")
5757

backup/rsync_exclude_home.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ FTBA
8282
miniconda3
8383
snap
8484
Syncthing
85+
Vaults
8586
VirtualBox
8687
Zotero

testing/perftest.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ else
4242
echo "Speedtest was not found."
4343
fi
4444

45+
if command -v gocryptfs &> /dev/null; then
46+
echo "Running gocryptfs benchmark."
47+
gocryptfs -speed |& tee "${DIR}/gocryptfs.txt"
48+
fi
49+
4550
# These are managed by PTS
4651
# 7z b -mmt1 |& tee "${DIR}/7z_single_thread.txt"
4752
# 7z b |& tee "${DIR}/7z.txt"

0 commit comments

Comments
 (0)