From a107233f7564e4abc80ce26ff72e73ff867b776d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 25 Nov 2017 19:51:33 +0100 Subject: [PATCH] docs: document birthtime support on platforms supporting it stat.st_birthtime, MacOS and (some?) BSDs. --- docs/usage_general.rst.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage_general.rst.inc b/docs/usage_general.rst.inc index 917b25bc8..515a59b1b 100644 --- a/docs/usage_general.rst.inc +++ b/docs/usage_general.rst.inc @@ -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. * hardlinked regular files, devices, FIFOs (considering all items in the same archive) * timestamps in nanosecond precision: mtime, atime, ctime +* other timestamps: birthtime (on platforms supporting it) * permissions: * IDs of owning user and owning group