Settings in the properties file of BackupDrive
The backupdrive.properties file stores settings of BackupDrive that have been made in the Preferences window or other areas of the program. Some hidden settings are only available here. In addition, own programs or scripts can read and edit settings from BackupDrive through this file. The file can also be edited with a simple text editor.
Warning
Editing this file should be avoided as much as possible, since it is used and managed by BackupDrive. Settings can be made in the settings menu.
Not all settings will be checked for errors! A faulty configuration can cause crashes, malfunctions, and fails of BackupDrive. In the worst case this can cause damage to the computer! The modification of this file is at your own risk!
Therefore, you should know exactly what you are changing here.
Content of the file "backupdrive.properties"
The image above shows settings that are available from version 1.0.0. If you miss a few lines, you can simply paste them.
More information about the ".properties" file format is available at https://en.wikipedia.org/wiki/.properties.
Description of the settings
Key-String | Values | Description |
---|---|---|
update.search_on_start | true / false | The value specifies whether to check for updates at startup. |
logging.detailed | true / false | Specifies whether log files should be created with additional details. |
mail.password | [Encrypted password] / null | Contains the encrypted password of the email account. |
logging.general | true / false | Specifies whether log files should be created. |
backupqueue.threads | 1 - 127 | Specifies how many automatic backups are allowed to run in parallel at the same time. |
logging.autodelete.days | 1 - 1825 / -1 | Number of days how long log files will be kept. At "-1", logs will be never deleted. |
notification.enabled | true / false | Indicates whether notifications about the taskbar are enabled. |
mail.username | user@example.com / null | E-mail address of the sender, for e-mail notifications. |
statistics.enabled | true / false | Indicates whether statistics are enabled. |
autostart.enabled | true / false | Specifies whether BackupDrive should start automatically at system startup. |
mail.ownprovider | true / false | Specifies whether a separate mail server should be used. |
logging.deletenonfailed | true / false | Specifies whether log files of a backup should be automatically deleted if no errors occurred. |
autostart.hidden | true / false | Specifies whether BackupDrive should start at system startup in the background. |
transmission.overtake_modifytimestamp | true / false | Specifies whether the "change date" timestamp should be adopted during the backup. |
backupstarter.warmup | 0 - 10800 / -1 | Specifies a delay in seconds of automatic backups after the program start. |
event.close | hide / close / ask | Specifies whether the program should be closed or hidden when exiting |
language | english.lng | Specifies the file name of the language file. |
mail.enabled | true / false | The value indicates whether the e-mail notification is activated. |
backupqueue.slots | 1- 127 | The number indicates the size of the queue for automatic backups. |
logging.autodelete | true / false | Specifies whether logs should be deleted automatically. (compare with logging.autodelete.days) |
display.filesize.format | binary / decimal | Specifies the representation of file sizes. |
mail.smtpserver | smtp.example.com / null | Address of the mail server for the email notification. |
autostart.warmup | 1 - 10800 / 0, -1 | Specifies a startup delay in seconds. |