diff -r 8cd5d49dfaa2 -r 735961d9596e vcs-backup.sh --- a/vcs-backup.sh Wed Apr 24 17:09:27 2019 +0200 +++ b/vcs-backup.sh Wed Apr 24 17:29:04 2019 +0200 @@ -17,7 +17,7 @@ # along with this program. If not, see . -# VCS Backup is a configuration for setting up a version control system mirrors. +# VCS Backup is a configuration for setting up VCS (version control system) mirrors. # Currently Mercurial (Hg) and Git are supported. # Features: # - mirrors remote repositories @@ -279,8 +279,8 @@ pullDuration=$(( $pullFinishedMiliseconds - $pullStartedMiliseconds )); fi + printRecfileKeyValue "type" "$vcsType"; printRecfileKeyValue "serverPath" "$absolutePath"; - printRecfileKeyValue "type" "$vcsType"; printRecfileKeyValue "state" "$state"; printRecfileKeyValue "started" "$pullStarted"; printRecfileKeyValue "finished" "$pullFinished";