From 7e77d17e005ef85142aaec37a730825d27500d15 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 23 Jun 2019 02:48:38 +0200 Subject: Add filesystem defaults option to tar2sqfs Signed-off-by: David Oberhollenzer --- doc/tar2sqfs.1 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'doc/tar2sqfs.1') diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index ef9511b..39e62f4 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -23,6 +23,26 @@ and the default selection. A comma seperated list of extra options for the selected compressor. Specify \fBhelp\fR to get a list of available options. .TP +\fB\-\-defaults\fR, \fB\-d\fR +A comma seperated list of default values for +implicitly created directories. +The following values can be set: +.TS +tab(;) allbox; +l l +l l +l l +l l +l l +rd. +\fBOption\fR;\fBDefault\fR +uid=;0 +gid=;0 +mode=;0755 +mtime=;0 +.TE +.TP +.TP \fB\-\-force\fR, \fB\-f\fR Overwrite the output file if it exists. .TP -- cgit v1.2.3