~ubuntu-branches/ubuntu/dapper/file-roller/dapper-updates

« back to all changes in this revision

Viewing changes to help/fr/file-roller.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 08:44:59 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20060411084459-9r22188ftese2ev2
Tags: upstream-2.14.1
ImportĀ upstreamĀ versionĀ 2.14.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
2
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
3
3
<!ENTITY legal SYSTEM "legal.xml">
4
 
<!ENTITY appversion "2.5.6">
5
 
<!ENTITY manrevision "2.5">
6
 
<!ENTITY date "March 2004">
7
 
<!ENTITY app "<application>File Roller</application>">
 
4
<!ENTITY appversion "2.14.0">
 
5
<!ENTITY manrevision "2.6">
 
6
<!ENTITY date "April 2006">
 
7
<!ENTITY appname "Archive Manager">
 
8
<!ENTITY app "<application>Archive Manager</application>">
8
9
<!-- Information about the entities
9
10
       The legal.xml file contains legal information, there is no need to edit the file. 
10
11
       Use the appversion entity to specify the version of the application.
23
24
<!-- please do not change the id; for translations, change lang to -->
24
25
<!-- appropriate code -->
25
26
  <articleinfo> 
26
 
    <title><application>File Roller</application> Manual V2.5</title>       
 
27
    <title><application>Archive Manager</application> Manual</title>
27
28
     <abstract role="description">
28
 
       <para>User manual for the File Roller Archive Manager.</para>
 
29
       <para>You can use the Archive Manager, also known as File Roller, to create, view, modify, or unpack an archive.</para>
29
30
     </abstract>
 
31
    <copyright> 
 
32
      <year>2006</year> 
 
33
      <holder>Paolo Bacchilega</holder> 
 
34
    </copyright> 
30
35
     <copyright>
31
36
        <year>2003</year>
32
37
        <year>2004</year>
95
100
 
96
101
         <revhistory>
97
102
                <revision>
98
 
                  <revnumber><application>File Roller</application> Manual V2.5</revnumber>
 
103
                  <revnumber>Archive Manager Manual V2.6</revnumber>
 
104
                  <date>April 2006;</date>
 
105
                  <revdescription>
 
106
                         <para role="author">Paolo Bacchilega</para>
 
107
                         <para role="publisher">GNOME Documentation Project</para>
 
108
                  </revdescription>
 
109
                </revision>
 
110
 
 
111
                <revision>
 
112
                  <revnumber>File Roller Manual V2.5</revnumber>
99
113
                  <date>March 2004</date>
100
114
                  <revdescription>
101
115
                         <para role="author">Sun GNOME Documentation Team</para>
144
158
                </revision>
145
159
         </revhistory>
146
160
 
147
 
    <releaseinfo>This manual describes version 2.5.6 of <application>File Roller</application>.</releaseinfo> 
 
161
    <releaseinfo>This manual describes version 2.14.0 of Archive Manager.</releaseinfo> 
148
162
    <legalnotice> 
149
163
        <title>Feedback</title>
150
 
        <para>To report a bug or make a suggestion regarding the <application>File Roller</application> application or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>.</para>
 
164
        <para>To report a bug or make a suggestion regarding the <application>Archive Manager</application> application or this manual, follow the directions in the <ulink url="ghelp:gnome-feedback" type="help">GNOME Feedback Page</ulink>.</para>
151
165
<!-- Translators may also add here feedback address for translations -->
152
166
    </legalnotice>
153
167
  </articleinfo> 
191
205
     the application is and what it does. -->
192
206
<sect1 id="file-roller-intro"> 
193
207
    <title>Introduction</title> 
194
 
    <para>You can use the <application>File Roller</application> application to create, view, modify, or unpack an archive. An archive is a file that acts as a container for other files. An archive can contain many files, folders, and subfolders, usually in compressed form.</para>
195
 
    <para><application>File Roller</application> provides only a graphical interface, and relies on command-line utilities such as <command>tar</command>, <command>gzip</command>, and <command>bzip2</command> for archive operations.</para>
196
 
    <para>If you have the appropriate command-line tools installed on your system, <application>File Roller</application> supports RPM and Stuff files, as well as the archive formats listed in the following table.</para> 
 
208
    <para>You can use the <application>Archive Manager</application> application to create, view, modify, or unpack an archive. An archive is a file that acts as a container for other files. An archive can contain many files, folders, and subfolders, usually in compressed form.</para>
 
209
    <para><application>Archive Manager</application> provides only a graphical interface, and relies on command-line utilities such as <command>tar</command>, <command>gzip</command>, and <command>bzip2</command> for archive operations.</para>
 
210
    <para>If you have the appropriate command-line tools installed on your system, <application>Archive Manager</application> supports RPM and Stuff files, as well as the archive formats listed in the following table.</para> 
197
211
      <informaltable frame="all">
198
212
        <tgroup cols="2" colsep="1" rowsep="1">
199
213
          <colspec colname="COLSPEC0" colwidth="50*"/>
271
285
<sect2 id="file-roller-intro-nonarchive">
272
286
    <title>Compressed Non-Archive Files</title> 
273
287
    <para>A compressed non-archive file is a file that is created when you use <command>bzip</command>, <command>bzip2</command>, <command>gzip</command>, <command>lzop</command>, or <command>compress</command> to compress a non-archive file. For example, <filename>file.txt.gz</filename> is created when you use <command>gzip</command> to compress <filename>file.txt</filename>.</para>
274
 
    <para>You can use <application>File Roller</application> to open and extract a compressed non-archive file.</para> 
275
 
    <para>You cannot use <application>File Roller</application> to create or modify a compressed non-archive file.</para> 
 
288
    <para>You can use <application>Archive Manager</application> to create, open and extract a compressed non-archive file.</para> 
276
289
</sect2>
277
290
</sect1>
278
291
 
279
292
<!-- ============= Getting Started =========================== -->
280
293
<sect1 id="file-roller-get-start">
281
294
         <title>Getting Started</title>
282
 
           <para>This section provides information on how to start <application>File Roller</application>, and describes the <application>File Roller</application> user interface.</para>
 
295
           <para>This section provides information on how to start <application>Archive Manager</application>, and describes the <application>Archive Manager</application> user interface.</para>
283
296
 
284
297
<!-- ============= To Start File Roller ============================ -->
285
298
         <sect2 id="file-roller-to-start">
286
 
                <title>To Start <application>File Roller</application></title>
287
 
                <para>You can start <application><application>File Roller</application></application> in the following ways:</para>
 
299
                <title>To Start <application>Archive Manager</application></title>
 
300
                <para>You can start <application>Archive Manager</application> in the following ways:</para>
288
301
                <variablelist>
289
302
                <varlistentry>
290
303
                <term><guimenu>Applications</guimenu> menu</term>
291
304
                <listitem>
292
 
                <para>Choose <menuchoice><guisubmenu>System Tools</guisubmenu><guimenuitem>Archive Manager</guimenuitem></menuchoice>.</para>
 
305
                <para>Choose <menuchoice><guisubmenu>Accessories</guisubmenu><guimenuitem>Archive Manager</guimenuitem></menuchoice>.</para>
293
306
                </listitem>
294
307
                </varlistentry>
295
308
                <varlistentry>
302
315
        </sect2>
303
316
 
304
317
         <sect2 id="file-roller-when-start">
305
 
                <title>When You Start <application>File Roller</application></title>
306
 
                <para>When you start <application><application>File Roller</application></application>, the following window is displayed:</para>
 
318
                <title>When You Start <application>Archive Manager</application></title>
 
319
                <para>When you start <application>Archive Manager</application>, the following window is displayed:</para>
307
320
 
308
321
                <figure id="file-roller-FIG-main-window">
309
 
                  <title><application>File Roller</application> Window</title>
 
322
                  <title><application>Archive Manager</application> Window</title>
310
323
                  <screenshot>
311
324
                         <mediaobject>
312
325
                                <imageobject>
318
331
                  </screenshot>
319
332
                </figure>
320
333
 
321
 
                <para>The <application><application>File Roller</application></application> window contains the following elements:</para>
 
334
                <para>The <application>Archive Manager</application> window contains the following elements:</para>
322
335
                <variablelist>
323
336
                  <varlistentry> <term>Menubar</term>
324
337
                         <listitem>
325
 
                                <para>The menus on the menubar contain all of the commands that you need to work with archives in <application><application>File Roller</application></application>.</para>
 
338
                                <para>The menus on the menubar contain all of the commands that you need to work with archives in <application>Archive Manager</application>.</para>
326
339
                         </listitem>
327
340
                  </varlistentry>
328
341
                  <varlistentry> <term>Toolbar</term>
329
342
                         <listitem>
330
 
                                <para>The toolbar contains a subset of the commands that you can access from the menubar. <application>File Roller</application> displays the toolbar by default. To hide the toolbar, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Toolbar</guimenuitem></menuchoice>. To show the toolbar, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Toolbar</guimenuitem></menuchoice> again.</para>
 
343
                                <para>The toolbar contains a subset of the commands that you can access from the menubar. <application>Archive Manager</application> displays the toolbar by default. To hide the toolbar, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Toolbar</guimenuitem></menuchoice>. To show the toolbar, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Toolbar</guimenuitem></menuchoice> again.</para>
331
344
                         </listitem>
332
345
                  </varlistentry>
333
346
                  <varlistentry> <term>Folderbar</term>
334
347
                         <listitem>
335
 
                                <para>The folderbar enables you to navigate among folders within an archive. <application>File Roller</application> displays the folderbar only in folder view. See <xref linkend="file-roller-view-type-folder"/> for more information.</para>
 
348
                                <para>The folderbar enables you to navigate among folders within an archive. <application>Archive Manager</application> displays the folderbar only in folder view. See <xref linkend="file-roller-view-type-folder"/> for more information.</para>
336
349
                         </listitem>
337
350
                  </varlistentry>
338
351
                  <varlistentry> <term>Display area</term>
342
355
                  </varlistentry>
343
356
                  <varlistentry> <term>Statusbar</term>
