gpt4 book ai didi

Linux:从目标中删除已从源中删除的文件

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:24:38 25 4
gpt4 key购买 nike

我想达到以下目的:

  1. create destination folder, if it does not exist.
  2. copy the files, which has been changed from source foo/src to destination foo/dest
  3. if some files has been been removed from src, then remove them also from destination.

我尝试了以下方法:

1. mkdir -p foo/dest
2. yes | cp -a -u foo/src/* foo/dest
3. how to do step 3?

我不确定第 2 步,我不知道要达到第 3 点。我希望有人能提供帮助。

最佳答案

您可以使用 rsync --delete 而不是 cp 同时执行第 2 步和第 3 步。

关于Linux:从目标中删除已从源中删除的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37384050/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com