mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-31 03:31:41 +00:00
Update FAQ
Clarify that user and group of owner are stored as name, except if --numeric-owner is given.
This commit is contained in:
parent
d706ad53ee
commit
0c2e517e04
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ Which file types, attributes, etc. are preserved?
|
|||
* Name
|
||||
* Contents
|
||||
* Time of last modification (nanosecond precision with Python >= 3.3)
|
||||
* User ID of owner
|
||||
* Group ID of owner
|
||||
* IDs of owning user and owning group
|
||||
* Names of owning user and owning group (if the IDs can be resolved)
|
||||
* Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky)
|
||||
* Extended Attributes (xattrs) on Linux, OS X and FreeBSD
|
||||
* Access Control Lists (ACL_) on Linux, OS X and FreeBSD
|
||||
|
|
Loading…
Reference in a new issue