소스 검색

faq: update Which file types, attributes, etc. are *not* preserved?

ext4 immutable has been supported for a while.
Marian Beermann 8 년 전
부모
커밋
3d79d441a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/faq.rst

+ 1 - 1
docs/faq.rst

@@ -96,7 +96,7 @@ Which file types, attributes, etc. are *not* preserved?
       backed up as (deduplicated and compressed) runs of zero bytes.
       Archive extraction has optional support to extract all-zero chunks as
       holes in a sparse file.
-    * filesystem specific attributes, like ext4 immutable bit, see :issue:`618`.
+    * Some filesystem specific attributes, like btrfs NOCOW, see :ref:`platforms`.
 
 Are there other known limitations?
 ----------------------------------