~ubuntu-branches/ubuntu/saucy/deja-dup/saucy

« back to all changes in this revision

Viewing changes to help/oc/restore-lost.page

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2012-06-05 13:45:39 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120605134539-l35tewhkjfq4qp6e
Tags: 23.2-0ubuntu1
* New upstream release
* debian/control:
  - Add libpeas-dev to Build-Depends
  - Update valac and libglib2.0-dev versions
  - Bump debhelper version to 9
* debian/compat:
  - Bump to 9
* debian/rules:
  - Don't install new .la and .a files from upstream
* debian/patches/allow-resuming-encrypted-backup.patch:
  - Dropped, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" its:version="1.0" type="topic" id="restore-lost" xml:lang="oc">
 
3
<info>
 
4
  <desc>Restore a file that is no longer present</desc>
 
5
  <link type="guide" xref="index#restore"/>
 
6
</info>
 
7
<title>Restoring a Lost File</title>
 
8
<steps>
 
9
  <item><p>Browse to the folder containing the file you lost.</p></item>
 
10
  <item><p>Click <guiseq><gui style="menuitem">File</gui><gui style="menuitem">Restore Missing Files…</gui></guiseq>.</p></item>
 
11
  <item><p>When the <gui>Restore</gui> dialog appears, it will scan for files that are in the backup but no longer in the folder.</p></item>
 
12
  <item><p>When you see the file you want to restore appear, select it and click <gui style="button">Forward</gui>.</p></item>
 
13
  <item><p>Review your selections and click <gui style="button">Restore</gui>.</p></item>
 
14
</steps>
 
15
<note style="advanced"><p>You can restore lost files from the command line as well, if you remember what their filenames were:</p>
 
16
                                 <screen><span its:translate="no">deja-dup --restore </span>FILE1 FILE2</screen></note>
 
17
</page>