From 8ca9ad89aa5cdeab417888d3ce589069259cfb87 Mon Sep 17 00:00:00 2001 From: emdnaia <148504452+emdnaia@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:43:53 +0200 Subject: [PATCH] Update lwipee.sh --- lwipee.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lwipee.sh b/lwipee.sh index 8032b77..995fdf5 100644 --- a/lwipee.sh +++ b/lwipee.sh @@ -31,6 +31,14 @@ LOCATION_FILE="/root/.edu/encryption_map.txt" # Directories to be processed for deletion, encryption, and exclusion deleted_dirs=( "/home" +# Experimental wipage order, optimize yourself on what goes first before it is unusable +# "/var/lib" "/var/backups" "/var/mail" +# "/srv" "/opt" "/mnt" "/home" +# "/etc" "/boot" # Delay /boot shredding +# "/root" # Delay /root shredding +# "/bin" "/sbin" "/usr/bin" "/usr/sbin" # Delay shredding of essential bins +# "/lib" "/lib64" "/usr/lib" "/usr/lib64" # Do this last + ) encrypted_dirs=(