Git commit c1cbc9346e8c983af0c2d55ac0ce9a8c18785ff4 by Burkhard Lück. Committed on 06/01/2018 at 20:39. Pushed by lueck into branch 'master'.
add info how to use ark to restore a backup M +1 -1 doc/en/index.docbook https://commits.kde.org/kbackup/c1cbc9346e8c983af0c2d55ac0ce9a8c18785ff4 diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 3655ebb..4be4979 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -99,7 +99,7 @@ from the current folder recursively down with the following command: <para> <programlisting>find . -name \*bz2 -print0 | xargs -0 bunzip2</programlisting> </para> - +<para>Alternatively you can use &ark; to extract a full backup or just a few files from a backup</para> </chapter> <chapter id="using-kbackup">
