--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はファイルを閉じるまでファイルを転送しないほどスマートですか?