]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- improved manpage (bnc #710858)
authorArvin Schnell <aschnell@suse.de>
Mon, 29 Aug 2011 14:18:04 +0000 (16:18 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 29 Aug 2011 14:18:04 +0000 (16:18 +0200)
doc/snapper.8.in
package/snapper.changes

index cc28afea007fcb31534ffca795e4f622fadec6da..6c83a78d5e2c05fc95c71491ce52ef0cbac68264 100644 (file)
@@ -74,7 +74,8 @@ Increase verbosity.
 Specifies table style. Table style is identified by an integer number.
 .TP
 .I \-c, \-\-config <name>
-Use specified configuration instead of the default.
+Use specified configuration instead of the default configuration. The default
+configuration is named "root".
 .TP
 .I \-\-disable\-filters
 Disable filters.
@@ -101,7 +102,9 @@ List available configurations.
 
 .TP
 .B create-config [options] <subvolume>
-Create a new configuration for a filesystem or subvolume.
+Create a new configuration for a filesystem or subvolume. For this command you
+will likely need to global option \fI--config\fR, see \fBGLOBAL OPTIONS\fR and
+\fBCONCEPTS\fR.
 .TP
 \fI\-f, \-\-fstype\fR <fstype>
 Manually set filesystem type. Supported values are btrfs and ext4. Without
@@ -199,6 +202,15 @@ Directory containing filter files.
 .B /var/log/snapper.log
 Logfile. Please include this file in bug reports.
 
+.SH "NOTES"
+.LP
+There is no mechanism to ensure consistency of the files while a snapshot it
+made. E.g. the files of a database can be inconsistence while the database is
+running.
+.LP
+Consistency after undochange is not guaranteed. E.g. when the creation of a
+user is undone there might still exist files from that user.
+
 .SH "HOMEPAGE"
 .LP
 http://en.opensuse.org/Portal:Snapper
index 67a8a5b66c1b8382e8cfc9b68dbae14a2cdb8450..107423a57fb8e4b21748d12b43bc0e48aa525cfc 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Aug 29 16:17:11 CEST 2011 - aschnell@suse.de
+
+- improved manpage (bnc #710858)
+
 -------------------------------------------------------------------
 Thu Aug 11 12:09:19 CEST 2011 - aschnell@suse.de