From 1a963b112b61a8423b99d8a79308153f8ed518c8 Mon Sep 17 00:00:00 2001 From: DazAh <9095216+DazAh@users.noreply.github.com> Date: Sun, 13 Oct 2019 01:56:36 +0100 Subject: [PATCH] renamed: executable_dot_musicsync.sh -> executable_dot_musicsync.sh.tmpl --- executable_dot_musicsync.sh => executable_dot_musicsync.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename executable_dot_musicsync.sh => executable_dot_musicsync.sh.tmpl (50%) 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