From 7d2ec79f95e837b050be1ef12e0a3d75e88c7317 Mon Sep 17 00:00:00 2001 From: anarcat Date: Mon, 15 Dec 2014 21:53:05 -0500 Subject: [PATCH] document that hardlinks and symlinks are supported it seems that hardlinks are supported, but were not explicitely documented in the documentation. the FAQ seems like the right place to do this. closes #133. --- docs/faq.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.rst b/docs/faq.rst index 849c82e3e..acaf79f8c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -17,6 +17,7 @@ Which file attributes are preserved? * Name * Contents + * Hardlinks and symlinks * Time of last modification (nanosecond precision with Python >= 3.3) * User ID of owner * Group ID of owner