RSYNC 同步完成后删除源文件


RSYNC 同步完成后删除源文件

Delete source after successful transfer using rsync
The syntax is:

rsync --remove-source-files -options /path/to/src/ /path/to/dest rsync --remove-source-files -options /path/to/src/ computerB:/path/to/dest rsync --remove-source-files -av /path/to/src/*.avi computerB:/path/to/dest
You can always perform a trial run with no changes made using –dry-run option:

rsync –dry-run –remove-source-files -azv /path/to/Download/*.avi laptop:~/Download
If you like output run the final command without –dry-run option:

rsync –remove-source-files -azv /path/to/Download/*.avi laptop:~/Download


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM