diff --git a/executable_dot_musicsync.sh b/executable_dot_musicsync.sh.tmpl similarity index 50% rename from executable_dot_musicsync.sh rename to executable_dot_musicsync.sh.tmpl index f8aa506..309e960 100644 --- a/executable_dot_musicsync.sh +++ b/executable_dot_musicsync.sh.tmpl @@ -1,7 +1,7 @@ #!/usr/bin/sh #Rsync Music from server to local HDD. -rsync -azhP --info=progress2 --stats "root@192.168.1.10:/mnt/user/Darren/Personal Files/Music/Albums" /mnt/HDD2/Music -s --delete +rsync -azhP --info=progress2 --stats "{{ .musicsyncpath }}" /mnt/HDD2/Music -s --delete if [ $? -eq 0 ]; then echo "Sync Complete" else