2021-02-01 14:56:36 +00:00
|
|
|
Change: Empty files now have size of 0 in restic ls --json output
|
|
|
|
|
2021-08-02 08:12:55 +00:00
|
|
|
Restic's `ls --json` command used to omit the sizes of empty files in its
|
|
|
|
output. It now reports a size of zero explicitly for regular files, while
|
|
|
|
omitting the size field for all other types.
|
2021-02-01 14:56:36 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3247
|
|
|
|
https://github.com/restic/restic/pull/3257
|