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 64
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="tip" id="backup-where" xml:lang="fa">
<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>پروژهٔ مستندسازی گنوم</name>
<email>gnome-doc-list@gnome.org</email>
</credit>
<credit type="author">
<name>تیفانی آنتوپولسکی</name>
<email>tiffany.antopolski@gmail.com</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc>توصیه دربارهٔ کجا ذخیره کردن پشتیبانها و گونهٔ افزارهٔ ذخیره ساز مورد استفاده.</desc>
</info>
<title>مکان نگهداری پشتیبان</title>
<p>You should store backup copies of your files somewhere separate from your
computer — on an external hard disk, for example. That way, if the computer
breaks, or is lost or is stolen, the backup will still be intact. For maximum
security, you shouldn’t keep the backup in the same building as your computer.
If there is a fire or theft, both copies of the data could be lost if they are
kept together.</p>
<p>It is important to choose an appropriate <em>backup medium</em> too. You
need to store your backups on a device that has sufficient disk capacity for
all of the backed-up files.</p>
<list style="compact">
<title>گزینههای ذخیرهٔ دوردست و محلّی</title>
<item>
<p>کلید حافظهٔ یواسبی (کمظرفیت)</p>
</item>
<item>
<p>گردانندهٔ دیسک داخلی (پرظرفیت)</p>
</item>
<item>
<p>دیسک سخت خارجی (معمولاً پرظرفیت)</p>
</item>
<item>
<p>گردانندهٔ روی شبکه (پرظرفیت)</p>
</item>
<item>
<p>کارساز پرونده/پشتیبان (پرظرفیت)</p>
</item>
<item>
<p>سیدی یا دیویدی قابل نوشتن (ظرفیت کم یا متوسّط)</p>
</item>
<item>
<p>خدمت پشتیبان برخط (مثلاً<link href="http://aws.amazon.com/s3/">S3 آمازون</link>. ظرفیت بسته به قیمت)</p>
</item>
</list>
<p>Some of these options have sufficient capacity to allow for a backup of
every file on your system, also known as a <em>complete system backup</em>.</p>
</page>
|