--remove-source-files 옵션과 함께 rsync를 사용하고 싶습니다. 다음과 같은 명령을 사용하여 디렉터리를 가리킬 계획입니다.
rsync -avm --remove-source-files --include='*.dat' -f 'hide,! */' . /destination_dir
디렉토리에 쓰기 위해 파일을 열면 rsync는 파일을 닫을 때까지 파일을 전송하지 않을 만큼 똑똑합니까?
--remove-source-files 옵션과 함께 rsync를 사용하고 싶습니다. 다음과 같은 명령을 사용하여 디렉터리를 가리킬 계획입니다.
rsync -avm --remove-source-files --include='*.dat' -f 'hide,! */' . /destination_dir
디렉토리에 쓰기 위해 파일을 열면 rsync는 파일을 닫을 때까지 파일을 전송하지 않을 만큼 똑똑합니까?