344
357
                         <listitem>
345
 
                                <para>The statusbar displays information about current <application><application>File Roller</application></application> activity and contextual information about the archive contents. <application>File Roller</application> displays the statusbar by default. To hide the statusbar, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>. To show the statusbar, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice> again.</para>
 
358
                                <para>The statusbar displays information about current <application>Archive Manager</application> activity and contextual information about the archive contents. <application>Archive Manager</application> displays the statusbar by default. To hide the statusbar, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice>. To show the statusbar, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Statusbar</guimenuitem></menuchoice> again.</para>
346
359
                         </listitem>
347
360
                  </varlistentry>
348
361
                </variablelist>
349
 
                <para>When you right-click in the <application><application>File Roller</application></application> window, the application displays a popup menu. The popup menu contains the most common contextual archive commands.</para>
 
362
                <para>When you right-click in the <application>Archive Manager</application> window, the application displays a popup menu. The popup menu contains the most common contextual archive commands.</para>
350
363
 
351
364
         <sect3 id="file-roller-bookmarks">
352
365
                <title>Bookmarks</title>
353
 
      <para>Several <application>File Roller</application> dialogs contain the following components, which enable you to bookmark frequently accessed folders:</para>
 
366
      <para>Several <application>Archive Manager</application> dialogs contain the following components, which enable you to bookmark frequently accessed folders:</para>
354
367
        <variablelist>
355
368
          <varlistentry>
356
369
            <term>Bookmarks</term>
357
370
            <listitem>
358
371
              <para>Use this list box to open a bookmarked folder.</para>
359
 
              <para><application>File Roller</application> provides the following default bookmarks:</para>
 
372
              <para><application>Archive Manager</application> provides the following default bookmarks:</para>
360
373
              <informaltable frame="all">
361
374
                <tgroup cols="2" colsep="1" rowsep="1">
362
375
                  <colspec colname="COLSPEC0" colwidth="50*"/>
386
399
                </tgroup>
387
400
              </informaltable>
388
401
              <note>
389
 
                <para>$HOME is the home directory specified in the <filename>/etc/passwd</filename> file. <application>File Roller</application> always uses this value, even if the user resets the value of $HOME after login.</para>
 
402
                <para>$HOME is the home directory specified in the <filename>/etc/passwd</filename> file. <application>Archive Manager</application> always uses this value, even if the user resets the value of $HOME after login.</para>
390
403
              </note>
391
404
            </listitem>
392
405
          </varlistentry>
402
415
            <term><guibutton>Remove</guibutton></term>
403
416
            <listitem><para>Click on this button to remove the selected bookmark from the bookmarks list box.</para></listitem>
404
417
          </varlistentry>
405
 
          <varlistentry>
406
 
            <term><guibutton>Up</guibutton></term>
407
 
            <listitem><para>Click on this button to navigate up one level in the folder tree.</para></listitem>
408
 
          </varlistentry>
409
418
        </variablelist>
410
 
         </sect3>
411
 
         </sect2>
 
419
     </sect3>
 
420
   </sect2>
412
421
</sect1>
413
422
 
414
423
 
417
426
 
418
427
<sect1 id="file-roller-working">
419
428
      <title>Working With Archives</title>
420
 
      <para>When you use <application>File Roller</application> to work with an archive, all changes are saved to disk immediately. For example, if you delete a file from an archive, <application>File Roller</application> deletes the file as soon as you click <guibutton>OK</guibutton>. This behavior is different to that of most applications, which save the changes to disk only when you quit the application or select <guimenuitem>Save</guimenuitem> in the menu.</para>
 
429
      <para>When you use <application>Archive Manager</application> to work with an archive, all changes are saved to disk immediately. For example, if you delete a file from an archive, <application>Archive Manager</application> deletes the file as soon as you click <guibutton>OK</guibutton>. This behavior is different to that of most applications, which save the changes to disk only when you quit the application or select <guimenuitem>Save</guimenuitem> in the menu.</para>
421
430
      <para>If an archive is very large, or you have a slow system, some archive actions can take significant time. To abort the current action, press <keycap>Esc</keycap>. Alternatively, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Stop</guimenuitem></menuchoice>, or click <guibutton>Stop</guibutton> in the toolbar.</para>      
422
 
      <para>In <application>File Roller</application>, you can perform the same action in several ways. For example, you can open an archive in the following ways: <informaltable frame="all"><tgroup cols="2" colsep="1" rowsep="1"><colspec colname="COLSPEC0" colwidth="50*"/><colspec colname="COLSPEC1" colwidth="50*"/><thead><row valign="top"><entry colname="COLSPEC0"><para>UI Component</para></entry><entry colname="COLSPEC1" align="left"><para>Action</para></entry></row></thead><tbody><row valign="top"><entry><para>Window</para></entry><entry><para>Drag an archive into the <application>File Roller</application> window from another application such as a file manager.</para></entry></row><row valign="top"><entry><para>Menubar</para></entry><entry><para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Open</guimenuitem></menuchoice>.</para><para>If you have recently opened the archive, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Open Recent</guimenuitem></menuchoice>.</para></entry></row><row valign="top"><entry><para>Toolbar</para></entry><entry><para>Click on the <guibutton>Open</guibutton> toolbar button.</para></entry></row><row valign="top"><entry><para>Right-click popup menu</para></entry><entry><para>Right-click on the archive, then choose <guilabel>Open</guilabel> from the popup menu.</para></entry></row><row valign="top"><entry><para>Shortcut keys</para></entry><entry><para>Press <keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo>.</para></entry></row></tbody></tgroup></informaltable></para>
 
431
      <para>In <application>Archive Manager</application>, you can perform the same action in several ways. For example, you can open an archive in the following ways: <informaltable frame="all"><tgroup cols="2" colsep="1" rowsep="1"><colspec colname="COLSPEC0" colwidth="50*"/><colspec colname="COLSPEC1" colwidth="50*"/><thead><row valign="top"><entry colname="COLSPEC0"><para>UI Component</para></entry><entry colname="COLSPEC1" align="left"><para>Action</para></entry></row></thead><tbody><row valign="top"><entry><para>Window</para></entry><entry><para>Drag an archive into the <application>Archive Manager</application> window from another application such as a file manager.</para></entry></row><row valign="top"><entry><para>Menubar</para></entry><entry><para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Open</guimenuitem></menuchoice>.</para><para>If you have recently opened the archive, it will be listed directly in the <menuchoice><guimenu>Archive</guimenu></menuchoice> menu.</para></entry></row><row valign="top"><entry><para>Toolbar</para></entry><entry><para>Click on the <guibutton>Open</guibutton> toolbar button.</para><para>If you have recently opened the archive, click on the down arrow near the <guibutton>Open</guibutton> toolbar button.</para></entry></row><row valign="top"><entry><para>Right-click popup menu</para></entry><entry><para>Right-click on the archive, then choose <guilabel>Open</guilabel> from the popup menu.</para></entry></row><row valign="top"><entry><para>Shortcut keys</para></entry><entry><para>Press <keycombo><keycap>Ctrl</keycap><keycap>O</keycap></keycombo>.</para></entry></row></tbody></tgroup></informaltable></para>
423
432
      <para>This manual documents functionality from the menubar.</para>
424
433
 
425
434
    <sect2 id="file-roller-pattern">
426
435
      <title>Filename Patterns</title>
427
 
      <para><application>File Roller</application> enables you to add, extract, or delete several files at once. To apply an action to all files that match a certain pattern, enter the pattern in the text box. The pattern can include standard wildcard symbols such as <keycap>*</keycap> to match any string, and <keycap>?</keycap> to match any single symbol. You can enter several patterns separated by semicolons. <application>File Roller</application> applies the action to all files that match at least one of the patterns. The examples in the following table show how to use filename patterns to select files.</para>
 
436
      <para><application>Archive Manager</application> enables you to add, extract, or delete several files at once. To apply an action to all files that match a certain pattern, enter the pattern in the text box. The pattern can include standard wildcard symbols such as <keycap>*</keycap> to match any string, and <keycap>?</keycap> to match any single symbol. You can enter several patterns separated by semicolons. <application>Archive Manager</application> applies the action to all files that match at least one of the patterns. The examples in the following table show how to use filename patterns to select files.</para>
428
437
      <informaltable frame="all">
429
438
        <tgroup cols="2" colsep="1" rowsep="1">
430
439
          <colspec colname="COLSPEC0" colwidth="50*"/>
460
469
<sect2 id="file-roller-open">
461
470
      <title>To Open an Archive</title>
462
471
      <para>To open an archive, perform the following steps: <orderedlist><listitem><para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Open</guimenuitem></menuchoice> to display the <guilabel>Open</guilabel> dialog.</para></listitem><listitem><para>Select the archive that you want to open.</para></listitem><listitem><para>Click <guibutton>Open</guibutton>.</para></listitem></orderedlist></para>
463
 
      <para><application>File Roller</application> automatically determines the archive type, and displays: <itemizedlist><listitem><para>The archive name in the window titlebar</para></listitem><listitem><para>The archive contents in the display area</para></listitem><listitem><para>The total number of files in the archive, and the size of the archive when uncompressed, in the statusbar</para></listitem></itemizedlist></para>
464
 
      <para>To open another archive, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Open</guimenuitem></menuchoice> again. <application>File Roller</application> opens each archive in a new window. To open another archive in the same window, you must first choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Close</guimenuitem></menuchoice> to close the current archive, then choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Open</guimenuitem></menuchoice>.</para>
465
 
      <para>If you try to open an archive that was created in a format that <application>File Roller</application> does not recognize, the application displays an error message. See <xref linkend="file-roller-intro"/> for a list of supported formats.</para>
 
472
      <para><application>Archive Manager</application> automatically determines the archive type, and displays: <itemizedlist><listitem><para>The archive name in the window titlebar</para></listitem><listitem><para>The archive contents in the display area</para></listitem><listitem><para>The total number of files in the archive, and the size of the archive when uncompressed, in the statusbar</para></listitem></itemizedlist></para>
 
