diff options
| author | Christian Rößler | 2013-12-16 19:53:28 +0100 |
|---|---|---|
| committer | Christian Rößler | 2013-12-16 19:53:28 +0100 |
| commit | dede3e3921b65b2c19852d9498ef9899d6dfbfbc (patch) | |
| tree | 29be459ce3adf0db3ce452343d06742c0fade7cd /server/export_target | |
| parent | [qemukvm] Added build script, conf and conf.ubuntu. Alpha, will be checked to... (diff) | |
| parent | [pam-offenburg] Adapt to new pam_script_* format (diff) | |
| download | tm-scripts-dede3e3921b65b2c19852d9498ef9899d6dfbfbc.tar.gz tm-scripts-dede3e3921b65b2c19852d9498ef9899d6dfbfbc.tar.xz tm-scripts-dede3e3921b65b2c19852d9498ef9899d6dfbfbc.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'server/export_target')
| -rwxr-xr-x | server/export_target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/export_target b/server/export_target index ce262538..906c5cdc 100755 --- a/server/export_target +++ b/server/export_target @@ -50,7 +50,7 @@ sync_remote() { #TODO setup link to remote build directory, later this directory will be rsynced or exported to this server... mkdir -p "${SERVER_BUILD_DIR}" || perror "Could not create directory for local copy of remote system ($SERVER_BUILD_DIR)" - rsync -a --numeric-ids --delete -v -e "ssh -oStrictHostKeyChecking=no" "root@$REMOTE_IP:/export/build/*" "$SERVER_BUILD_DIR" + rsync -a --numeric-ids --delete -v -e "ssh -c arcfour -oStrictHostKeyChecking=no" "root@$REMOTE_IP:/export/build/*" "$SERVER_BUILD_DIR" local RET=$? if [ $RET -eq 0 ]; then pinfo "Syncing completed." |
