diff options
author | Erich Eckner <git@eckner.net> | 2019-02-10 22:36:04 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-10 22:36:04 +0100 |
commit | 314ad8d94c5ff33fd2eadb1027748550be0e7e4f (patch) | |
tree | b94d525ac5758380cbc8cbcc8bce8e5b68823697 /man.commons.in | |
parent | 080efe8cbf8e5bc69a17f8af8f5feffd01dd67fe (diff) | |
download | hardlinkedBackups-314ad8d94c5ff33fd2eadb1027748550be0e7e4f.tar.xz |
camelCase -> no-camel-case, backup-progress new
Diffstat (limited to 'man.commons.in')
-rw-r--r-- | man.commons.in | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/man.commons.in b/man.commons.in index 7227c2e..4ebb720 100644 --- a/man.commons.in +++ b/man.commons.in @@ -4,8 +4,9 @@ Erich Eckner <opensource at eckner dot net>. [SEE ALSO] backup(1) -lastBackups(1) -backupStatistics(1) +backup-statistics(1) +last-backups(1) +remove-old-backups(1) [CONFIG] The configfile \fB#ETCDIR#/backup.conf\fP is a bash script, which defines the following variables: .TP @@ -16,13 +17,13 @@ array of paths to exclude from backup 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] +maximum time to wait for destination directories to appear in \fBlast-backups\fP and \fBbackup-statistics\fP [seconds] .TP .B "outdatedLimit" -time before backups are considered outdated by \fBlastBackups\fP [seconds] +time before backups are considered outdated by \fBlast-backups\fP [seconds] .TP .B "recognSubdirRegex" -regular expression of subdirectories which should be appended to the parent directory in the report by \fBlastBackups\fP +regular expression of subdirectories which should be appended to the parent directory in the report by \fBlast-backups\fP .TP .B "cacheDir" -directory to store valuable information generated by \fBbackupStatistics\fP in +directory to store valuable information generated by \fBbackup-statistics\fP in |