2024-07-24 17:28:45 +00:00
|
|
|
Bugfix: Handle unreadable xattrs in folders above `backup` source
|
2024-01-31 19:48:03 +00:00
|
|
|
|
2024-07-24 17:28:45 +00:00
|
|
|
When backup sources are specified using absolute paths, `backup` also includes
|
|
|
|
information about the parent folders of the backup sources in the snapshot.
|
2024-07-22 22:19:22 +00:00
|
|
|
|
|
|
|
If the extended attributes for some of these folders could not be read due to
|
|
|
|
missing permissions, this caused the backup to fail. This has now been fixed.
|
2024-01-31 19:48:03 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3600
|
|
|
|
https://github.com/restic/restic/pull/4668
|
|
|
|
https://forum.restic.net/t/parent-directories-above-the-snapshot-source-path-fatal-error-permission-denied/7216
|