Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 2.09 KB

RcFileConfig.md

File metadata and controls

31 lines (20 loc) · 2.09 KB

dupReport.rc Configuration

The dupReport.rc file (hereafter, the ".rc file") contains configuration information for dupReport to run properly. Many options in the dupReport.rc file have equivalent command line options. If an option is specified on both the command line and the .rc file, the command line option takes precedence.

The .rc file contains several "sections", and each section has the form:

[section]
option1 = value1
option2 = value2
option3 = value3

"[section]" is the name of the section and the "option" lines below the section name sets various options for that section. For a complete description of how .rc files are formatted, please see this Wikipedia Article. The important sections in the dupReport.rc file are:

Section Purpose
[main] Sets the main program configuration
[<Email Server>] Sets the configuration for the POP3, IMAP, and SMTP servers. See the section on Email Management for more information on the configuration of these sections.
[<source-destination>] Sets specific operating configuration options for the backup job named "<source-destination>"
[apprise] Set configuration options for the Apprise notification service
[report] Sets the default configuration for the reporting system
[<report_name>] Sets specific configuration options for user-defined custom reports

Click the section name in the table above to see more information on how to configure that section.

(Return to Main Page)