mirror of https://github.com/restic/restic.git
9 lines
331 B
Plaintext
9 lines
331 B
Plaintext
Change: Empty files now have size of 0 in restic ls --json output
|
|
|
|
Restic ls --json used to omit the sizes of empty files in its output. It now
|
|
reports "size":0 explicitly for regular files, while omitting the size field
|
|
for all other types.
|
|
|
|
https://github.com/restic/restic/issues/3247
|
|
https://github.com/restic/restic/pull/3257
|