그 데이,
rsync를 사용하여 다음과 같은 원격 폴더 트리를 재귀 적으로 동기화하고 있습니다.
/folderA/a1/cache
/folderA/a1/cache/A1
/folderA/a1/cache/A2
/folderA/a1/somefolder
/folderA/a1/someotherfolder
/folderA/a2/somefolder/cache
/folderB/cache/
/folderB/b1/somefolder/cache
/folderB/b1/somefolder/yetanotherfolder/cache
/folderB/b1/somefolder/yetanotherfolder/cache/B1
/folderB/b1/somefolder/yetanotherfolder/cache/B2
폴더 트리의 모양을 모르며 시간이 지남에 따라 변경됩니다. 따라서 내가 할 수있는 것은 위의 재귀 적 으로 재 동기화 하지만 폴더 "캐시"와 하위 폴더를 제외 하여 궁극적으로 동기화를 끝내는 것입니다.
/folderA/a1
/folderA/a1/somefolder
/folderA/a1/someotherfolder
/folderA/a2/somefolder
/folderB/
/folderB/b1/somefolder
/folderB/b1/somefolder/yetanotherfolder/
어떤 제안?
rsync 필터 자습서 도 참조하십시오 .
—
Gilles 'SO- 악마 그만해'