## URLに使われるページ名はアルファベット(WikiName形式)を用いる ## 以下のタイトルを内容に沿ったものに変更する #title Ubuntuをインストール・アップグレードする前に ## 「6.06 Dapper Drake」といった形式で箇条書きにする ## バージョン非依存のTipの場合は「すべて」と記述 * '''対象とするUbuntuのバージョン''' * すべて ## 以下にTipsを記述 == データのバックアップをしましょう。 == 既にオペレーション・システムがインストールされているなど重要なデータがある場合、インストールやディスク(パーティション)操作を行なう際の不慮の事故に備えて、その重要なデータのバックアップをして下さい。これは保険と考えて下さい。(データの損失で困るのは自身です。)<
><
> インストールをすることは、Ubuntuを使うことが主なる目的でしょう。 復旧に時間を費やすのではなく、Ubuntuを使うことにその時間を当てて下さい。<
> === 関連サイト === * [[http://ascii.jp/elem/000/000/518/518759/|行っとけ! Ubuntu道場! ― 第19回 ~師範!10.04導入前にバックアップの方法を教えてください~]] * [[http://gihyo.jp/admin/serial/01/ubuntu-recipe/0402|SystembackでUbuntuをホットバックアップする ]] * [[http://gihyo.jp/admin/serial/01/ubuntu-recipe/0399|TimeShiftでUbuntuをホットバックアップする ]] * [[http://gihyo.jp/admin/serial/01/ubuntu-recipe/0289|qt4-fsarchiverでバックアップを取る[前編]]] * [[http://gihyo.jp/admin/serial/01/ubuntu-recipe/0290|qt4-fsarchiverでバックアップを取る[後編]]] * [[http://gihyo.jp/admin/serial/01/ubuntu-recipe/0121|Clonezillaを使ってハードディスクを丸々バックアップ - Ubuntu Weekly Recipe]] * [[http://gihyo.jp/admin/serial/01/ubuntu-recipe/0103|Deja Dupで簡単バックアップ - Ubuntu Weekly Recipe]] * [[http://gihyo.jp/admin/serial/01/ubuntu-recipe/0004|Ubuntuのバックアップ(1):SBackupによるバックアップ - Ubuntu Weekly Recipe]] * [[UbuntuTips/Others/BackUpAndRestore|システムをバックアップ・復旧するには]] == == == == === システムのバックアップ === 原文:[[https://help.ubuntu.com/community/BackupYourSystem]] / [[https://help.ubuntu.com/community/License|License]] ==== はじめに ==== バックアップは必要です。そうしないとドライブの破損やデータの改悪といった幾つかの事情により、確実にデータの損失といった危険にさらされます。ユーザーは、復旧不可能な損失といった危機的な状況に堕ちる度に、バックアップの重要性を再認識することになるでしょう。損失データの復旧は、非常に厄介であり、過大な時間を費やすこととなります。過去の失敗例から学び、事前に必要なデータやパーティション等の一式を失わないように確実に保護することです。 ##Introduction ## ##Backup is essential. Without it, data is entirely exposed to loss under a number of circumstances such as drive failure or data corruption. Users often only learn this lesson after critical information they require is permanently lost. Attempting to recover from such data loss can be both time consuming and extremely troublesome. So learn from others mistakes, and ensure beforehand that you have a system in place that protects your data and suits your needs. ## ##Backing up files can be accomplished either from a graphical user interface (GUI) or by issuing commands to the command line interface (CLI). It doesn't matter which method you employ, so long as it works for you and you do it on a regular basis. To make sure it's regular, it's best to ensure your method is scheduled so you don't need to remember to do it. === 関連サイト === * !BackupYourSystem:[[https://help.ubuntu.com/community/BackupYourSystem]]