|
|
@ -92,7 +92,7 @@ public class CopyData {
|
|
|
|
log.info("3202 "+sourceFolderName+"/"+fileName+" is not exists");
|
|
|
|
log.info("3202 "+sourceFolderName+"/"+fileName+" is not exists");
|
|
|
|
return -2;
|
|
|
|
return -2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
String command = "cp -r " + sourceFolderName + "/" + fileName+" "+destFolderName;
|
|
|
|
String command = "cp -rp " + sourceFolderName + "/" + fileName+" "+destFolderName;
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* RunCommand runCommand = new RunCommand();
|
|
|
|
* RunCommand runCommand = new RunCommand();
|
|
|
|
|
|
|
|
|
|
|
|