diff options
| author | bard <[email protected]> | 2024-05-02 15:44:48 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-05-02 15:44:48 -0400 |
| commit | f24fde01aa8960897be7b8479c42b5e5f62e619c (patch) | |
| tree | 2bce1c99b7e2adfa0b4c6596f13e3c0f06db536a /bin/.local | |
| parent | 1d17a5fde0045c2ef4b00e140a604f9ecce06a9b (diff) | |
more directories for backup script
Diffstat (limited to 'bin/.local')
| -rwxr-xr-x | bin/.local/bin/scripts/backup.sh | 2 | ||||
| -rwxr-xr-x | bin/.local/bin/scripts/startpage.sh | 4 |
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/ & |
