From: Arvin Schnell Date: Thu, 9 Jun 2011 14:56:58 +0000 (+0200) Subject: - work on man-page X-Git-Tag: v0.1.3~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691e5741a4bf005e4294b0cce0aaf9c6b1a62cb1;p=thirdparty%2Fsnapper.git - work on man-page --- diff --git a/doc/snapper.8 b/doc/snapper.8 index 91e6b30f..38400393 100644 --- a/doc/snapper.8 +++ b/doc/snapper.8 @@ -19,17 +19,24 @@ create, delete and compare snapshots and rollback changes between snapshots. .SS Configurations .LP -Subvolume +For each btrfs subvolume that should be snapshotted by snapper a configuration +file is required. The complete setup can be done with the create-config +command. .SS Snapshots .LP Snapper distinguishes three types of snapshots. .LP -\fBsingle\fR - +\fBpre\fR - Pre snapshots should always have a corresponding post +snapshot. The intention of pre/post pairs is to snapshot the filesystem before +and after a change. .LP -\fBpre\fR - +\fBpost\fR - See pre type. .LP -\fBpost\fR - +\fBsingle\fR - These snapshots have no special relationship to other +snapshots. +.LP +Note that btrfs\-wise all three types are the same. .SS Automatic Snapshot Creation Next to manual snapshot creation snapshots are also created automatically.