aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-07-19 22:37:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-07-19 22:37:08 +0200
commit8695cc64dc5778b46fcbe6c5f3c3a960665f33d4 (patch)
tree382d5a6e9dd8e7bc42529c768f34b0ad0dd3e8c6 /shenanigans.sh
parent4045e5e06617831d9ab12f2125d6e1d6fb3223f8 (diff)
downloaddotfiles-8695cc64dc5778b46fcbe6c5f3c3a960665f33d4.tar.gz
Update
Diffstat (limited to 'shenanigans.sh')
-rwxr-xr-xshenanigans.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 96c78ad..cff5f06 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -96,6 +96,10 @@ backup() {
96 find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; 96 find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \;
97 find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; 97 find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \;
98 98
99 mkdir ../twow
100 cp -Rf /home/$USER/Games/turtlewow/Interface ../twow
101 cp -Rf /home/$USER/Games/turtlewow/WTF ../twow
102
99 # Sync with NAS. 103 # Sync with NAS.
100 rsync -azv \ 104 rsync -azv \
101 --exclude '.venv/' \ 105 --exclude '.venv/' \