New -as mkisofs option --projid
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISOFS 1 "Version 1.5.7, Oct 06, 2024"
|
||||
@c man .TH XORRISOFS 1 "Version 1.5.7, Nov 01, 2024"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -946,7 +946,8 @@ Alias of -rr_reloc_dir "/.rr_moved"
|
||||
Enable all options which improve backup fidelity:
|
||||
@*
|
||||
@minus{}@minus{}acl, @minus{}@minus{}xattr-any, @minus{}@minus{}md5,
|
||||
@minus{}@minus{}hardlinks, and possibly @minus{}@minus{}lfa_flags.
|
||||
@minus{}@minus{}hardlinks, @minus{}@minus{}projid,
|
||||
and possibly @minus{}@minus{}lfa_flags.
|
||||
@*
|
||||
If you later restore a backup with xattr from non-user namespaces, then make
|
||||
sure that the target operating system and filesystem know what these attributes
|
||||
@ -1000,6 +1001,12 @@ gets ended and files get restored to disk. If restoring of the attributes is
|
||||
desired in this case, execute xorriso command -lfa_flags "restore" with
|
||||
possibly appended mode texts like ":restore_mask=aAcdDijmPsStTux".
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}projid
|
||||
@kindex @minus{}@minus{}projid Recording of XFS-style project ids
|
||||
@cindex XFS-style project ids, record and load, @minus{}@minus{}projid
|
||||
Enable recording and loading of XFS-style project ids as described in
|
||||
man 5 xfs_quota or man 5 ext4.
|
||||
@c man .TP
|
||||
@item @minus{}@minus{}md5
|
||||
@kindex @minus{}@minus{}md5 Recording of MD5 checksums
|
||||
@cindex MD5, record and load, @minus{}@minus{}md5
|
||||
@ -2946,13 +2953,15 @@ Startup files and program options can override the effect of SOURCE_DATE_EPOCH.
|
||||
@c man .BR cdrskin(1),
|
||||
@c man .BR xorriso(1)
|
||||
@c man .TP
|
||||
@c man ACL, xattr, Linux file attributes
|
||||
@c man ACL, xattr, Linux file attributes, project ids
|
||||
@c man .BR getfacl(1),
|
||||
@c man .BR setfacl(1),
|
||||
@c man .BR getfattr(1),
|
||||
@c man .BR setfattr(1),
|
||||
@c man .BR lsattr(1),
|
||||
@c man .BR chattr(1)
|
||||
@c man .BR chattr(1),
|
||||
@c man .BR ext4(5),
|
||||
@c man .BR xfs_quota(8)
|
||||
@c man .TP
|
||||
@c man MD5 checksums
|
||||
@c man .BR md5sum(1)
|
||||
@ -2984,9 +2993,11 @@ xorriso(1)
|
||||
getfacl(1),
|
||||
setfacl(1),
|
||||
getfattr(1),
|
||||
setfattr(1)
|
||||
setfattr(1),
|
||||
lsattr(1),
|
||||
chattr(1)
|
||||
chattr(1),
|
||||
ext4(5),
|
||||
xfs_quota(8)
|
||||
@item MD5 checksums
|
||||
md5sum(1)
|
||||
@item On FreeBSD some commands differ:
|
||||
|
Reference in New Issue
Block a user