fast_sync_directories
Sync directories between source and target with options for mirroring, updating, or merging files. Choose to delete extra files, preserve newer ones, exclude specific patterns, or preview changes with a dry run.
Instructions
두 디렉토리를 동기화합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delete_extra | No | 대상에만 있는 파일 삭제 | |
dry_run | No | 실제 실행 없이 미리보기 | |
exclude_patterns | No | 제외할 패턴들 | |
preserve_newer | No | 더 새로운 파일 보존 | |
source_dir | Yes | 원본 디렉토리 | |
sync_mode | No | 동기화 모드 | update |
target_dir | Yes | 대상 디렉토리 |