print(" -h, --help print this usage text")
print(" -c, --conf <configfile> use given configuration file")
print(" default: /etc/shbackup.conf")
- print(" -e, --epoch <epoch> force to create backup for given epoch:")
- print(" year, month, week, day, hour, sporadic")
+ print(" -e, --epoch <epoch> force to create backup for given epoch, which")
+ print(" can be 'sporadic' or one of the configured epochs")
print(" -m, --mode <mode> override mode: full, diff, or incr")
print(" -v, --verbose be more verbose and interact with user")
print(" --verbosity LEVEL set verbosity to LEVEL, which can be")
.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
.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,
<para>
<command>shbackup</command> 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.
<command>shbackup</command> 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.
+
</para>
</refsect1>
<term><option>-e, --epoch EPOCH</option></term>
<listitem>
<para>Do not determine epoch automatically, but
- use EPOCH, which can be year, month,
- week, day, hour, sporadic.</para>
+ use EPOCH, which can be sporadic or one
+ of the epochs defined in the
+ configuration file.</para>
</listitem>
</varlistentry>