1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="backup-how" xml:lang="vi">
<info>
<link type="guide" xref="backup-why"/>
<revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
<revision pkgversion="3.13.92" date="2014-09-20" status="review"/>
<credit type="author">
<name>Tiffany Antopolski</name>
<email>tiffany.antopolski@gmail.com</email>
</credit>
<credit>
<name>Dự án tài liệu GNOME</name>
<email>gnome-doc-list@gnome.org</email>
</credit>
<credit type="editor">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
</credit>
<credit type="editor">
<name>Klein Kravis</name>
<email>kleinkravis44@outlook.com</email>
<years>2020</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>Use Déjà Dup (or another backup application) to make copies of
your valuable files and settings to protect against loss.</desc>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Nguyễn Thái Ngọc Duy</mal:name>
<mal:email>pclouds@gmail.com</mal:email>
<mal:years>2011-2012.</mal:years>
</mal:credit>
</info>
<title>Cách sao lưu</title>
<p>Cách dễ nhất để sao lưu tập tin và thiết lập là để ứng dụng sao lưu thực hiện dùm bạn. Có một số ứng dụng sao lưu khác nhau, ví dụ <app>Déjà Dup</app>.</p>
<p>Trợ giúp của ứng dụng sao lưu bạn chọn sẽ giúp bạn điều chỉnh quá trình sao lưu, cũng như phục hồi dữ liệu.</p>
<p>An alternative option is to <link xref="files-copy">copy your files</link>
to a safe location, such as an external hard drive, an online storage service,
or a USB drive. Your <link xref="backup-thinkabout">personal files</link>
and settings are usually in your Home folder, so you can copy them from there.</p>
<p>Lượng dữ liệu bạn có thể sao lưu phụ thuộc vào giới hạn kích thước thiết bị lưu trữ. Nếu bạn có đủ chỗ, cách tốt nhất là sao lưu toàn bộ thư mục riêng trừ một số ngoại lệ sau:</p>
<list>
<item><p>Files that are already backed up somewhere else, such as to a USB drive,
or other removable media.</p></item>
<item><p>Files that you can recreate easily. For example, if you are a
programmer, you do not have to back up the files that get produced when you
compile your programs. Instead, just make sure that you back up the original
source files.</p></item>
<item><p>Tập tin rác, nằm trong thư mục Sọt rác. Thư mục sọt rác của bạn nằm ở <file>~/.local/share/Trash</file>.</p></item>
</list>
</page>
|