473
      <para>To open another archive, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Open</guimenuitem></menuchoice> again. <application>Archive Manager</application> opens each archive in a new window. To open another archive in the same window, you must first choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Close</guimenuitem></menuchoice> to close the current archive, then choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Open</guimenuitem></menuchoice>.</para>
 
474
      <para>If you try to open an archive that was created in a format that <application>Archive Manager</application> does not recognize, the application displays an error message. See <xref linkend="file-roller-intro"/> for a list of supported formats.</para>
466
475
  </sect2>
467
476
 
468
477
<!-- ======= Selecting files in an archive  ============= --> 
476
485
 
477
486
<sect2 id="file-roller-extract"> 
478
487
    <title>To Extract Files From an Archive</title> 
479
 
    <para>To extract files from an open archive, perform the following steps: <orderedlist><listitem><para>Select the files that you want to extract.</para></listitem><listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Extract</guimenuitem></menuchoice> to display the <guilabel>Extract</guilabel> dialog.</para></listitem><listitem><para>Specify the path where <application>File Roller</application> extracts the files. Double-click on an entry in the list box to navigate to that path. Alternatively, enter the path in the <guilabel>Filename</guilabel> text box, then press <keycap>Return</keycap>.</para></listitem><listitem><para>Select the required extract options. For more information about the extract options, see <xref linkend="file-roller-extract-options"/>.</para></listitem><listitem><para>Click <guibutton>Extract</guibutton>.</para><note><para>If all of the files in the archive are protected by a password, and you have not specified the password, <application>File Roller</application> displays an error dialog.</para><para>If some but not all of the files in the archive are protected by a password, and you have not specified the password, <application>File Roller</application> does not display an error dialog. However, <application>File Roller</application> extracts only the unprotected files to the new archive.</para><para>For more information about passwords, see <xref linkend="file-roller-encrypt-files"/>.</para></note></listitem></orderedlist></para>
480
 
      <para><application>File Roller</application> also provides ways of extracting files from an archive in a file manager window, without opening a <application>File Roller</application> window. See <xref linkend="file-roller-fmgr"/> for more information.</para>
 
488
    <para>To extract files from an open archive, perform the following steps: <orderedlist><listitem><para>Select the files that you want to extract.</para></listitem><listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Extract</guimenuitem></menuchoice> to display the <guilabel>Extract</guilabel> dialog.</para></listitem><listitem><para>Select the folder where <application>Archive Manager</application> extracts the files from the <guilabel>Extract in folder</guilabel> drop-down list. If the folder is not present in the list, choose <guilabel>Other...</guilabel> to select the folder from the <guilabel>Destination folder</guilabel> dialog, then click on <guibutton>Open</guibutton>.</para></listitem><listitem><para>Select the required extract options. For more information about the extract options, see <xref linkend="file-roller-extract-options"/>.</para></listitem><listitem><para>Click <guibutton>Extract</guibutton>.</para><note><para>If all of the files in the archive are protected by a password, and you have not specified the password, <application>Archive Manager</application> displays an error dialog.</para><para>If some but not all of the files in the archive are protected by a password, and you have not specified the password, <application>Archive Manager</application> does not display an error dialog. However, <application>Archive Manager</application> extracts only the unprotected files to the new archive.</para><para>For more information about passwords, see <xref linkend="file-roller-encrypt-files"/>.</para></note></listitem></orderedlist></para>
 
489
      <para><application>Archive Manager</application> also provides ways of extracting files from an archive in a file manager window, without opening a <application>Archive Manager</application> window. See <xref linkend="file-roller-fmgr"/> for more information.</para>
481
490
    <para>The Extract operation extracts a <emphasis>copy</emphasis> of the specified files from the archive. The extracted files have the same permissions and modification date as the original files that were added to the archive.</para>
482
 
    <para>The Extract operation does not change the contents of the archive. For information on how to delete files from an archive, see <xref linkend="file-roller-delete-files"/>. For information on how to delete an archive, see <xref linkend="file-roller-delete-archive"/>.</para>
 
491
    <para>The Extract operation does not change the contents of the archive. For information on how to delete files from an archive, see <xref linkend="file-roller-delete-files"/>.</para>
483
492
</sect2>
484
493
    
485
494
<!-- ======= Closing the Archive ============= --> 
486
495
<sect2 id="file-roller-archive-close">
487
496
  <title>To Close an Archive</title>
488
 
  <para>To close the current archive but not the <application>File Roller</application> window, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Close</guimenuitem></menuchoice>.</para>
489
 
  <para>To close the current archive and the current <application>File Roller</application> window, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>.</para>
 
497
  <para>To close the current archive but not the <application>Archive Manager</application> window, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Close</guimenuitem></menuchoice>.</para>
 
498
  <para>To close the current archive and the current <application>Archive Manager</application> window, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Quit</guimenuitem></menuchoice>.</para>
490
499
</sect2>
491
500
</sect1>
492
501
 
494
503
  <!-- =============  Creating Archives ============================= -->
495
504
<sect1 id="file-roller-creating"> 
496
505
    <title>Creating Archives</title> 
497
 
    <para>In addition to opening existing archives, you can also create new archives with <application>File Roller</application>.</para>
 
506
    <para>In addition to opening existing archives, you can also create new archives with <application>Archive Manager</application>.</para>
498
507
<sect2 id="file-roller-create"> 
499
508
    <title>To Create an Archive</title> 
500
 
    <para>To create an archive, perform the following steps: <orderedlist><listitem><para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>New</guimenuitem></menuchoice> to display the <guilabel>New</guilabel> dialog.</para></listitem><listitem><para>Specify the path where <application>File Roller</application> places the new archive. Double-click on an entry in the list box to navigate to that path. Alternatively, enter the path in the <guilabel>Filename</guilabel> text box.</para></listitem><listitem><para>Enter the name of the new archive, including the file extension, in the <guilabel>Filename</guilabel> text box.</para></listitem><listitem><para>Click <guibutton>New</guibutton>. <application>File Roller</application> creates an empty archive, but does not yet write the archive to disk.</para></listitem><listitem><para>Add files to the new archive as described in <xref linkend="file-roller-add-files"/>. <note><para><application>File Roller</application> writes a new archive to disk only when the archive contains at least one file. If you create a new archive and quit <application>File Roller</application> before you add any files to the archive, <application>File Roller</application> deletes the archive.</para></note></para></listitem></orderedlist></para>
 
509
    <para>To create an archive, perform the following steps: <orderedlist><listitem><para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>New</guimenuitem></menuchoice> to display the <guilabel>New</guilabel> dialog.</para></listitem><listitem><para>Specify the folder where <application>Archive Manager</application> places the new archive clicking on the entry in the <guilabel>Save in folder</guilabel> drop-down list. If the folder is not present in list, click on <guilabel>Browse for other folders</guilabel>, and select the folder. Alternatively, enter the path in the <guilabel>Name</guilabel> text box.</para></listitem><listitem><para>Enter the name of the new archive, including the file extension, in the <guilabel>Name</guilabel> text box.</para></listitem><listitem><para>Click <guibutton>New</guibutton>. <application>Archive Manager</application> creates an empty archive, but does not yet write the archive to disk.</para></listitem><listitem><para>Add files to the new archive as described in <xref linkend="file-roller-add-files"/>. <note><para><application>Archive Manager</application> writes a new archive to disk only when the archive contains at least one file. If you create a new archive and quit <application>Archive Manager</application> before you add any files to the archive, <application>Archive Manager</application> deletes the archive.</para></note></para></listitem></orderedlist></para>
501
510
</sect2>
502
511
 
503
512
    <!-- ======= Adding files to an archive  ============= --> 
504
513
  <sect2 id="file-roller-add-files">
505
514
    <title>To Add Files to an Archive</title>
506
 
    <para>To add files to an archive, perform the following steps: <orderedlist><listitem><para>Decide where you want to add the files, then open that folder in the archive.</para></listitem><listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Add</guimenuitem></menuchoice> to display the <guilabel>Add</guilabel> dialog.</para></listitem><listitem><para>Select the files and folders that you want to add.</para></listitem><listitem><para>Click <guibutton>Add</guibutton>. <application>File Roller</application> adds the files and folders to the current folder in the archive.</para></listitem></orderedlist></para>
507
 
    <para>The <guilabel>Add</guilabel> dialog provides several advanced options. See <xref linkend="file-roller-advanced-options"/> for more information.</para>
508
 
      <para>You can also add files to an archive in a file manager window, without opening a <application>File Roller</application> window. See <xref linkend="file-roller-fmgr"/> for more information.</para>
509
 
    <para>The Add operation adds a <emphasis>copy</emphasis> of the specified files or folders to the archive. <application>File Roller</application> does not remove the original files, which remain unchanged in the file system. The copies that are added to the archive have the same permissions and modification date as the original files.</para>
510
 
<!-- ======= Adding files - Advanced Options  ============= --> 
511
 
    <sect3 id="file-roller-advanced-options">
512
 
      <title>Advanced Add Options</title>
513
 
      <para>You can use the following advanced options in the <guilabel>Add</guilabel> dialog to automatically select and add all files that satisfy certain criteria:</para>
514
 
      <variablelist>
515
 
       <!-- ============= -->   
516
 
        <varlistentry>
517
 
          <term><guilabel>Add only if newer</guilabel></term>
518
 
          <listitem>
519
 
            <para>Select this option to add the specified file to the archive only if the archive does not contain the specified file, or if the archive contains an older version of the specified file. <application>File Roller</application> uses the modification date to determine which file is the most recent. If the version of the file in the archive is the most recent, <application>File Roller</application> does not add the specified file to the archive.</para>
520
 
            <para>If you do not select this option, <application>File Roller</application> adds the file to the archive and overwrites the previous archive contents.</para>
521
 
            <tip>
522
 
              <title>Tip</title>
