aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
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/' \