aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-01-11 01:39:49 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-01-11 01:39:49 +0100
commit9a230517f63f86dc35c0b9e5a449faed24c7ef54 (patch)
treed7a2bdea12274ec92435f71f105c0a4c7e19d4a1 /shenanigans.sh
parent92900cd02d13ec890568a87229ea552b90512773 (diff)
downloaddotfiles-9a230517f63f86dc35c0b9e5a449faed24c7ef54.tar.gz
Added Turtle WoW to backup
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/' \