523
 
              <para>If you use <application>File Roller</application> to create backups, the <guilabel>Add only if newer</guilabel> option is very useful. For example, the archive <filename>backup.tar.gz</filename> contains a week-old backup of your home folder. To update the archive to contain a current backup of your home folder, perform the following steps: <orderedlist><listitem><para>Open the <filename>backup.tar.gz</filename> archive in <application>File Roller</application>.</para></listitem><listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Add</guimenuitem></menuchoice> to display the <guilabel>Add</guilabel> dialog.</para></listitem><listitem><para>Select your home folder in the list box.</para></listitem><listitem><para>Select the <guilabel>Add only if newer</guilabel> option.</para></listitem><listitem><para>Click <guibutton>Add</guibutton>.</para></listitem></orderedlist><application>File Roller</application> automatically adds to the archive all files that you created during the last week, and updates all files that you modified during the last week. However, <application>File Roller</application> does not remove from the archive the files that you deleted during the last week. The archive update operation is much faster than doing a full backup of your home folder.</para>
524
 
          </tip>
525
 
        </listitem>
526
 
      </varlistentry>
527
 
       <!-- ============= -->   
528
 
        <varlistentry>
529
 
          <term><guilabel>Include files</guilabel></term>
530
 
          <listitem>
531
 
            <para>Type a filename pattern in this text box to include files with names that match the specified pattern. See <xref linkend="file-roller-pattern"/> for more information about filename patterns.</para>
532
 
          </listitem>
533
 
        </varlistentry>
534
 
       <!-- ============= -->   
535
 
        <varlistentry>
536
 
          <term><guilabel>Exclude files</guilabel></term>
537
 
          <listitem>
538
 
            <para>Type a filename pattern in this text box to exclude files with names that match the specified pattern. See <xref linkend="file-roller-pattern"/> for more information about filename patterns.</para>
539
 
          </listitem>
540
 
        </varlistentry>
541
 
       <!-- ============= -->   
542
 
      <varlistentry>
543
 
        <term><guilabel>Include subfolders</guilabel></term>
544
 
        <listitem>
545
 
          <para>Select this option to add all files that match the specified pattern, from the current folder and from subfolders.</para>
546
 
          <note>
547
 
          <para>The filename, not the subfolder name, must match the specified pattern.</para>
548
 
          </note>
549
 
          <para>If you do not select this option, <application>File Roller</application> adds the matching files from the current folder only.</para>
550
 
        </listitem>
551
 
      </varlistentry>
552
 
       <!-- ============= -->   
553
 
     <varlistentry>
554
 
        <term><guilabel>Exclude folders that are symbolic links</guilabel></term>
555
 
          <listitem>
556
 
            <para>Select this option to omit files from folders that are symbolic links. Symbolic links are pointers or shortcuts to other folders.</para>
557
 
            <para>If you do not select this option, <application>File Roller</application> adds the matching files from folders that are symbolic links.</para>
558
 
          </listitem>
559
 
        </varlistentry>
560
 
       <!-- ============= -->   
561
 
     <varlistentry>
562
 
        <term><guibutton>Save Options</guibutton></term>
563
 
          <listitem>
564
 
            <para>Click on this button to save the current selection of advanced add options to a file. The <guilabel>Save Options</guilabel> dialog is displayed. Enter a descriptive filename in the <guilabel>Options Name</guilabel> text box, then click <guibutton>Save</guibutton>.</para>
565
 
          </listitem>
566
 
        </varlistentry>
567
 
       <!-- ============= -->   
568
 
     <varlistentry>
569
 
        <term><guibutton>Load Options</guibutton></term>
570
 
          <listitem>
571
 
            <para>Click on this button to load or delete a previously saved selection of advanced add options. The <guilabel>Load Options</guilabel> dialog is displayed.</para>
572
 
            <itemizedlist>
573
 
              <listitem>
574
 
                <para>To load a set of options, select the options file in the list box, then click <guibutton>Apply</guibutton>.</para>
575
 
              </listitem>
576
 
              <listitem>
577
 
                <para>To delete a set of options, select the options file in the list box, then click <guibutton>Remove</guibutton>. Click <guibutton>Close</guibutton> to close the <guilabel>Load Options</guilabel> dialog.</para>
578
 
              </listitem>
579
 
            </itemizedlist>
580
 
          </listitem>
581
 
        </varlistentry>
582
 
      </variablelist>
583
 
    </sect3>
584
 
  </sect2>
585
 
</sect1>
586
 
 
587
 
 
588
 
<!-- ======= Operations on Whole Archive ============= --> 
589
 
<sect1 id="file-roller-modify-archive">
590
 
  <title>Modifying Archives</title>
591
 
  <para>You can modify the whole archive in several ways.</para>
592
 
 
593
 
  <!-- ======= Renaming an Archive ============= --> 
594
 
  <sect2 id="file-roller-rename-archive">
595
 
    <title>To Rename an Archive</title>
596
 
    <para>To rename an archive, perform the following steps:</para>
597
 
    <orderedlist>
598
 
      <listitem>
599
 
        <para>Open the archive that you want to rename.</para>
600
 
      </listitem>
601
 
      <listitem>
602
 
        <para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Rename</guimenuitem></menuchoice> to display the <guilabel>Rename</guilabel> dialog.</para>
603
 
      </listitem>
604
 
      <listitem>
605
 
        <para>Enter the new archive name, without a file extension.</para>
606
 
      </listitem>
607
 
      <listitem>
608
 
        <para>Click <guibutton>Rename</guibutton>. <application>File Roller</application> renames the archive to the new filename, with the same file extension as the original file.</para>
609
 
        <note>
610
 
          <para>You cannot use <guimenuitem>Rename</guimenuitem> to change the archive format. To change the archive format, you must choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Save As</guimenuitem></menuchoice>, as described in <xref linkend="file-roller-convert-archive"/>.</para>
611
 
        </note>
612
 
      </listitem>
613
 
    </orderedlist>
614
 
  </sect2>
 
515
    <para>To add files to an archive, perform the following steps: <orderedlist><listitem><para>Decide where you want to add the files, then open that folder in the archive.</para></listitem><listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Add Files</guimenuitem></menuchoice> to display the <guilabel>Add Files</guilabel> dialog.</para></listitem><listitem><para>Select the files that you want to add.</para></listitem><listitem><para>Click <guibutton>Add</guibutton>. <application>Archive Manager</application> adds the files to the current folder in the archive.</para></listitem></orderedlist></para>
 
516
    <para>You cannot add folders to the archive with the <guilabel>Add Files</guilabel> dialog. To add a folder see <xref linkend="file-roller-add-folder"/>.</para>
 
517
    <para>The <guilabel>Add Files</guilabel> dialog provides the <guilabel>Add only if newer</guilabel> option, see <xref linkend="file-roller-add-options"/> for more information on this option.</para>
 
518
    <para>You can also add files to an archive in a file manager window, without opening an <application>Archive Manager</application> window. See <xref linkend="file-roller-fmgr"/> for more information.</para>
 
519
    <para>The Add operation adds a <emphasis>copy</emphasis> of the specified files or folders to the archive. <application>Archive Manager</application> does not remove the original files, which remain unchanged in the file system. The copies that are added to the archive have the same permissions and modification date as the original files.</para>
 
520
    </sect2>
 
521
 
 
522
<!-- ======= Adding files - Adding folder  ============= --> 
 
523
    <sect2 id="file-roller-add-folder">
 
524
      <title>To Add a Folder to an Archive</title>
 
525
    <para>To add a folder to an archive, perform the following steps: <orderedlist><listitem><para>Decide where you want to add the files, then open that folder in the archive.</para></listitem><listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Add a Folder</guimenuitem></menuchoice> to display the <guilabel>Add a Folder</guilabel> dialog.</para></listitem><listitem><para>Select the folder that you want to add.</para></listitem><listitem><para>Click <guibutton>Add</guibutton>. <application>Archive Manager</application> adds the folder to the current folder in the archive.</para></listitem></orderedlist></para>
 
526
    <para>The <guilabel>Add a Folder</guilabel> dialog provides several advanced options. See <xref linkend="file-roller-add-options"/> for more information.</para>
 
527
    </sect2>
615
528
 
616
529
  <!-- ======= Converting an Archive to Another Format ============= --> 
617
530
  <sect2 id="file-roller-convert-archive">
625
538
        <para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Save As</guimenuitem></menuchoice> to display the <guilabel>Save</guilabel> dialog.</para>
626
539
      </listitem>
627
540
      <listitem>
628
 
        <para>Enter the new archive name in the <guilabel>Filename</guilabel> text box.</para>
 
541
        <para>Enter the new archive name in the <guilabel>Name</guilabel> text box.</para>
629
542
      </listitem>
630
543
      <listitem>
631
 
        <para>Select the new format from the <guilabel>Archive type</guilabel> drop-down list. Alternatively, enter the filename extension in the <guilabel>Filename</guilabel> text box, and select <guilabel>Automatic</guilabel> from the <guilabel>Archive type</guilabel> drop-down list.</para>
 
544
        <para>Select the new format from the <guilabel>Archive type</guilabel> drop-down list. Alternatively, enter the filename extension in the <guilabel>Name</guilabel> text box, and select <guilabel>Automatic</guilabel> from the <guilabel>Archive type</guilabel> drop-down list.</para>
632
545
      </listitem>
633
546
      <listitem>
634
547
        <para>Click <guibutton>Save</guibutton>.</para>
635
548
        <note>
636
 
          <para>If all of the files in the archive are protected by a password, and you have not specified the password, <application>File Roller</application> displays an error dialog.</para>
637
 
          <para>If some but not all of the files in the archive are protected by a password, and you have not specified the password, <application>File Roller</application> does not display an error dialog. However, <application>File Roller</application> copies only the unprotected files to the new archive.</para>
 
549
          <para>If all of the files in the archive are protected by a password, and you have not specified the password, <application>Archive Manager</application> displays an error dialog.</para>
 
550
          <para>If some but not all of the files in the archive are protected by a password, and you have not specified the password, <application>Archive Manager</application> does not display an error dialog. However, <application>Archive Manager</application> copies only the unprotected files to the new archive.</para>
