본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.
도움말
기여자
변경 제안
SMB입니다 help
Command 명령 명령 목록, 명령 매개 변수 및 각 매개 변수에 대한 간략한 설명을 표시합니다. 이 명령은 XCP를 처음 사용하는 초보자에게 매우 유용합니다.
구문
예제 보기
C:\Users\Administrator\Desktop\xcp>xcp --help usage: xcp [-h] [-version] {scan,show,listen,configure,copy,sync,verify,license,activate,help} ... optional arguments: -h, --help show this help message and exit -version show program's version number and exit XCP commands: {scan,show,listen,configure,copy,sync,verify,license,activate,help} scan Read all the files in a file tree show Request information from host about SMB shares listen Run xcp service configure Configure xcp.ini file copy Recursively copy everything from source to target sync Sync target with source verify Verify that the target is the same as the source license Show xcp license info activate Activate a license on the current host help Show help for commands
도움말 <command>
<command>를 와 함께 사용합니다 help
지정된 <command>에 대한 예제 및 옵션 세부 정보를 표시합니다.
구문
다음 출력 예제에서는 의 세부 정보, 사용, 인수 및 선택적 인수를 보여 줍니다 sync
명령.
예제 보기
C:\Users\Administrator\Desktop\xcp>xcp help sync usage: xcp sync [-h] [-v] [-parallel <n>] [-match <filter>] [-preserve-atime] [-noatime] [-noctime] [-nomtime] [-noattrs] [-noownership] [-atimewindow <float>] [-ctimewindow <float>] [-mtimewindow <float>] [-acl] [-fallback-user FALLBACK_USER] [-fallback-group FALLBACK_GROUP] [-l] source target Note: ONTAP does not let a SMB client modify COMPRESSED or ENCRYPTED attributes. XCP sync will ignore these file attributes. positional arguments: source target optional arguments: -h, --help show this help message and exit -v increase debug verbosity -parallel <n> number of concurrent processes (default: <cpu-count>) -match <filter> only process files and directories that match the filter see `xcp help -match` for details) -preserve-atime restore last accessed date on source -noatime do not check file access time -noctime do not check file creation time -nomtime do not check file modification time -noattrs do not check attributes -noownership do not check ownership -atimewindow <float> acceptable access time difference in seconds -ctimewindow <float> acceptable creation time difference in seconds -mtimewindow <float> acceptable modification time difference in seconds -acl copy security information -fallback-user FALLBACK_USER a user on the target machine to receive the permissions of local (nondomain)source machine users (eg. domain\administrator) -fallback-group FALLBACK_GROUP a group on the target machine to receive the permissions oflocal (non-domain) source machine groups (eg. domain\administrators) -l increase output -root sync acl for root directory C:\Users\Administrator\Desktop\xcp>