mirror of
https://github.com/restic/restic.git
synced 2025-05-15 17:48:23 +00:00

In #1590, it was mentioned that while lines read from exclude files via `--exclude-file` have leading and trailing spaces stripped, this is not the case for lines read via `--files-from`. This commit fixes that, spaces are always stripped.