From: Arvin Schnell Date: Mon, 29 Aug 2011 14:18:04 +0000 (+0200) Subject: - improved manpage (bnc #710858) X-Git-Tag: v0.1.3~301 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=952409159f1dc1973cea90d29ed66e6b126c5c0b;p=thirdparty%2Fsnapper.git - improved manpage (bnc #710858) --- diff --git a/doc/snapper.8.in b/doc/snapper.8.in index cc28afea..6c83a78d 100644 --- a/doc/snapper.8.in +++ b/doc/snapper.8.in @@ -74,7 +74,8 @@ Increase verbosity. Specifies table style. Table style is identified by an integer number. .TP .I \-c, \-\-config -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] -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 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 diff --git a/package/snapper.changes b/package/snapper.changes index 67a8a5b6..107423a5 100644 --- a/package/snapper.changes +++ b/package/snapper.changes @@ -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