Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够拥有我在 bash 脚本中列出的 rsync 复制文件,然后删除源目录中不存在的任何文件(如果我更改脚本中的文件列表)。展开命令如下:
rsync -axSR --delete src_dir1/file1 src_dir2/file2 dst_dir/
但是,rsync 不会删除无关文件。有没有办法做到这一点?
使用这种语法,可能是因为您使用了多个源,而这些源是实际文件。
src_dir为什么不同步to的父目录dst_dir?
src_dir
dst_dir