convert-to-greyed-out-image.sh, upload.sh: Add convert-to-greyed-out-image.sh

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2014-11-26 11:20:59 +00:00
commit c0b7a4e145
2 changed files with 18 additions and 0 deletions

View file

@ -316,6 +316,7 @@ fi
eval `parse_target $target`
case $method in
rsync_ssh)
tmp_dir=/tmp/$login/rsync-ssh
ssh_mkdir $target_file $file_owner $file_group $dir_mode || break
/usr/bin/rsync -az --links -e "$SSH -l $login $IDENTITY" $source $login@$host:$target_file
ssh_chown $target_path $file_owner $file_group