Corrected two examples in man xorriso
This commit is contained in:
parent
659834f352
commit
462790592f
@ -5082,7 +5082,7 @@ Seconds since Jan 1 1970:
|
|||||||
.br
|
.br
|
||||||
.SS
|
.SS
|
||||||
.B Incremental backup of a few directory trees
|
.B Incremental backup of a few directory trees
|
||||||
This changes the directory trees /open_source_project and /personal_mail
|
This changes the directory trees /projects and /personal_mail
|
||||||
in the ISO image so that they become exact copies of their disk counterparts.
|
in the ISO image so that they become exact copies of their disk counterparts.
|
||||||
ISO file objects get created, deleted or get their attributes adjusted
|
ISO file objects get created, deleted or get their attributes adjusted
|
||||||
accordingly.
|
accordingly.
|
||||||
@ -5188,8 +5188,8 @@ First check which backup sessions are on the medium:
|
|||||||
.br
|
.br
|
||||||
$ xorriso \-outdev /dev/sr0 \-toc
|
$ xorriso \-outdev /dev/sr0 \-toc
|
||||||
.br
|
.br
|
||||||
Then load the desired session and copy the file trees to disk.
|
Then enable restoring of ACL, xattr and hard links. Load the desired session
|
||||||
Enable restoring of ACL, xattr and hard links.
|
and copy the file trees to disk.
|
||||||
Avoid to create /home/thomas/restored without rwx\-permission.
|
Avoid to create /home/thomas/restored without rwx\-permission.
|
||||||
.br
|
.br
|
||||||
$ xorriso \-for_backup \\
|
$ xorriso \-for_backup \\
|
||||||
@ -5202,9 +5202,7 @@ $ xorriso \-for_backup \\
|
|||||||
.br
|
.br
|
||||||
\-chmod u+rwx / \-\- \\
|
\-chmod u+rwx / \-\- \\
|
||||||
.br
|
.br
|
||||||
\-extract /open_source_projects \\
|
\-extract /projects /home/thomas/restored/projects \\
|
||||||
.br
|
|
||||||
/home/thomas/restored/open_source_projects \\
|
|
||||||
.br
|
.br
|
||||||
\-extract /personal_mail /home/thomas/restored/personal_mail \\
|
\-extract /personal_mail /home/thomas/restored/personal_mail \\
|
||||||
.br
|
.br
|
||||||
|
@ -4463,10 +4463,10 @@ File: xorriso.info, Node: ExIncBackup, Next: ExRestore, Prev: ExTime, Up: Ex
|
|||||||
10.14 Incremental backup of a few directory trees
|
10.14 Incremental backup of a few directory trees
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
This changes the directory trees /open_source_project and /personal_mail
|
This changes the directory trees /projects and /personal_mail in the
|
||||||
in the ISO image so that they become exact copies of their disk
|
ISO image so that they become exact copies of their disk counterparts.
|
||||||
counterparts. ISO file objects get created, deleted or get their
|
ISO file objects get created, deleted or get their attributes adjusted
|
||||||
attributes adjusted accordingly.
|
accordingly.
|
||||||
ACL, xattr, hard links and MD5 checksums will be recorded. Accelerated
|
ACL, xattr, hard links and MD5 checksums will be recorded. Accelerated
|
||||||
comparison is enabled at the expense of potentially larger backup size.
|
comparison is enabled at the expense of potentially larger backup size.
|
||||||
Only media with the expected volume ID or blank media are accepted.
|
Only media with the expected volume ID or blank media are accepted.
|
||||||
@ -4553,8 +4553,8 @@ First check which backup sessions are on the medium:
|
|||||||
|
|
||||||
$ xorriso -outdev /dev/sr0 -toc
|
$ xorriso -outdev /dev/sr0 -toc
|
||||||
|
|
||||||
Then load the desired session and copy the file trees to disk. Enable
|
Then enable restoring of ACL, xattr and hard links. Load the desired
|
||||||
restoring of ACL, xattr and hard links. Avoid to create
|
session and copy the file trees to disk. Avoid to create
|
||||||
/home/thomas/restored without rwx-permission.
|
/home/thomas/restored without rwx-permission.
|
||||||
|
|
||||||
$ xorriso -for_backup \
|
$ xorriso -for_backup \
|
||||||
@ -4562,8 +4562,7 @@ $ xorriso -for_backup \
|
|||||||
-indev /dev/sr0 \
|
-indev /dev/sr0 \
|
||||||
-osirrox on:auto_chmod_on \
|
-osirrox on:auto_chmod_on \
|
||||||
-chmod u+rwx / -- \
|
-chmod u+rwx / -- \
|
||||||
-extract /open_source_projects \
|
-extract /projects /home/thomas/restored/projects \
|
||||||
/home/thomas/restored/open_source_projects \
|
|
||||||
-extract /personal_mail /home/thomas/restored/personal_mail \
|
-extract /personal_mail /home/thomas/restored/personal_mail \
|
||||||
-rollback_end
|
-rollback_end
|
||||||
|
|
||||||
@ -5277,13 +5276,13 @@ Node: ExGrowisofs219786
|
|||||||
Node: ExException220921
|
Node: ExException220921
|
||||||
Node: ExTime221375
|
Node: ExTime221375
|
||||||
Node: ExIncBackup221834
|
Node: ExIncBackup221834
|
||||||
Node: ExRestore225826
|
Node: ExRestore225814
|
||||||
Node: ExRecovery226786
|
Node: ExRecovery226747
|
||||||
Node: Files227356
|
Node: Files227317
|
||||||
Node: Seealso228655
|
Node: Seealso228616
|
||||||
Node: Bugreport229378
|
Node: Bugreport229339
|
||||||
Node: Legal229959
|
Node: Legal229920
|
||||||
Node: CommandIdx230970
|
Node: CommandIdx230931
|
||||||
Node: ConceptIdx247272
|
Node: ConceptIdx247233
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -6008,7 +6008,7 @@ Seconds since Jan 1 1970:
|
|||||||
@c man .B Incremental backup of a few directory trees
|
@c man .B Incremental backup of a few directory trees
|
||||||
@node ExIncBackup, ExRestore, ExTime, Examples
|
@node ExIncBackup, ExRestore, ExTime, Examples
|
||||||
@section Incremental backup of a few directory trees
|
@section Incremental backup of a few directory trees
|
||||||
This changes the directory trees /open_source_project and /personal_mail
|
This changes the directory trees /projects and /personal_mail
|
||||||
in the ISO image so that they become exact copies of their disk counterparts.
|
in the ISO image so that they become exact copies of their disk counterparts.
|
||||||
ISO file objects get created, deleted or get their attributes adjusted
|
ISO file objects get created, deleted or get their attributes adjusted
|
||||||
accordingly.
|
accordingly.
|
||||||
@ -6128,8 +6128,8 @@ First check which backup sessions are on the medium:
|
|||||||
$ xorriso -outdev /dev/sr0 -toc
|
$ xorriso -outdev /dev/sr0 -toc
|
||||||
@*
|
@*
|
||||||
@sp 1
|
@sp 1
|
||||||
Then load the desired session and copy the file trees to disk.
|
Then enable restoring of ACL, xattr and hard links. Load the desired session
|
||||||
Enable restoring of ACL, xattr and hard links.
|
and copy the file trees to disk.
|
||||||
Avoid to create /home/thomas/restored without rwx-permission.
|
Avoid to create /home/thomas/restored without rwx-permission.
|
||||||
@*
|
@*
|
||||||
@sp 1
|
@sp 1
|
||||||
@ -6143,9 +6143,7 @@ $ xorriso -for_backup \
|
|||||||
@*
|
@*
|
||||||
-chmod u+rwx / @minus{}@minus{} \
|
-chmod u+rwx / @minus{}@minus{} \
|
||||||
@*
|
@*
|
||||||
-extract /open_source_projects \
|
-extract /projects /home/thomas/restored/projects \
|
||||||
@*
|
|
||||||
/home/thomas/restored/open_source_projects \
|
|
||||||
@*
|
@*
|
||||||
-extract /personal_mail /home/thomas/restored/personal_mail \
|
-extract /personal_mail /home/thomas/restored/personal_mail \
|
||||||
@*
|
@*
|
||||||
|
Loading…
Reference in New Issue
Block a user