From f24fde01aa8960897be7b8479c42b5e5f62e619c Mon Sep 17 00:00:00 2001 From: bard Date: Thu, 2 May 2024 15:44:48 -0400 Subject: more directories for backup script --- bin/.local/bin/scripts/backup.sh | 2 ++ bin/.local/bin/scripts/startpage.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/.local') 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/ & -- cgit v1.2.3