diff options
author | Erich Eckner <git@eckner.net> | 2016-10-11 13:32:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-10-11 14:24:11 +0200 |
commit | 903564349edb8e2ef457a5dbf09d3ed9c9c206f5 (patch) | |
tree | ef7a476c37e967d4df02ed21d5b38d4c9944d09e /man.commons.in | |
parent | 42b083a197c3d29cce74c22606e16317f18f808b (diff) | |
download | hardlinkedBackups-903564349edb8e2ef457a5dbf09d3ed9c9c206f5.tar.xz |
alle manpages sollten jetzt funktionieren
Diffstat (limited to 'man.commons.in')
-rw-r--r-- | man.commons.in | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/man.commons.in b/man.commons.in index 45918c7..7227c2e 100644 --- a/man.commons.in +++ b/man.commons.in @@ -4,5 +4,25 @@ Erich Eckner <opensource at eckner dot net>. [SEE ALSO] backup(1) -lastBackup(1) +lastBackups(1) backupStatistics(1) +[CONFIG] +The configfile \fB#ETCDIR#/backup.conf\fP is a bash script, which defines the following variables: +.TP +.B "excludes" +array of paths to exclude from backup +.TP +.B "backups" +array with command line arguments for predefined backups for \fBbackup\fP +.TP +.B "maxWait" +maximum time to wait for destination directories to appear in \fBlastBackups\fP and \fBbackupStatistics\fP [seconds] +.TP +.B "outdatedLimit" +time before backups are considered outdated by \fBlastBackups\fP [seconds] +.TP +.B "recognSubdirRegex" +regular expression of subdirectories which should be appended to the parent directory in the report by \fBlastBackups\fP +.TP +.B "cacheDir" +directory to store valuable information generated by \fBbackupStatistics\fP in |