aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-23 13:54:20 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-23 14:03:23 +0100
commit3d1f54abe4ef8f204b366c3eb107916f43845516 (patch)
treef85e4bcc654452478f7c9992a5a8638747232840 /doc
parentb4e5a24a3031c83ca51b50d34dea1a05aedf7b44 (diff)
Extend sqfs2tar to preserve hard links
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/sqfs2tar.16
1 files changed, 6 insertions, 0 deletions
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