summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-04 09:57:15 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-04 09:57:15 +0000
commit732cf7359132e842c4078bf2c380794d00052cb3 (patch)
tree6f85743330ad45e899a4e8d582933df3d94425f1 /manual
parentf6908beb1370585dd318801cb23e3dac0d6e6a5d (diff)
downloadobnam-732cf7359132e842c4078bf2c380794d00052cb3.tar.gz
Add an outline to the backing up chapter
Diffstat (limited to 'manual')
-rw-r--r--manual/060-backing-up.mdwn51
1 files changed, 46 insertions, 5 deletions
diff --git a/manual/060-backing-up.mdwn b/manual/060-backing-up.mdwn
index df695e6c..63bbd58e 100644
--- a/manual/060-backing-up.mdwn
+++ b/manual/060-backing-up.mdwn
@@ -1,8 +1,49 @@
Backing up
==========
-This chapter discusses how to set up a backup repository, and running
-your backup for the first time, plus how to do incremental backups. It
-also shows how to look at the backups you've made so you have some
-confidence the backups happened. Also,
-<http://blog.liw.fi/posts/backups-6/> (consistency in backups).
+This chapter discusses the various aspects of making backups with
+Obnam.
+
+Your first backup
+-----------------
+
+This section describes how to use Obnam to make the first backup. It
+also discusses how to deal with precious data being very large, when
+you can't let the backup run for days at a time. The checkpoints are
+discussed. Progress reporting is discussed, as is the overall
+performance statisics reported by Obnam at the end of a backup.
+
+Your second backup
+------------------
+
+This section describes how to use Obnam to run additional backups. It
+also describes how to list backup generations, so that you can be sure
+that you're actually making backups.
+
+Choosing what to backup, and what not to backup
+-----------------------------------------------
+
+This section describes how to configure Obnam to include all precious
+data in the backup, but exclude that which is not interesting to
+backup. `root`, `exclude`, `exclude-caches`, `one-file-system` are all
+discussed here.
+
+De-duplication
+--------------
+
+This section discusses Obnam's de-duplication features, and when you
+might not want to use them, and when the "verify" mode is relevant.
+
+Locking
+-------
+
+This section discusses Obnam's approach to locking parts of the
+repository during backups, and what to do if the backup process
+crashes and leaves lock files around.
+
+Consistency of live data
+------------------------
+
+This section discusses how to handle backing up a live filesystem,
+which is being used and changed while the backup runs. It discusses
+LVM snapshots, btrfs subvolumes, MySQL database dumps.