1<page xmlns="http://projectmallard.org/1.0/" 2 type="topic" style="tip" 3 id="backup-frequency"> 4 5 <info> 6 <link type="guide" xref="files#backup"/> 7 8 <revision pkgversion="3.4.0" date="2012-02-19" status="review"/> 9 <revision pkgversion="3.13.92" date="2014-09-20" status="review"/> 10 11 <credit type="author"> 12 <name>Tiffany Antopolski</name> 13 <email>tiffany.antopolski@gmail.com</email> 14 </credit> 15 <credit type="author"> 16 <name>GNOME Documentation Project</name> 17 <email>gnome-doc-list@gnome.org</email> 18 </credit> 19 20 <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/> 21 22 <desc>Learn how often you should backup your important files to make sure 23 that they are safe.</desc> 24 </info> 25 26<title>Frequency of backups</title> 27 28 <p>How often you make backups will depend on the type of data to be backed up. 29 For example, if you are running a network environment with critical data 30 stored on your servers, then even nightly backups may not be enough.</p> 31 32 <p>On the other hand, if you are backing up the data on your home computer 33 then hourly backups would likely be unnecessary. You may find it helpful to 34 consider the following points when planning your backup schedule:</p> 35 36<list style="compact"> 37 <item><p>The amount of time you spend on the computer.</p></item> 38 <item><p>How often and by how much the data on the computer changes.</p></item> 39</list> 40 41 <p>If the data you want to back up is lower priority, or subject to few 42 changes, like music, e-mails and family photos, then weekly or even monthly 43 backups may suffice. However, if you happen to be in the middle of a tax 44 audit, more frequent backups may be necessary.</p> 45 46 <p>As a general rule, the amount of time in between backups should be no more 47 than the amount of time you are willing to spend re-doing any lost work. For 48 example, if spending a week re-writing lost documents is too long for you, you 49 should back up at least once per week.</p> 50 51</page> 52