Corrected two examples in man xorriso

This commit is contained in:
2013-05-10 10:27:27 +00:00
parent 659834f352
commit 462790592f
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