#!/bin/sh # # Copyright (C) 2000-2017 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # # Upload to File Release System on serfullver # . ./config ver="7.9.0" RSYNC="rsync -av --no-g --progress $upload_opt" do_upload() { where=$1 echo "Creating ${where}:/home/src/$fullver" ssh ${where} <