diff --git a/changelog/unreleased/pull-1891 b/changelog/unreleased/pull-1891 new file mode 100644 index 000000000..d9c6aee9e --- /dev/null +++ b/changelog/unreleased/pull-1891 @@ -0,0 +1,6 @@ +Enhancement: Accept glob in paths that are in file loaded with --file-from + +Before that, behaviour was different if paths were appended to command line or from a file, because wildcard characters were expanded by shell if appended to command line, but not expanded if loaded from file +https://github.com/restic/restic/issues/1891 + +