638
551
          <para>For more information about passwords, see <xref linkend="file-roller-encrypt-files"/>.</para>
639
552
        </note>
640
553
      </listitem>
641
554
    </orderedlist>
642
555
  </sect2>
643
 
 
644
 
  <!-- ======= Copying an Archive ============= --> 
645
 
  <sect2 id="file-roller-copy-archive">
646
 
    <title>To Copy an Archive</title>
647
 
    <para>To copy an archive, perform the following steps:</para>
648
 
    <orderedlist>
649
 
      <listitem>
650
 
        <para>Open the archive that you want to copy.</para>
651
 
      </listitem>
652
 
      <listitem>
653
 
        <para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Copy</guimenuitem></menuchoice> to display the <guilabel>Copy</guilabel> dialog.</para>
654
 
      </listitem>
655
 
      <listitem>
656
 
        <para>Specify the path where <application>File Roller</application> places the copied file. Double-click on an entry in the list box to navigate to that path. Alternatively, enter the path in the <guilabel>Filename</guilabel> text box, then press <keycap>Return</keycap>.</para>
657
 
      </listitem>
658
 
      <listitem>
659
 
        <para>Click <guibutton>Copy</guibutton>. <application>File Roller</application> copies the archive to the specified position.</para>
660
 
      </listitem>
661
 
    </orderedlist>
662
 
  </sect2>
663
 
 
664
 
  <!-- ======= Moving an Archive ============= --> 
665
 
  <sect2 id="file-roller-move-archive">
666
 
    <title>To Move an Archive</title>
667
 
    <para>To move an archive, perform the following steps:</para>
668
 
    <orderedlist>
669
 
      <listitem>
670
 
        <para>Open the archive that you want to move.</para>
671
 
      </listitem>
672
 
      <listitem>
673
 
        <para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Move</guimenuitem></menuchoice> to display the <guilabel>Move</guilabel> dialog.</para>
674
 
      </listitem>
675
 
      <listitem>
676
 
        <para>Specify the new path for the archive. Double-click on an entry in the list box to navigate to that path. Alternatively, enter the path in the <guilabel>Filename</guilabel> text box.</para>
677
 
      </listitem>
678
 
      <listitem>
679
 
        <para>Click <guibutton>Move</guibutton>. <application>File Roller</application> moves the archive to the specified position.</para>
680
 
      </listitem>
681
 
    </orderedlist>
682
 
  </sect2>
683
 
 
684
 
  <!-- ======= Deleting an Archive ============= --> 
685
 
  <sect2 id="file-roller-delete-archive">
686
 
    <title>To Delete an Archive</title>
687
 
    <para>To delete an archive, perform the following steps:</para>
688
 
    <orderedlist>
689
 
      <listitem>
690
 
        <para>Open the archive that you want to delete.</para>
691
 
      </listitem>
692
 
      <listitem>
693
 
        <para>Choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Move to Trash</guimenuitem></menuchoice> to move the archive to Trash.</para>
694
 
        <para>You can restore an archive from Trash, as described in <xref linkend="file-roller-restore-archive"/>.</para>
695
 
      </listitem>
696
 
    </orderedlist>
697
 
  </sect2>
698
 
 
699
 
  <!-- ======= Restoring an Archive ============= --> 
700
 
  <sect2 id="file-roller-restore-archive">
701
 
    <title>To Restore an Archive</title>
702
 
    <para>If a deleted archive is still in Trash, you can restore the archive. To restore an archive, perform the following steps:</para>
703
 
    <orderedlist>
704
 
      <listitem>
705
 
        <para>Open a file manager window.</para>
706
 
      </listitem>
707
 
      <listitem>
708
 
        <para>Choose <menuchoice><guimenu>Places</guimenu><guimenuitem>Trash</guimenuitem></menuchoice> to view the Trash contents.</para>
709
 
      </listitem>
710
 
      <listitem>
711
 
        <para>Select the archive that you want to restore.</para>
712
 
      </listitem>
713
 
      <listitem>
714
 
        <para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Cut File</guimenuitem></menuchoice> to remove the archive from Trash.</para>
715
 
      </listitem>
716
 
      <listitem>
717
 
        <para>Open the folder where you want to restore the archive.</para>
718
 
      </listitem>
719
 
      <listitem>
720
 
        <para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Paste Files</guimenuitem></menuchoice> to restore the archive.</para>
721
 
      </listitem>
722
 
      <listitem>
723
 
        <para>Close the file manager window.</para>
724
 
      </listitem>
725
 
    </orderedlist>
726
 
  </sect2>
727
556
</sect1>
728
557
 
729
558
<!-- ======= Operations on Archive Contents ============= --> 
742
571
<listitem><para>Enter the password in the <guilabel>Password</guilabel> text box.</para></listitem>
743
572
<listitem><para>Click <guibutton>OK</guibutton>.</para></listitem>
744
573
       </orderedlist>
745
 
    <para><application>File Roller</application> uses the password to encrypt the files that you add to the current archive, and to decrypt the files that you extract from the current archive. <application>File Roller</application> deletes the password when you close the archive.</para>
 
574
    <para><application>Archive Manager</application> uses the password to encrypt the files that you add to the current archive, and to decrypt the files that you extract from the current archive. <application>Archive Manager</application> deletes the password when you close the archive.</para>
746
575
      <para>For information on how to check whether an archive contains encrypted files, see <xref linkend="file-roller-extra-info"/>.</para>
747
576
      <note>
748
577
      <para>The encryption provided by archive utilities is weak and insecure. If security is important, use a strong encryption tool such as <ulink url="http://www.gnupg.org" type="http">GNU Privacy Guard</ulink>.</para>
855
684
<!-- ======= Viewing an archive ============= --> 
856
685
<sect1 id="file-roller-view">
857
686
  <title>Viewing Archives</title>
858
 
  <para><application>File Roller</application> enables you to view several aspects of an archive.</para>
 
687
  <para><application>Archive Manager</application> enables you to view several aspects of an archive.</para>
859
688
 
860
689
<!-- ======= Archive Properties ============= --> 
861
690
    <sect2 id="file-roller-view-archive-properties">
862
691
      <title>To View the Properties of an Archive</title>
863
 
      <para>To view the properties of an archive, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Properties</guimenuitem></menuchoice> to display the <guilabel>Properties</guilabel> dialog. The <guilabel>Properties</guilabel> dialog displays the following information about the archive: <variablelist><varlistentry><term><guilabel>Name</guilabel></term><listitem><para>The name of the archive.</para></listitem></varlistentry><varlistentry><term><guilabel>Path</guilabel></term><listitem><para>The position of the archive in the file system.</para></listitem></varlistentry><varlistentry><term><guilabel>File size</guilabel></term><listitem><para>The size of the archive contents when compressed. To learn the size of the archive contents when uncompressed, check the statusbar.</para></listitem></varlistentry><varlistentry><term><guilabel>Number of files</guilabel></term><listitem><para>The number of files in the archive.</para></listitem></varlistentry><varlistentry><term><guilabel>Modified on</guilabel></term><listitem><para>The date and time at which the archive was last modified.</para></listitem></varlistentry></variablelist></para>
 
692
      <para>To view the properties of an archive, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Properties</guimenuitem></menuchoice> to display the <guilabel>Properties</guilabel> dialog. The <guilabel>Properties</guilabel> dialog displays the following information about the archive: <variablelist><varlistentry><term><guilabel>Name</guilabel></term><listitem><para>The name of the archive.</para></listitem></varlistentry><varlistentry><term><guilabel>Path</guilabel></term><listitem><para>The position of the archive in the file system.</para></listitem></varlistentry><varlistentry><term><guilabel>Modified on</guilabel></term><listitem><para>The date and time at which the archive was last modified.</para></listitem></varlistentry><varlistentry><term><guilabel>Archive size</guilabel></term><listitem><para>The size of the archive contents when compressed.</para></listitem></varlistentry><varlistentry><term><guilabel>Content size</guilabel></term><listitem><para>The size of the archive contents when uncompressed. This information is also available in the statusbar.</para></listitem></varlistentry><varlistentry><term><guilabel>Compression ratio</guilabel></term><listitem><para>The compression ratio is a value used to describe the reduction in size of the data. For example a compression ratio of 5 means that the compressed archive is 1/5th the size of the original data.</para></listitem></varlistentry><varlistentry><term><guilabel>Number of files</guilabel></term><listitem><para>The number of files in the archive.</para></listitem></varlistentry></variablelist></para>
864
693
    </sect2>
865
694
 
866
695
 
868
697
    <sect2 id="file-roller-view-archive-contents">
869
698
      <title>To View the Contents of an Archive</title>
870
699
 
871
 
      <para>To view the contents of a <application>File Roller</application> archive, use a Bonobo-enabled viewer. <application>File Roller</application> displays the archive contents as a file list with the following columns: <variablelist><varlistentry><term><guilabel>Name</guilabel></term><listitem><para>The name of a file or folder in the archive.</para></listitem></varlistentry><varlistentry><term><guilabel>Size</guilabel></term><listitem><para>The size of the file when the file is extracted from the archive. For a folder, the <guilabel>Size</guilabel> field is blank. For information on how to display the size of the compressed file, see <xref linkend="file-roller-extra-info"/>.</para></listitem></varlistentry><varlistentry><term><guilabel>Type</guilabel></term><listitem><para>The type of the file. For a folder, the value in the <guilabel>Type</guilabel> field is <literal>Folder</literal>.</para></listitem></varlistentry><varlistentry><term><guilabel>Date modified</guilabel></term><listitem><para>The date on which the file was last modified. For a folder, the <guilabel>Date modified</guilabel> field is blank.</para></listitem></varlistentry><varlistentry><term><guilabel>Location</guilabel></term><listitem><para>The path to the file within the archive. For a folder, the <guilabel>Location</guilabel> field is blank.</para></listitem></varlistentry></variablelist></para>
872
 
      <para>If another program has modified the archive since <application>File Roller</application> opened the archive, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Reload</guimenuitem></menuchoice> to reload the archive contents from disk.</para>
