X-Git-Url: https://git.sthu.org/?p=sitarba.git;a=blobdiff_plain;f=shbackup.1;h=e2b5fc60b3c3771d3d803a5112e92a67e3a45b41;hp=4788fe342cb236276d618d23e7feac5a511c4eb0;hb=9f92be0e00ba3ee90bfbb4989f4befa01066a014;hpb=07fa9c2763775fe326e5aec08f8f4ee570072f5b diff --git a/shbackup.1 b/shbackup.1 index 4788fe3..e2b5fc6 100644 --- a/shbackup.1 +++ b/shbackup.1 @@ -22,11 +22,12 @@ shbackup \- a simple backup solution .SH DESCRIPTION \fBshbackup\fR is a simple backup solution which packs user-defined file sets with tar. Each -backup belongs to an epoch, which can be year, month, -week, day, hour or sporadic. The backup can be made +backup belongs to an epoch, which is 'sporadic' or one +of the user-defined epochs. Standard epochs are year, +month, week, day, or hour. The backup can be made either full, differential or incremental. \fBshbackup\fR takes care for pruning old -backups. The user defines for each epoch the number of +backups. The user defines for every epoch the number of backups to keep, except for 'sporadic'. Sporadic backups need to be removed manually. .SH COMMANDS @@ -50,11 +51,23 @@ Use given configuration file instead of .TP \*(T<\fB\-e, \-\-epoch EPOCH\fR\*(T> Do not determine epoch automatically, but -use EPOCH, which can be year, month, -week, day, hour, sporadic. +use EPOCH, which can be sporadic or one +of the epochs defined in the +configuration file. .TP \*(T<\fB\-m, \-\-mode MODE\fR\*(T> Instead of configured mode use MODE, which can be full, diff or incr. +.TP +\*(T<\fB\-v, \-\-verbose\fR\*(T> +Be more verbose and interact with user. +Equal to --verbosity info. +.TP +\*(T<\fB\-\-verbosity LEVEL\fR\*(T> +Set verbosity to LEVEL, which can be +error, warning, info, debug. +.TP +\*(T<\fB\-V, \-\-version\fR\*(T> +Print version info. .SH AUTHOR Stefan HUBER