diff options
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 94c1c91..e7977e9 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -109,6 +109,8 @@ backup() { | |||
| 109 | cp -Rf /home/$USER/Games/turtlewow/Interface ../twow | 109 | cp -Rf /home/$USER/Games/turtlewow/Interface ../twow |
| 110 | cp -Rf /home/$USER/Games/turtlewow/WTF ../twow | 110 | cp -Rf /home/$USER/Games/turtlewow/WTF ../twow |
| 111 | cp -Rf /home/$USER/Games/turtlewow/start.sh ../twow/ | 111 | cp -Rf /home/$USER/Games/turtlewow/start.sh ../twow/ |
| 112 | cp -Rf /home/$USER/Games/turtlewow/icon.png ../twow/ | ||
| 113 | cp -Rf /home/$USER/Games/turtlewow/start.sh ../twow/ | ||
| 112 | 114 | ||
| 113 | # Sync with NAS. | 115 | # Sync with NAS. |
| 114 | rsync -azv \ | 116 | rsync -azv \ |
| @@ -116,6 +118,7 @@ backup() { | |||
| 116 | --exclude '.git/' \ | 118 | --exclude '.git/' \ |
| 117 | --exclude '.import/' \ | 119 | --exclude '.import/' \ |
| 118 | --exclude '.godot/' \ | 120 | --exclude '.godot/' \ |
| 121 | --exclude '.zig-cache/' \ | ||
| 119 | --exclude 'node_modules/' \ | 122 | --exclude 'node_modules/' \ |
| 120 | --exclude 'digg-v5/' \ | 123 | --exclude 'digg-v5/' \ |
| 121 | --delete \ | 124 | --delete \ |
