1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-28 02:38:43 +00:00

docs: document birthtime support on platforms supporting it

stat.st_birthtime, MacOS and (some?) BSDs.

(cherry picked from commit a107233f75)
This commit is contained in:
Thomas Waldmann 2017-11-25 19:51:33 +01:00
parent 21afd17f2f
commit b175f1fdf1

View file

@ -390,6 +390,7 @@ Besides regular file and directory structures, Borg can preserve
By default the metadata to create them with mknod(2), mkfifo(2) etc. is stored. By default the metadata to create them with mknod(2), mkfifo(2) etc. is stored.
* hardlinked regular files, devices, FIFOs (considering all items in the same archive) * hardlinked regular files, devices, FIFOs (considering all items in the same archive)
* timestamps in nanosecond precision: mtime, atime, ctime * timestamps in nanosecond precision: mtime, atime, ctime
* other timestamps: birthtime (on platforms supporting it)
* permissions: * permissions:
* IDs of owning user and owning group * IDs of owning user and owning group