aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shenanigans.sh')
-rwxr-xr-xshenanigans.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 786544d..5304af1 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -101,6 +101,12 @@ backup() {
101 mkdir -p $VHOME/videos 101 mkdir -p $VHOME/videos
102 cp -rfn ~/Videos/* $VHOME/videos/ 102 cp -rfn ~/Videos/* $VHOME/videos/
103 103
104 # Backup Turtle WoW stuff.
105 mkdir -p $VHOME/turtle-wow
106 cp -rfn ~/Games/Turtle/Interface $VHOME/turtle-wow/
107 cp -rfn ~/Games/Turtle/WTF $VHOME/turtle-wow/
108 cp -rfn ~/Games/Turtle/start.sh $VHOME/turtle-wow/
109
104 # Sync with NAS. 110 # Sync with NAS.
105 rsync -azv \ 111 rsync -azv \
106 --exclude '.venv/' \ 112 --exclude '.venv/' \