Ticket #20 (assigned defect)

Opened 1 year ago

Last modified 10 months ago

bbackupctl reload reports prior settings, 0.10 Win vchris_general_1280

Reported by: petej Assigned to: chris (accepted)
Priority: minor Milestone:
Component: bbackupctl Version: 0.10
Keywords: Cc:

Description (Last modified by chris)

On Windows XP SP 2 with Box Backup 0.10 Win vchris_general_1280.

Change bbackupd.conf timing settings. Run bbackupctl reload. The "Daemon configuration summary" incorrectly reports the settings from before the changes. Running it again reports the correct settings.

Used notepad to make changes to bbackupd.conf to return timers from short test settings to longer default settings. Then ran bbackupctl reload to set them:

C:\Program Files\Box Backup>bbackupctl.exe reload

Using configuration file C:\Program Files\Box Backup\bbackupd.conf
Daemon configuration summary:
  AutomaticBackup = true
  UpdateStoreInterval = 3 seconds
  MinimumFileAge = 4 seconds
  MaxUploadWait = 24 seconds
Succeeded.

C:\Program Files\Box Backup>bbackupctl.exe reload

Using configuration file C:\Program Files\Box Backup\bbackupd.conf
Daemon configuration summary:
  AutomaticBackup = true
  UpdateStoreInterval = 3600 seconds
  MinimumFileAge = 21600 seconds
  MaxUploadWait = 86400 seconds
Succeeded.

Change History

06/11/2007 00:16:56 changed by chris

  • owner set to chris.
  • status changed from new to assigned.
  • description changed.