mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
12 lines
592 B
Plaintext
12 lines
592 B
Plaintext
Bugfix: Restore timestamps and permissions on intermediate directories
|
|
|
|
When using the `--include` option of the restore command, restic restored
|
|
timestamps and permissions only on directories selected by the include pattern.
|
|
Intermediate directories, which are necessary to restore files located in sub-
|
|
directories, were created with default permissions. We've fixed the restore
|
|
command to restore timestamps and permissions for these directories as well.
|
|
|
|
https://github.com/restic/restic/issues/1212
|
|
https://github.com/restic/restic/issues/1402
|
|
https://github.com/restic/restic/pull/2906
|