mirror of
https://github.com/restic/restic.git
synced 2025-12-23 02:16:14 +00:00
Before, the restorer called the filter function with a relative path, this prevented anchoring absolute patterns (which just never matched). Now call the restore function with an absolute virtual path, starting at the filepath separator. Closes #834