873
 
      <para>For information on how to customize the way that <application>File Roller</application> displays the archive contents, see <xref linkend="file-roller-archive-custom"/>.</para>
 
700
      <para><application>Archive Manager</application> displays the archive contents in the main window as a file list with the following columns: <variablelist><varlistentry><term><guilabel>Name</guilabel></term><listitem><para>The name of a file or folder in the archive.</para></listitem></varlistentry><varlistentry><term><guilabel>Size</guilabel></term><listitem><para>The size of the file when the file is extracted from the archive. For a folder, the <guilabel>Size</guilabel> field is blank. For information on how to display the size of the compressed file, see <xref linkend="file-roller-extra-info"/>.</para></listitem></varlistentry><varlistentry><term><guilabel>Type</guilabel></term><listitem><para>The type of the file. For a folder, the value in the <guilabel>Type</guilabel> field is <literal>Folder</literal>.</para></listitem></varlistentry><varlistentry><term><guilabel>Date modified</guilabel></term><listitem><para>The date on which the file was last modified. For a folder, the <guilabel>Date modified</guilabel> field is blank.</para></listitem></varlistentry><varlistentry><term><guilabel>Location</guilabel></term><listitem><para>The path to the file within the archive. For a folder, the <guilabel>Location</guilabel> field is blank.</para></listitem></varlistentry></variablelist></para>
 
701
      <para>If another program has modified the archive since <application>Archive Manager</application> opened the archive, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Reload</guimenuitem></menuchoice> to reload the archive contents from disk.</para>
 
702
      <para>For information on how to customize the way that <application>Archive Manager</application> displays the archive contents, see <xref linkend="file-roller-archive-custom"/>.</para>
874
703
      <para>For more advanced tasks, use an application installed on your system. For more information, see <xref linkend="file-roller-view-archive-file"/>.</para>
875
704
 
876
705
    </sect2>
879
708
  <sect2 id="file-roller-view-archive-file"> 
880
709
    <title>To View a File in an Archive</title> 
881
710
    <para>To view a file in an archive, perform the following steps: <orderedlist><listitem><para>Select the file.</para></listitem><listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>View File</guimenuitem></menuchoice>.</para></listitem></orderedlist></para>
882
 
    <para><application>File Roller</application> uses information from the <guilabel>File Types and Programs</guilabel> section of Advanced Desktop Preferences to automatically determine the appropriate viewer or application for the file type, and then launches that viewer or application. For more information about the differences between viewers and applications, see <xref linkend="file-roller-viewers-applications"/>. If <application>File Roller</application> cannot determine the appropriate viewer or application, <application>File Roller</application> tries to use a text viewer to display the file contents.</para>
883
 
    <para>You can also use a viewer or application specified by you, rather than the default viewer or application, to view a file. To use an external application to open a file, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Open Files</guimenuitem></menuchoice>. <application>File Roller</application> displays the <guilabel>Open Files</guilabel> dialog, which lists all of the applications that can open files of the specified type. To select one of the applications, click on the application name and then click <guibutton>Open</guibutton>. Alternatively, enter the application name in the <guilabel>Application</guilabel> text box and then click <guibutton>Open</guibutton> to launch the application of your choice.</para>
 
711
    <para><application>Archive Manager</application> uses information from the <guilabel>File Types and Programs</guilabel> section of Advanced Desktop Preferences to automatically determine the appropriate application for the file type, and then launches that application. If <application>Archive Manager</application> cannot determine the appropriate application, <application>Archive Manager</application> displays the <guilabel>Open Files</guilabel> dialog to let you choose an application, as described below.</para>
 
712
    <para>You can use an application specified by you, rather than the default application, to view a file. To use an external application to open a file, choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Open Files</guimenuitem></menuchoice>. <application>Archive Manager</application> displays the <guilabel>Open Files</guilabel> dialog, which lists all of the applications that can open files of the specified type. To select one of the applications, click on the application name and then click <guibutton>Open</guibutton>. Alternatively, enter the application name in the <guilabel>Application</guilabel> text box and then click <guibutton>Open</guibutton> to launch the application of your choice.</para>
884
713
     <note>
885
 
      <para>You cannot use <application>File Roller</application> to change a file. If you use an application to open a file within a <application>File Roller</application> archive and make any changes to the opened file, <application>File Roller</application><emphasis>does not</emphasis> save the changes in the archive, even if you click <guibutton>Save</guibutton> in the application. <application>File Roller</application> creates a temporary copy of the file, and then passes the temporary copy to the file-editing application. When you close the file-editing application, <application>File Roller</application> deletes the temporary copy of the file and all changes are lost.</para>
886
 
      <para>To edit a file in a <application>File Roller</application> archive and save your changes in the archive: <orderedlist><listitem><para><link linkend="file-roller-extract">Extract</link> the file to a temporary location.</para></listitem><listitem><para>Edit the temporary file created in step 1, and then save your changes.</para></listitem><listitem><para><link linkend="file-roller-add-files">Add</link> the edited file back into the archive, that is, overwrite the original version of the file.</para></listitem></orderedlist></para>
 
714
      <para>You cannot use <application>Archive Manager</application> to change a file. If you use an application to open a file within a <application>Archive Manager</application> archive and make any changes to the opened file, <application>Archive Manager</application><emphasis>does not</emphasis> save the changes in the archive, even if you click <guibutton>Save</guibutton> in the application. <application>Archive Manager</application> creates a temporary copy of the file, and then passes the temporary copy to the file-editing application. When you close the file-editing application, <application>Archive Manager</application> deletes the temporary copy of the file and all changes are lost.</para>
 
715
      <para>To edit a file in a <application>Archive Manager</application> archive and save your changes in the archive: <orderedlist><listitem><para><link linkend="file-roller-extract">Extract</link> the file to a temporary location.</para></listitem><listitem><para>Edit the temporary file created in step 1, and then save your changes.</para></listitem><listitem><para><link linkend="file-roller-add-files">Add</link> the edited file back into the archive, that is, overwrite the original version of the file.</para></listitem></orderedlist></para>
887
716
    </note>
888
 
     <sect3 id="file-roller-viewers-applications">
889
 
      <title>Viewers and Applications</title>
890
 
      <para>Viewers do not launch a separate application to display the contents of a file. Instead, viewers show the contents of the file inside a file manager window. Viewers usually start much more quickly than applications, but have very limited functionality.</para>
891
 
      <para>Viewers are not part of the <application>File Roller</application> application. Viewers are provided by other GNOME applications and use special technology called <application>bonobo</application> which enables the viewers to work inside a file manager window. The number of viewers available to <application>File Roller</application> depends on the <application>bonobo</application>-enabled applications installed on your system.</para>
892
 
    </sect3>
893
717
  </sect2>
894
718
</sect1>
895
719
    
896
720
<!-- ======= Customizing the Archive Display ============= --> 
897
721
<sect1 id="file-roller-archive-custom">
898
722
  <title>Customizing the Archive Display</title>
899
 
  <para>You can customize the way that <application>File Roller</application> displays the archive contents, as follows:</para>
 
723
  <para>You can customize the way that <application>Archive Manager</application> displays the archive contents, as follows:</para>
900
724
  <itemizedlist>
901
725
    <listitem>
902
726
      <para>Switch between folder view and file view. For more information, see <xref linkend="file-roller-view-type"/>.</para>
908
732
      <para>Display additional details about the contents of the archive. For more information, see <xref linkend="file-roller-extra-info"/>.</para>
909
733
    </listitem> 
910
734
  </itemizedlist>
911
 
  <para><application>File Roller</application> updates the display immediately, when you make any of the above customizations.</para>
 
735
  <para><application>Archive Manager</application> updates the display immediately, when you make any of the above customizations.</para>
912
736
 
913
737
  <sect2 id="file-roller-view-type">
914
738
    <title>To Set the View Type</title>
916
740
 
917
741
    <sect3 id="file-roller-view-type-folder">
918
742
      <title>Folder View</title>
919
 
      <para><application>File Roller</application> displays the archive contents in folder view by default. To explicitly select folder view, choose <menuchoice><guimenu>View</guimenu><guimenuitem>View as a Folder</guimenuitem></menuchoice>.</para>
920
 
      <para>In folder view, <application>File Roller</application> shows folders in the same way as a file manager shows folders. That is, <application>File Roller</application> indicates folders in the display area with a folder icon and the folder name. To view the contents of a folder, double-click on the folder name.</para>
921
 
      <para>The folderbar, which <application>File Roller</application> displays only in folder view, contains the components described in the following table.</para>
 
743
      <para><application>Archive Manager</application> displays the archive contents in folder view by default. To explicitly select folder view, choose <menuchoice><guimenu>View</guimenu><guimenuitem>View as a Folder</guimenuitem></menuchoice>.</para>
 
744
      <para>In folder view, <application>Archive Manager</application> shows folders in the same way as a file manager shows folders. That is, <application>Archive Manager</application> indicates folders in the display area with a folder icon and the folder name. To view the contents of a folder, double-click on the folder name.</para>
 
745
      <para>The folderbar, which <application>Archive Manager</application> displays only in folder view, contains the components described in the following table.</para>
922
746
      <informaltable frame="all">
923
747
        <tgroup cols="2" colsep="1" rowsep="1">
924
748
          <colspec colname="COLSPEC0" colwidth="50*"/>
1008
832
              </entry>
1009
833
              <entry>
1010
834
                <para>This field shows the full pathname, within the archive, of the current folder.</para>
1011
 
                <para>To change to a different level in the folder tree, type the new location in the <guilabel>Location</guilabel> text box then press <keycap>Return</keycap>. <application>File Roller</application> displays the contents of the new location.</para>
 
835
                <para>To change to a different level in the folder tree, type the new location in the <guilabel>Location</guilabel> text box then press <keycap>Return</keycap>. <application>Archive Manager</application> displays the contents of the new location.</para>
1012
836
              </entry>
1013
837
            </row>
1014
838
          </tbody>
1019
843
    <sect3 id="file-roller-view-type-file">
