|
@@ -664,14 +664,22 @@ public class DistCpOptions {
|
|
", syncFolder=" + syncFolder +
|
|
", syncFolder=" + syncFolder +
|
|
", deleteMissing=" + deleteMissing +
|
|
", deleteMissing=" + deleteMissing +
|
|
", ignoreFailures=" + ignoreFailures +
|
|
", ignoreFailures=" + ignoreFailures +
|
|
|
|
+ ", overwrite=" + overwrite +
|
|
|
|
+ ", skipCRC=" + skipCRC +
|
|
|
|
+ ", blocking=" + blocking +
|
|
|
|
+ ", numListstatusThreads=" + numListstatusThreads +
|
|
", maxMaps=" + maxMaps +
|
|
", maxMaps=" + maxMaps +
|
|
|
|
+ ", mapBandwidth=" + mapBandwidth +
|
|
", sslConfigurationFile='" + sslConfigurationFile + '\'' +
|
|
", sslConfigurationFile='" + sslConfigurationFile + '\'' +
|
|
", copyStrategy='" + copyStrategy + '\'' +
|
|
", copyStrategy='" + copyStrategy + '\'' +
|
|
|
|
+ ", preserveStatus=" + preserveStatus +
|
|
|
|
+ ", preserveRawXattrs=" + preserveRawXattrs +
|
|
|
|
+ ", atomicWorkPath=" + atomicWorkPath +
|
|
|
|
+ ", logPath=" + logPath +
|
|
", sourceFileListing=" + sourceFileListing +
|
|
", sourceFileListing=" + sourceFileListing +
|
|
", sourcePaths=" + sourcePaths +
|
|
", sourcePaths=" + sourcePaths +
|
|
", targetPath=" + targetPath +
|
|
", targetPath=" + targetPath +
|
|
", targetPathExists=" + targetPathExists +
|
|
", targetPathExists=" + targetPathExists +
|
|
- ", preserveRawXattrs=" + preserveRawXattrs +
|
|
|
|
", filtersFile='" + filtersFile + '\'' +
|
|
", filtersFile='" + filtersFile + '\'' +
|
|
'}';
|
|
'}';
|
|
}
|
|
}
|