vcs-backup.sh
branchv_0
changeset 21 735961d9596e
parent 19 d7978ca64a20
child 23 1222714ae08f
     1.1 --- a/vcs-backup.sh	Wed Apr 24 17:09:27 2019 +0200
     1.2 +++ b/vcs-backup.sh	Wed Apr 24 17:29:04 2019 +0200
     1.3 @@ -17,7 +17,7 @@
     1.4  # along with this program. If not, see <http://www.gnu.org/licenses/>.
     1.5  
     1.6  
     1.7 -# VCS Backup is a configuration for setting up a version control system mirrors.
     1.8 +# VCS Backup is a configuration for setting up VCS (version control system) mirrors.
     1.9  # Currently Mercurial (Hg) and Git are supported.
    1.10  # Features:
    1.11  #  - mirrors remote repositories
    1.12 @@ -279,8 +279,8 @@
    1.13  			pullDuration=$(( $pullFinishedMiliseconds - $pullStartedMiliseconds ));
    1.14  		fi
    1.15  
    1.16 +		printRecfileKeyValue "type"            "$vcsType";
    1.17  		printRecfileKeyValue "serverPath"      "$absolutePath";
    1.18 -		printRecfileKeyValue "type"            "$vcsType";
    1.19  		printRecfileKeyValue "state"           "$state";
    1.20  		printRecfileKeyValue "started"         "$pullStarted";
    1.21  		printRecfileKeyValue "finished"        "$pullFinished";