• Hello,

    when using exclude rules such as “.git/”, “.svn/”, “wp/” plugin also excludes these files from root directory, for example “.gitio”, “wp-config.php” and also it excludes files from other directories that are starting with “.git”, “.svn” or “wp” in this situation.

    So exclude rule like “wp/” actually works as “wp*” which means that not only directory “wp” would be excluded but also every file that is starting with “wp”.

    Quick workaround would be to use “wp/*” to exclude every file from desired directory, but anyway this is not how it should work.

    https://ww.wp.xz.cn/plugins/backupwordpress/

The topic ‘"Excluded Rules" excludes wrong files!’ is closed to new replies.