aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-01 12:20:54 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-01 12:20:54 +0200
commit6c97c4d1ea920b2a53a28fd61386f7df0f5cdf89 (patch)
treea70e004e8de201074aaee54f199d6b1d07629ea7 /shenanigans.sh
parentb2825b5afdf060bcbab34c07b2863e9613af78f9 (diff)
downloaddotfiles-6c97c4d1ea920b2a53a28fd61386f7df0f5cdf89.tar.gz
Cleaning up
Diffstat (limited to 'shenanigans.sh')
-rwxr-xr-xshenanigans.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 94c1c91..e7977e9 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -109,6 +109,8 @@ backup() {
109 cp -Rf /home/$USER/Games/turtlewow/Interface ../twow 109 cp -Rf /home/$USER/Games/turtlewow/Interface ../twow
110 cp -Rf /home/$USER/Games/turtlewow/WTF ../twow 110 cp -Rf /home/$USER/Games/turtlewow/WTF ../twow
111 cp -Rf /home/$USER/Games/turtlewow/start.sh ../twow/ 111 cp -Rf /home/$USER/Games/turtlewow/start.sh ../twow/
112 cp -Rf /home/$USER/Games/turtlewow/icon.png ../twow/
113 cp -Rf /home/$USER/Games/turtlewow/start.sh ../twow/
112 114
113 # Sync with NAS. 115 # Sync with NAS.
114 rsync -azv \ 116 rsync -azv \
@@ -116,6 +118,7 @@ backup() {
116 --exclude '.git/' \ 118 --exclude '.git/' \
117 --exclude '.import/' \ 119 --exclude '.import/' \
118 --exclude '.godot/' \ 120 --exclude '.godot/' \
121 --exclude '.zig-cache/' \
119 --exclude 'node_modules/' \ 122 --exclude 'node_modules/' \
120 --exclude 'digg-v5/' \ 123 --exclude 'digg-v5/' \
121 --delete \ 124 --delete \