aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbard <[email protected]>2024-05-02 15:44:48 -0400
committerbard <[email protected]>2024-05-02 15:44:48 -0400
commitf24fde01aa8960897be7b8479c42b5e5f62e619c (patch)
tree2bce1c99b7e2adfa0b4c6596f13e3c0f06db536a
parent1d17a5fde0045c2ef4b00e140a604f9ecce06a9b (diff)
more directories for backup script
-rwxr-xr-xbin/.local/bin/scripts/backup.sh2
-rwxr-xr-xbin/.local/bin/scripts/startpage.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/backup.sh b/bin/.local/bin/scripts/backup.sh
index acf6ad8..6b2253b 100755
--- a/bin/.local/bin/scripts/backup.sh
+++ b/bin/.local/bin/scripts/backup.sh
@@ -10,6 +10,8 @@ SOURCE_DIRS=(
"/home/bard/Repositories/"
"/home/bard/Music/"
"/home/bard/Videos/"
+ "/home/bard/dotfiles/"
+ "/home/bard/Mail/"
)
DESTINATION_BASE="/mnt/hdd/"
diff --git a/bin/.local/bin/scripts/startpage.sh b/bin/.local/bin/scripts/startpage.sh
index 7e95dc6..623bbb0 100755
--- a/bin/.local/bin/scripts/startpage.sh
+++ b/bin/.local/bin/scripts/startpage.sh
@@ -1 +1,3 @@
-python3 -m http.server -b 127.0.0.1 8080 -d /home/bard/Code/vivendi-startpage/ & python3 -m http.server -b 127.0.0.1 6969 -d /home/bard/Code/operandi-startpage/
+python3 -m http.server -b 127.0.0.1 8080 -d /home/bard/Code/vivendi-startpage/ &
+python3 -m http.server -b 127.0.0.1 6969 -d /home/bard/Code/operandi-startpage/ &
+python3 -m http.server -b 127.0.0.1 2777 -d /home/bard/Code/blocked/ &