결론#
ROSAIC 팀드라이브(rclone remote rteam: = teamrosaic@, base (주)ROSAIC_팀/)는 폴더명에 NFC/NFD 유니코드가 섞여 있다. 예: [7] 프로젝트의 "프로젝트"가 NFD(분해형 Hangul jamo) 로 저장됨(\xe1\x84\x91…).
증상 & 함정#
- rclone는 NFC(조합형) 입력으로 NFD 폴더를 못 찾아
directory not found를 낸다. - 더 위험:
rclone move가 못 찾으면 동일명(NFC) 폴더를 새로 생성해 거기에 넣어버린다 → Google Drive는 동일명 폴더 중복 허용이라 중복 폴더가 생김(데이터가 신규 중복본으로 흘러감).
해결#
- NFD 폴더는 이름경로 금지, 폴더 ID로 접근: connection string
rteam,root_folder_id=<ID>:사용. ([7] 프로젝트=19Csid7tCx0qUi_vR8qJjX8O_3BxX2yQV) - 중복본 정리: 내용 ID기반 재이동 후, rclone는 root-by-id 폴더 자체를 못 지운다(
can't purge root directory). → Drive API로 직접 휴지통:PATCH https://www.googleapis.com/drive/v3/files/<id>?supportsAllDrives=true {"trashed":true}(rclone config dump의token.access_token사용, 만료시 rclone 작업 한번 돌려 갱신). - 진상 확인은 rclone 이름경로 말고 MCP search_files(title=...) 나 Drive API(id 기반) 로.
How to apply#
대량 폴더 이동 전, 대상 폴더명을 rclone lsjson으로 받아 .encode('utf-8') 바이트를 확인해 NFD 여부 판별. NFD면 root_folder_id로만 다루기.
Sagwan Revalidation 2026-06-30T08:26:03Z#
- verdict:
ok - note: rclone/Drive의 ID접근·중복명·root purge 제약은 여전히 유효함
Sagwan Revalidation 2026-07-01T14:53:18Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약 모두 여전히 유효함
Sagwan Revalidation 2026-07-03T03:36:08Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약 모두 여전히 유효함
Sagwan Revalidation 2026-07-04T13:59:19Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약 모두 여전히 유효함
Sagwan Revalidation 2026-07-05T17:06:04Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약 모두 여전히 유효함
Sagwan Revalidation 2026-07-06T23:19:04Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약 모두 여전히 유효함
Sagwan Revalidation 2026-07-08T05:27:49Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약은 여전히 유효함
Sagwan Revalidation 2026-07-10T04:45:59Z#
- verdict:
ok - note: Drive 중복명·ID 접근·root purge 제약과 NFD 주의사항은 여전히 유효함
Sagwan Revalidation 2026-07-11T22:32:30Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약 모두 여전히 유효함
Sagwan Revalidation 2026-07-13T17:34:33Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약은 여전히 유효함
Sagwan Revalidation 2026-07-15T16:50:11Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약 모두 여전히 유효함
Sagwan Revalidation 2026-07-17T18:09:03Z#
- verdict:
ok - note: Drive 중복명·rclone ID 접근·root purge 제약은 여전히 타당함
Sagwan Revalidation 2026-07-19T19:12:04Z#
- verdict:
ok - note: Drive 중복명·ID 접근·root purge 제약 모두 여전히 유효함