1020
844
      <title>File View</title>
1021
845
      <para>To select file view, choose <menuchoice><guimenu>View</guimenu><guimenuitem>View All Files</guimenuitem></menuchoice>.</para>
1022
 
      <para>In file view, <application>File Roller</application> displays all files in the archive, including files from subfolders, in a single list.</para>
 
846
      <para>In file view, <application>Archive Manager</application> displays all files in the archive, including files from subfolders, in a single list.</para>
1023
847
    </sect3>
1024
848
 
1025
849
  </sect2>
1029
853
    <para>You can sort the file list by name, size, type, modification date, or location.</para>
1030
854
    <para>To specify a sort order, choose <menuchoice><guimenu>View</guimenu><guisubmenu>Arrange Files</guisubmenu></menuchoice> and select the required sort order. Alternatively, click on the heading of the corresponding column.</para>
1031
855
    <para>To reverse the sort order, click on the column heading again, or choose <menuchoice><guimenu>View</guimenu><guisubmenu>Arrange Files</guisubmenu><guisubmenu>Reversed Order</guisubmenu></menuchoice>.</para>
1032
 
    <para>For example, to sort the file list by modification date, click on the <guilabel>Date modified</guilabel> heading. <application>File Roller</application> rearranges the file list to display the files by modification date, starting with the earliest. To display the latest files first, click on the <guilabel>Date modified</guilabel> heading again.</para>
1033
 
    <para><application>File Roller</application> always performs a secondary sort based on the file name. In the above example, <application>File Roller</application> sorts by name any files that have the same modification date.</para>
 
856
    <para>For example, to sort the file list by modification date, click on the <guilabel>Date modified</guilabel> heading. <application>Archive Manager</application> rearranges the file list to display the files by modification date, starting with the earliest. To display the latest files first, click on the <guilabel>Date modified</guilabel> heading again.</para>
 
857
    <para><application>Archive Manager</application> always performs a secondary sort based on the file name. In the above example, <application>Archive Manager</application> sorts by name any files that have the same modification date.</para>
1034
858
  </sect2>
1035
859
 
1036
860
  <sect2 id="file-roller-extra-info">
1037
861
    <title>To Display Additional Details</title>
1038
 
      <para>To check whether an archive contains encrypted files, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Test Integrity</guimenuitem></menuchoice>: <itemizedlist><listitem><para>If the archive contains no encrypted files, or if the archive contains encrypted files and you have entered the correct password in the <guilabel>Password</guilabel> text box, <application>File Roller</application> opens the <guilabel>Test Result</guilabel> dialog to list each file in the archive, and indicates that each file has status <literal>OK</literal>.</para></listitem><listitem><para>If the archive contains some encrypted and unencrypted files, and you have not entered the correct password in the <guilabel>Password</guilabel> text box, <application>File Roller</application> opens the <guilabel>Test Result</guilabel> dialog to list each file in the archive, and indicates that each unencrypted file has status <literal>OK</literal>, and each encrypted file has status <literal>incorrect password</literal>.</para></listitem><listitem><para>If the archive contains only encrypted files and you have not entered the correct password in the <guilabel>Password</guilabel> text box, <application>File Roller</application> displays an <guilabel>Error</guilabel> dialog.</para></listitem></itemizedlist> For more information about file encryption, see <xref linkend="file-roller-encrypt-files"/>.</para>
1039
 
      <para>To open the <guilabel>Last Output</guilabel> dialog, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Last Output</guimenuitem></menuchoice>: <itemizedlist><listitem><para>If you tested the archive in the current <application>File Roller</application> session, the <guilabel>Last Output</guilabel> dialog displays the results of the last test.</para></listitem><listitem><para>If you did not test the archive in the current <application>File Roller</application> session, the <guilabel>Last Output</guilabel> dialog displays a list of all files in the archive, but does not indicate any status for the files. Instead, the <guilabel>Last Output</guilabel> dialog provides the compressed size of each file and the percentage of compression, and the date and time at which the file was last modified.</para></listitem></itemizedlist></para>
 
862
      <para>To check whether an archive contains encrypted files, choose <menuchoice><guimenu>Archive</guimenu><guimenuitem>Test Integrity</guimenuitem></menuchoice>: <itemizedlist><listitem><para>If the archive contains no encrypted files, or if the archive contains encrypted files and you have entered the correct password in the <guilabel>Password</guilabel> text box, <application>Archive Manager</application> opens the <guilabel>Test Result</guilabel> dialog to list each file in the archive, and indicates that each file has status <literal>OK</literal>.</para></listitem><listitem><para>If the archive contains some encrypted and unencrypted files, and you have not entered the correct password in the <guilabel>Password</guilabel> text box, <application>Archive Manager</application> opens the <guilabel>Test Result</guilabel> dialog to list each file in the archive, and indicates that each unencrypted file has status <literal>OK</literal>, and each encrypted file has status <literal>incorrect password</literal>.</para></listitem><listitem><para>If the archive contains only encrypted files and you have not entered the correct password in the <guilabel>Password</guilabel> text box, <application>Archive Manager</application> displays an <guilabel>Error</guilabel> dialog.</para></listitem></itemizedlist> For more information about file encryption, see <xref linkend="file-roller-encrypt-files"/>.</para>
 
863
      <para>To open the <guilabel>Last Output</guilabel> dialog, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Last Output</guimenuitem></menuchoice>: <itemizedlist><listitem><para>If you tested the archive in the current <application>Archive Manager</application> session, the <guilabel>Last Output</guilabel> dialog displays the results of the last test.</para></listitem><listitem><para>If you did not test the archive in the current <application>Archive Manager</application> session, the <guilabel>Last Output</guilabel> dialog displays a list of all files in the archive, but does not indicate any status for the files. Instead, the <guilabel>Last Output</guilabel> dialog provides the compressed size of each file and the percentage of compression, and the date and time at which the file was last modified.</para></listitem></itemizedlist></para>
1040
864
  </sect2>
1041
865
</sect1>
1042
866
 
1049
873
<!-- ======= Adding files Using File Manager Menu  ============= --> 
1050
874
    <sect2 id="file-roller-fmgr-add">
1051
875
      <title>To Add Files to an Archive by Using the File Manager</title>
1052
 
           <para>You can use the file manager to add files to an archive, in the following ways: <itemizedlist><listitem><para>Drag the files into a <application>File Roller</application> window from a file manager window.</para></listitem><listitem><para>Use the file manager popup menu to add the files to the archive.</para></listitem></itemizedlist></para>
 
876
           <para>You can use the file manager to add files to an archive, in the following ways: <itemizedlist><listitem><para>Drag the files into a <application>Archive Manager</application> window from a file manager window.</para></listitem><listitem><para>Use the file manager popup menu to add the files to the archive.</para></listitem></itemizedlist></para>
1053
877
      <para>To use the file manager popup menu to add files to an archive, perform the following steps:</para>
1054
878
      <orderedlist>
1055
879
        <listitem><para>Right-click on the files or folders in a file manager window.</para>
1056
880
        </listitem>
1057
 
        <listitem><para>Choose <guimenuitem>Create Archive</guimenuitem> from the file manager popup menu to display the <application>File Roller</application><guilabel>Create Archive</guilabel> dialog.</para>
 
881
        <listitem><para>Choose <guimenuitem>Create Archive</guimenuitem> from the file manager popup menu to display the <application>Archive Manager</application><guilabel>Create Archive</guilabel> dialog.</para>
1058
882
        </listitem>
1059
883
        <listitem><para>Enter the archive name in the <guilabel>Archive</guilabel> text box.</para>
1060
884
        </listitem>
1061
885
        <listitem><para>Click <guilabel>Create</guilabel> to add the selected files to the root folder of the specified archive.</para>
1062
 
                 <note><para>To select any of the advanced add options, you must invoke <application>File Roller</application> as described in <xref linkend="file-roller-to-start"/>.</para></note>
 
886
                 <note><para>To select any of the advanced add options, you must invoke <application>Archive Manager</application> as described in <xref linkend="file-roller-to-start"/>.</para></note>
1063
887
        </listitem>
1064
888
      </orderedlist>
1065
889
    </sect2>
1067
891
<!-- ======= Extracting files Using File Manager Menu  ============= --> 
1068
892
  <sect2 id="file-roller-fmgr-extract">
1069
893
      <title>To Extract Files From an Archive by Using the File Manager</title>
1070
 
           <para>You can use the file manager to extract files from an archive, in the following ways: <itemizedlist><listitem><para>Drag the files from a <application>File Roller</application> window into a file manager window.</para></listitem><listitem><para>Use the file manager popup menu to extract the files from the archive.</para></listitem></itemizedlist></para>
 
894
           <para>You can use the file manager to extract files from an archive, in the following ways: <itemizedlist><listitem><para>Drag the files from a <application>Archive Manager</application> window into a file manager window.</para></listitem><listitem><para>Use the file manager popup menu to extract the files from the archive.</para></listitem></itemizedlist></para>
1071
895
      <para>To use the file manager popup menu to extract files from an archive, perform the following steps:</para>
1072
896
      <orderedlist>
1073
897
        <listitem><para>Right-click on the archive in a file manager window.</para>
1075
899
        <listitem><para>Choose <guimenuitem>Extract Here</guimenuitem> to extract all of the archive contents into the directory where the archive is located.</para>
1076
900
        </listitem>
1077
901
      </orderedlist>
1078
 
      <note><para>To extract encrypted files, you must invoke <application>File Roller</application> as described in <xref linkend="file-roller-to-start"/>.</para></note>
 
902
      <note><para>To extract encrypted files, you must invoke <application>Archive Manager</application> as described in <xref linkend="file-roller-to-start"/>.</para></note>
1079
903
    </sect2>
1080
904
 
1081
905
</sect1>
1082
906
 
 
907
<!-- ======= Add Advanced Options  ============= --> 
 
908
    <sect1 id="file-roller-add-options">
 
909
      <title>Add Options</title>
 
910
      <para>The <guilabel>Add Files</guilabel> and <guilabel>Add a Folder</guilabel> dialogs provide the following option:</para>
 
