Share
 
 

Backups Settings in Revit.ini

In the Revit.ini file, the settings in the [Backups] section correspond to settings on the General tab of the Options dialog.

DisableSkipBackupFolderCreationWhenLoadingLink

Disables the behavior to skip _backup folder and corresponding file creation for worksharing-enabled Revit links when they are only being loaded. Other operations such as explicitly opening or saving changes to a linked model will still generate the required _backup folder and corresponding files.

Type = integer

Valid values: 0 = disable (default), 1 = enable

JournalShelfCapacity

Corresponds to the setting for When number of journals exceeds under Journal File Cleanup.

Type = integer

Default value = 10 (journal files)

JournalShelfLife

Corresponds to the setting for Delete journals older than X days under Journal File Cleanup.

Type = integer

Default value = 10 (days)

SaveReminderMinutes

Corresponds to the Save reminder interval setting under Notifications.

Type = integer

Default value = 30 (minutes)

SaveToCentralReminderMinutes

Corresponds to the Synchronize with Central reminder setting under Notifications.

Type = integer

Default value = 30 (minutes)

Example

[Backups]
SaveReminderMinutes=60
SaveToCentralReminderMinutes=15
JournalShelfCapacity=5
JournalShelfLife=6

Was this information helpful?