rsync exclude according to .gitignore & .hgignore & svn:ignore like --filter=:C

后端 未结 13 2796
没有蜡笔的小新
没有蜡笔的小新 2020-12-22 17:22

Rsync includes a nifty option --cvs-exclude to “ignore files in the same way CVS does”, but CVS has been obsolete for years. Is there any way to make it also ex

13条回答
  •  -上瘾入骨i
    2020-12-22 18:06

    Check out the MERGE-FILES FILTER RULES section in rsync(1).

    It looks like it's possible to create a rsync --filter rule that will include .gitignore files as traverses the directory structure.

提交回复
热议问题