911
      <variablelist>
 
912
       <!-- ============= -->   
 
913
        <varlistentry>
 
914
          <term><guilabel>Add only if newer</guilabel></term>
 
915
          <listitem>
 
916
            <para>Select this option to add the specified file to the archive only if the archive does not contain the specified file, or if the archive contains an older version of the specified file. <application>Archive Manager</application> uses the modification date to determine which file is the most recent. If the version of the file in the archive is the most recent, <application>Archive Manager</application> does not add the specified file to the archive.</para>
 
917
            <para>If you do not select this option, <application>Archive Manager</application> adds the file to the archive and overwrites the previous archive contents.</para>
 
918
            <tip>
 
919
              <title>Tip</title>
 
920
              <para>If you use <application>Archive Manager</application> to create backups, the <guilabel>Add only if newer</guilabel> option is very useful. For example, the archive <filename>backup.tar.gz</filename> contains a week-old backup of your home folder. To update the archive to contain a current backup of your home folder, perform the following steps: <orderedlist><listitem><para>Open the <filename>backup.tar.gz</filename> archive in <application>Archive Manager</application>.</para></listitem><listitem><para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Add</guimenuitem></menuchoice> to display the <guilabel>Add a Folder</guilabel> dialog.</para></listitem><listitem><para>Select your home folder.</para></listitem><listitem><para>Select the <guilabel>Add only if newer</guilabel> option.</para></listitem><listitem><para>Click <guibutton>Add</guibutton>.</para></listitem></orderedlist><application>Archive Manager</application> automatically adds to the archive all files that you created during the last week, and updates all files that you modified during the last week. However, <application>Archive Manager</application> does not remove from the archive the files that you deleted during the last week. The archive update operation is much faster than doing a full backup of your home folder.</para>
 
921
          </tip>
 
922
        </listitem>
 
923
      </varlistentry>
 
924
      </variablelist>
 
925
      <sect2 id="file-roller-add-folder-options">
 
926
      <title>Add to Folder Options</title>
 
927
      <para>The following options are available in the <guilabel>Add a Folder</guilabel> dialog and allow to automatically select and add all files that satisfy certain criteria:</para>
 
928
      <variablelist>
 
929
       <!-- ============= -->   
 
930
        <varlistentry>
 
931
          <term><guilabel>Include files</guilabel></term>
 
932
          <listitem>
 
933
            <para>Type a filename pattern in this text box to include files with names that match the specified pattern. See <xref linkend="file-roller-pattern"/> for more information about filename patterns.</para>
 
934
          </listitem>
 
935
        </varlistentry>
 
936
       <!-- ============= -->   
 
937
        <varlistentry>
 
938
          <term><guilabel>Exclude files</guilabel></term>
 
939
          <listitem>
 
940
            <para>Type a filename pattern in this text box to exclude files with names that match the specified pattern. See <xref linkend="file-roller-pattern"/> for more information about filename patterns.</para>
 
941
          </listitem>
 
942
        </varlistentry>
 
943
       <!-- ============= -->   
 
944
      <varlistentry>
 
945
        <term><guilabel>Include subfolders</guilabel></term>
 
946
        <listitem>
 
947
          <para>Select this option to add all files that match the specified pattern, from the current folder and from subfolders.</para>
 
948
          <note>
 
949
          <para>The filename, not the subfolder name, must match the specified pattern.</para>
 
950
          </note>
 
951
          <para>If you do not select this option, <application>Archive Manager</application> adds the matching files from the current folder only.</para>
 
952
        </listitem>
 
953
      </varlistentry>
 
954
       <!-- ============= -->   
 
955
     <varlistentry>
 
956
        <term><guilabel>Exclude folders that are symbolic links</guilabel></term>
 
957
          <listitem>
 
958
            <para>Select this option to omit files from folders that are symbolic links. Symbolic links are pointers or shortcuts to other folders.</para>
 
959
            <para>If you do not select this option, <application>Archive Manager</application> adds the matching files from folders that are symbolic links.</para>
 
960
          </listitem>
 
961
        </varlistentry>
 
962
       <!-- ============= -->   
 
963
     <varlistentry>
 
964
        <term><guibutton>Save Options</guibutton></term>
 
965
          <listitem>
 
966
            <para>Click on this button to save the current selection of advanced add options to a file. The <guilabel>Save Options</guilabel> dialog is displayed. Enter a descriptive filename in the <guilabel>Options Name</guilabel> text box, then click <guibutton>Save</guibutton>.</para>
 
967
          </listitem>
 
968
        </varlistentry>
 
969
       <!-- ============= -->   
 
970
     <varlistentry>
 
971
        <term><guibutton>Load Options</guibutton></term>
 
972
          <listitem>
 
973
            <para>Click on this button to load or delete a previously saved selection of advanced add options. The <guilabel>Load Options</guilabel> dialog is displayed.</para>
 
974
            <itemizedlist>
 
975
              <listitem>
 
976
                <para>To load a set of options, select the options file in the list box, then click <guibutton>Apply</guibutton>.</para>
 
977
              </listitem>
 
978
              <listitem>
 
979
                <para>To delete a set of options, select the options file in the list box, then click <guibutton>Remove</guibutton>. Click <guibutton>Close</guibutton> to close the <guilabel>Load Options</guilabel> dialog.</para>
 
980
              </listitem>
 
981
            </itemizedlist>
 
982
          </listitem>
 
983
        </varlistentry>
 
984
      </variablelist>
 
985
    </sect2>
 
986
  </sect1>
 
987
 
1083
988
<!-- ======= Extract Options  ============= --> 
1084
989
  <sect1 id="file-roller-extract-options">
1085
990
    <title>Extract Options</title>
1086
991
      
1087
 
    <para>The <guilabel>Extract</guilabel> dialog provides the following options, which are saved when you quit <application>File Roller</application>:</para>
 
992
    <para>The <guilabel>Extract</guilabel> dialog provides the following options, which are saved when you quit <application>Archive Manager</application>:</para>
1088
993
      <variablelist>
1089
994
       <!-- ============= -->   
1090
995
        <varlistentry>
1117
1022
        <varlistentry>
1118
1023
          <term><guilabel>Re-create folders</guilabel></term>
1119
1024
          <listitem><para>Select this option to reconstruct the folder structure when extracting the specified files.</para> 
1120
 
              <para>For example, you specify <filename>/tmp</filename> in the <guilabel>Filename</guilabel> text box and choose to extract all files. The archive contains a subfolder called <filename>doc</filename>. <itemizedlist><listitem><para>If you select the <guilabel>Re-create folders</guilabel> option, <application>File Roller</application> extracts the contents of the subfolder to <filename>/tmp/doc</filename>.</para></listitem><listitem><para>If you do not select the <guilabel>Re-create folders</guilabel> option, <application>File Roller</application> does not create any subfolders. Instead, <application>File Roller</application> extracts all files from the archive, including files from subfolders, to <filename>/tmp</filename>.</para></listitem></itemizedlist></para></listitem>
 
1025
              <para>For example, you specify <filename>/tmp</filename> in the <guilabel>Filename</guilabel> text box and choose to extract all files. The archive contains a subfolder called <filename>doc</filename>. <itemizedlist><listitem><para>If you select the <guilabel>Re-create folders</guilabel> option, <application>Archive Manager</application> extracts the contents of the subfolder to <filename>/tmp/doc</filename>.</para></listitem><listitem><para>If you do not select the <guilabel>Re-create folders</guilabel> option, <application>Archive Manager</application> does not create any subfolders. Instead, <application>Archive Manager</application> extracts all files from the archive, including files from subfolders, to <filename>/tmp</filename>.</para></listitem></itemizedlist></para></listitem>
1121
1026
        </varlistentry>
1122
1027
       <!-- ============= -->   
1123
1028
        <varlistentry>
1124
1029
          <term><guilabel>Overwrite existing files</guilabel> </term>
1125
1030
          <listitem><para>Select this option to overwrite any files in the destination folder that have the same name as the specified files.</para>
1126
 
            <para>If you do not select this option, <application>File Roller</application> does not extract the specified file if an existing file with the same name already exists in the destination folder.</para>
 
1031
            <para>If you do not select this option, <application>Archive Manager</application> does not extract the specified file if an existing file with the same name already exists in the destination folder.</para>
1127
1032
          </listitem>
1128
1033
        </varlistentry>
1129
1034
       <!-- ============= -->   
1130
1035
        <varlistentry>
1131
1036
          <term><guilabel>Do not extract older files</guilabel> </term>
1132
1037
          <listitem><para>This option is only effective while the <guilabel>Overwrite existing files</guilabel> option is selected.</para>
1133
 
            <para>Select the <guilabel>Do not extract older files</guilabel> option to extract the specified file only if the destination folder does not contain the specified file, or if the destination folder contains an older version of the specified file. <application>File Roller</application> uses the modification date to determine which file is the most recent. If the version of the file in the archive is older, <application>File Roller</application> does not extract the specified file to the destination folder.</para>
1134
 
            <para>If you do not select the <guilabel>Do not extract older files</guilabel> option while the <guilabel>Overwrite existing files</guilabel> option is selected, <application>File Roller</application> extracts the specified file from the archive and overwrites the previous contents of the destination folder.</para></listitem>
 
1038
            <para>Select the <guilabel>Do not extract older files</guilabel> option to extract the specified file only if the destination folder does not contain the specified file, or if the destination folder contains an older version of the specified file. <application>Archive Manager</application> uses the modification date to determine which file is the most recent. If the version of the file in the archive is older, <application>Archive Manager</application> does not extract the specified file to the destination folder.</para>
 
1039
            <para>If you do not select the <guilabel>Do not extract older files</guilabel> option while the <guilabel>Overwrite existing files</guilabel> option is selected, <application>Archive Manager</application> extracts the specified file from the archive and overwrites the previous contents of the destination folder.</para></listitem>
1135
1040
        </varlistentry>
1136
1041
       <!-- ============= -->   
1137
1042
        <varlistentry>