mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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:
parent
2553a3f0a5
commit
c0b7a4e145
2 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue