2021-02-13 23:57:54 +00:00
|
|
|
Enhancement: Add `backup` options `--files-from-{verbatim,raw}`
|
2020-11-20 11:15:16 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
The new `backup` options `--files-from-verbatim` and `--files-from-raw` read a
|
|
|
|
list of files to back up from a file. Unlike the existing `--files-from`
|
|
|
|
option, these options do not interpret the listed filenames as glob patterns;
|
|
|
|
instead, whitespace in filenames is preserved as-is and no pattern expansion is
|
|
|
|
done. Please see the documentation for specifics.
|
2020-11-20 11:15:16 +00:00
|
|
|
|
2021-02-13 23:57:54 +00:00
|
|
|
These new options are highly recommended over `--files-from`, when using a
|
|
|
|
script to generate the list of files to back up.
|
2020-11-20 11:15:16 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2944
|
|
|
|
https://github.com/restic/restic/issues/3013
|