From 65731ee9c3e8ce40c14dc511a35ea6cb54924706 Mon Sep 17 00:00:00 2001 From: jpandre Date: Sun, 1 Nov 2009 17:43:59 +0000 Subject: [PATCH] Added option "efs_raw" to the manual --- src/ntfs-3g.8.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ntfs-3g.8.in b/src/ntfs-3g.8.in index 226f2b8b..8e5ae33a 100644 --- a/src/ntfs-3g.8.in +++ b/src/ntfs-3g.8.in @@ -213,6 +213,13 @@ utilities. The default is \fBxattr\fR. .B user_xattr Same as \fBstreams_interface=\fP\fIxattr\fP. .TP +.B efs_raw +This option should only be used in backup or restore situation. +It changes the apparent size of files and the behavior of read and +write operation so that encrypted files can be saved and restored +without being decrypted. The \fBuser.ntfs.efsinfo\fP extended attribute +has also to be saved and restored for the file to be decrypted. +.TP .B debug Makes ntfs-3g to not detach from terminal and print a lot of debug output from libntfs-3g and FUSE.