Corrected two examples in man xorriso

This commit is contained in:
Thomas Schmitt 2013-05-10 10:27:27 +00:00
parent 48ad053b62
commit a7d269070c
3 changed files with 23 additions and 28 deletions

View File

@ -5082,7 +5082,7 @@ Seconds since Jan 1 1970:
.br
.SS
.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.
ISO file objects get created, deleted or get their attributes adjusted
accordingly.
@ -5188,8 +5188,8 @@ First check which backup sessions are on the medium:
.br
$ xorriso \-outdev /dev/sr0 \-toc
.br
Then load the desired session and copy the file trees to disk.
Enable restoring of ACL, xattr and hard links.
Then enable restoring of ACL, xattr and hard links. Load the desired session
and copy the file trees to disk.
Avoid to create /home/thomas/restored without rwx\-permission.
.br
$ xorriso \-for_backup \\
@ -5202,9 +5202,7 @@ $ xorriso \-for_backup \\
.br
\-chmod u+rwx / \-\- \\
.br
\-extract /open_source_projects \\
.br
/home/thomas/restored/open_source_projects \\
\-extract /projects /home/thomas/restored/projects \\
.br
\-extract /personal_mail /home/thomas/restored/personal_mail \\
.br

View File

@ -4463,10 +4463,10 @@ File: xorriso.info, Node: ExIncBackup, Next: ExRestore, Prev: ExTime, Up: Ex
10.14 Incremental backup of a few directory trees
=================================================
This changes the directory trees /open_source_project and /personal_mail
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 accordingly.
This changes the directory trees /projects and /personal_mail 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
accordingly.
ACL, xattr, hard links and MD5 checksums will be recorded. Accelerated
comparison is enabled at the expense of potentially larger backup size.
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
Then load the desired session and copy the file trees to disk. Enable
restoring of ACL, xattr and hard links. Avoid to create
Then enable restoring of ACL, xattr and hard links. Load the desired
session and copy the file trees to disk. Avoid to create
/home/thomas/restored without rwx-permission.
$ xorriso -for_backup \
@ -4562,8 +4562,7 @@ $ xorriso -for_backup \
-indev /dev/sr0 \
-osirrox on:auto_chmod_on \
-chmod u+rwx / -- \
-extract /open_source_projects \
/home/thomas/restored/open_source_projects \
-extract /projects /home/thomas/restored/projects \
-extract /personal_mail /home/thomas/restored/personal_mail \
-rollback_end
@ -5277,13 +5276,13 @@ Node: ExGrowisofs219786
Node: ExException220921
Node: ExTime221375
Node: ExIncBackup221834
Node: ExRestore225826
Node: ExRecovery226786
Node: Files227356
Node: Seealso228655
Node: Bugreport229378
Node: Legal229959
Node: CommandIdx230970
Node: ConceptIdx247272
Node: ExRestore225814
Node: ExRecovery226747
Node: Files227317
Node: Seealso228616
Node: Bugreport229339
Node: Legal229920
Node: CommandIdx230931
Node: ConceptIdx247233

End Tag Table

View File

@ -6008,7 +6008,7 @@ Seconds since Jan 1 1970:
@c man .B Incremental backup of a few directory trees
@node ExIncBackup, ExRestore, ExTime, Examples
@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.
ISO file objects get created, deleted or get their attributes adjusted
accordingly.
@ -6128,8 +6128,8 @@ First check which backup sessions are on the medium:
$ xorriso -outdev /dev/sr0 -toc
@*
@sp 1
Then load the desired session and copy the file trees to disk.
Enable restoring of ACL, xattr and hard links.
Then enable restoring of ACL, xattr and hard links. Load the desired session
and copy the file trees to disk.
Avoid to create /home/thomas/restored without rwx-permission.
@*
@sp 1
@ -6143,9 +6143,7 @@ $ xorriso -for_backup \
@*
-chmod u+rwx / @minus{}@minus{} \
@*
-extract /open_source_projects \
@*
/home/thomas/restored/open_source_projects \
-extract /projects /home/thomas/restored/projects \
@*
-extract /personal_mail /home/thomas/restored/personal_mail \
@*