"reads glob patterns in the same format as .gitignore and .dockerignore" <- This doesn't make any sense, .gitignore and .dockerignore files are not the same. For example, in .dockerignore, file names with no path will only match files in the same directory as the .dockerignore file, while in .gitignore it will match any file in the repo. Does rsync interpret the contents of these differently based on the file name, or is this answer just sometimes correct?
↧