File: restore-revert.page

package info (click to toggle)
deja-dup 20.2-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 12,708 kB
  • sloc: ansic: 43,189; sh: 11,671; python: 1,506; makefile: 483; perl: 461
file content (19 lines) | stat: -rw-r--r-- 1,214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" its:version="1.0" type="topic" id="restore-revert" xml:lang="zh-CN">
<info>
  <desc>Restore a previous version of a file</desc>
  <link type="guide" xref="index#restore"/>
</info>
<title>恢复文件</title>
<steps>
  <item><p>浏览到包含您想恢复的文件的文件夹。</p></item>
  <item><p>Select the file you want to revert by clicking on it.</p></item>
  <item><p>Click <guiseq><gui style="menuitem">Edit</gui><gui style="menuitem">Revert to Previous Version…</gui></guiseq>.</p></item>
  <item><p>出现<gui>恢复</gui>对话框时,选择恢复的起始日期。</p></item>
  <item><p>单击<gui style="button">前进</gui>。</p></item>
  <item><p>检查所做选择,并单击<gui style="button">恢复</gui>。请注意,此操作会覆盖文件的当前版本。</p></item>
</steps>
<note style="tip"><p>You can select multiple files at once before reverting.</p></note>
<note style="advanced"><p>您还可以通过命令行来恢复文件:</p>
  		                 <screen><span its:translate="no">deja-dup --restore </span>FILE1 FILE2</screen></note>
</page>