|
@@ -19,7 +19,7 @@ import java.nio.charset.StandardCharsets;
|
|
@Component
|
|
@Component
|
|
public class RsyncSceneListener {
|
|
public class RsyncSceneListener {
|
|
|
|
|
|
- public final static String RSYNC_CMD = "rsync -avP -e 'ssh -p $port' $source $user@$host:$dest --info=progress2";
|
|
|
|
|
|
+ public final static String RSYNC_CMD = "rsync -avP -e 'ssh -p $port' $source $user@$host:$dest";
|
|
|
|
|
|
@Value("${rsync.host}")
|
|
@Value("${rsync.host}")
|
|
private String host;
|
|
private String host;
|