Skip to content

Support restoring ownership by name for POSIX ACLs #5598

@MichaelEischer

Description

@MichaelEischer

What should restic do differently? Which functionality do you think we should add?

#5449 has added support for restoring file ownership by name. However, this does not work for POSIX ACLs so far. For those restic currently only stores the uid/gid but not the corresponding user and group name on the source system.

Fixing this requires extending the repository format to also allow storing the required information. Then the POSIX ACL xattrs can be rewritten on restore. (See borgbackup for a possible implementation of that).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions