From 8695cc64dc5778b46fcbe6c5f3c3a960665f33d4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 19 Jul 2024 22:37:08 +0200 Subject: Update --- shenanigans.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shenanigans.sh') diff --git a/shenanigans.sh b/shenanigans.sh index 96c78ad..cff5f06 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -96,6 +96,10 @@ backup() { find /home/$USER/Videos -type f -name "*.webm" -exec cp -n {} $VHOME/videos/ \; find /home/$USER/Pictures -type f -name "*.png" -exec cp -n {} $VHOME/pictures/ \; + mkdir ../twow + cp -Rf /home/$USER/Games/turtlewow/Interface ../twow + cp -Rf /home/$USER/Games/turtlewow/WTF ../twow + # Sync with NAS. rsync -azv \ --exclude '.venv/' \ -- cgit v1.2.3