From: Andrew DeFaria Date: Wed, 5 Oct 2022 16:07:16 +0000 (-0700) Subject: Rsync Mikey & Kent X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b1e926badbd1a3f0b6ffbc446a463b0593bb79b2;p=clearscm.git Rsync Mikey & Kent --- diff --git a/bin/updateSongbook.sh b/bin/updateSongbook.sh index 23bf599..ad08db8 100755 --- a/bin/updateSongbook.sh +++ b/bin/updateSongbook.sh @@ -1,2 +1,6 @@ #!/bin/bash ssh home "cd /opt/songbook && git pull && cd /opt/media && git pull" + +# Removed Kent and Mikey so I need to rsync these +rsync -r /opt/songbook/Kent home:/opt/songbook +rsync -r /opt/songbook/Mikey home:/opt/songbook