]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- work on man-page
authorArvin Schnell <aschnell@suse.de>
Thu, 9 Jun 2011 14:56:58 +0000 (16:56 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 9 Jun 2011 14:56:58 +0000 (16:56 +0200)
doc/snapper.8

index 91e6b30fce829c1554b7b01ef1e7590d3ee30eb6..3840039326d68ad98f677247cd92b117bab50fcb 100644 (file)
@@ -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.