From b9abef232b81e937f0529f12ed57b8a35a27d54e Mon Sep 17 00:00:00 2001 From: Tiffany Antopolski Date: Sun, 20 Mar 2011 16:06:17 -0400 Subject: g-h: linked orphaned backup pages. added content to backup-check (renamed from backup-testing). --- gnome-help/C/backup-check.page | 32 ++++++++++++++++++++++++++++++++ gnome-help/C/backup-how.page | 2 +- gnome-help/C/backup-testing.page | 23 ----------------------- gnome-help/C/backup-what.page | 2 +- gnome-help/C/backup-why.page | 2 +- gnome-help/Makefile.am | 2 +- 6 files changed, 36 insertions(+), 27 deletions(-) create mode 100644 gnome-help/C/backup-check.page delete mode 100644 gnome-help/C/backup-testing.page diff --git a/gnome-help/C/backup-check.page b/gnome-help/C/backup-check.page new file mode 100644 index 0000000..613783f --- /dev/null +++ b/gnome-help/C/backup-check.page @@ -0,0 +1,32 @@ + + + + + + + + GNOME Documentation Project + gnome-doc-list@gnome.org + + + + + Check your backup +

+ After you have backed up your files, you should have a look to see if the backup was successful. +

+

+ A file integrity check is not done on a copy/move operation. This means if you are copying files to other drives/media, it is not easy to verify data integrity or to single out files that have failed. +

+

+ You can do a check by looking through the copied files and directories in the destination media. By opening and checking the copied files, you can see whether the files you check copied successfully. + +

+ + GNOME Documentation Project +

Explain why backups should be tested.

+

Give methods for checking backups, like MD5sum.

+
+ +
diff --git a/gnome-help/C/backup-how.page b/gnome-help/C/backup-how.page index 3c1da1d..a948562 100644 --- a/gnome-help/C/backup-how.page +++ b/gnome-help/C/backup-how.page @@ -40,7 +40,7 @@ The amount of data you can backup is limited by the size of the storage device. One simple way to backup your files is to just copy them to a safe location, such as an external hard drive, another computer on the network or a USB drive.

-

+

Alternatively, you can use an app that can back your files up for you.

One such app is Déjà Dup. It is very simply and intuitive to use, and it hides the complexity of doing backups regularly, off-site and encrypted.

diff --git a/gnome-help/C/backup-testing.page b/gnome-help/C/backup-testing.page deleted file mode 100644 index 2c9c768..0000000 --- a/gnome-help/C/backup-testing.page +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - GNOME Documentation Project - gnome-doc-list@gnome.org - - - - - Check your backup - - - GNOME Documentation Project -

Explain why backups should be tested.

-

Give methods for checking backups, like MD5sum.

- - - diff --git a/gnome-help/C/backup-what.page b/gnome-help/C/backup-what.page index 1439007..ed6b1c2 100644 --- a/gnome-help/C/backup-what.page +++ b/gnome-help/C/backup-what.page @@ -30,7 +30,7 @@ Your priority should be to backup your most important files as well as those tha Your personal settings -

This includes changes you may have made to colours, backgrounds, screen resolution and mouse settings on your desktop. This also includes program preferences, such as settings for OpenOffice, your music player, and your email program. These are replaceable, but may take up valuable time to recreate.

+

This includes changes you may have made to colours, backgrounds, screen resolution and mouse settings on your desktop. This also includes program preferences, such as settings for LibreOffice, your music player, and your email program. These are replaceable, but may take up valuable time to recreate.

diff --git a/gnome-help/C/backup-why.page b/gnome-help/C/backup-why.page index 84aeedf..57785aa 100644 --- a/gnome-help/C/backup-why.page +++ b/gnome-help/C/backup-why.page @@ -21,7 +21,7 @@ Backup your important files

-What does it mean to back files up? It simply means to make a copy of a file or files for safekeeping. This is done in the event that the original files become unusable due to loss or corruption. These copies can be used to restore the original data in the event of loss. Copies should be stored on a different device from the original files. For example, you may use a USB drive, an external hard drive, a CD/DVD, or an off-site service. +Backing up your files simply means to make a copy of a file or files for safekeeping. This is done in the event that the original files become unusable due to loss or corruption. These copies can be used to restore the original data in the event of loss. Copies should be stored on a different device from the original files. For example, you may use a USB drive, an external hard drive, a CD/DVD, or an off-site service.

The best way to backup up your files is to do so regularly, off-site and encrypted.

diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am index eacfb0a..071b6a0 100644 --- a/gnome-help/Makefile.am +++ b/gnome-help/Makefile.am @@ -25,10 +25,10 @@ DOC_PAGES = \ a11y-screen-reader.page \ a11y-slowkeys.page \ a11y-stickykeys.page \ + backup-checkpage \ backup-frequency.page \ backup-how.page \ backup-restore.page \ - backup-testing.page \ backup-thinkabout.page \ backup-what.page \ backup-where.page \ -- cgit