From 3d1f54abe4ef8f204b366c3eb107916f43845516 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 23 Dec 2019 13:54:20 +0100 Subject: Extend sqfs2tar to preserve hard links Signed-off-by: David Oberhollenzer --- doc/sqfs2tar.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/sqfs2tar.1 b/doc/sqfs2tar.1 index f42b266..35cc6b8 100644 --- a/doc/sqfs2tar.1 +++ b/doc/sqfs2tar.1 @@ -35,6 +35,12 @@ than once implies \fB\-\-keep\-as\-dir\fR. Discard extended attributes from the SquashFS image. The default behavior is to copy all xattrs attached to SquashFS inodes into the resulting tar archive. .TP +\fB\-\-no\-hard\-links\fR, \fB\-L\fR +Normally, sqfs2tar runs hard link detection and generates hard links for +entries that refer to the same inode. If this flag is set, hard link +detection is not performed and duplicate data records are generated +instead. +.TP \fB\-\-no\-skip\fR, \fB\-s\fR Abort if a file cannot be stored in a tar record instead of skipping it. .TP -- cgit v1.2.3