Changeset 1863 for box/trunk/bin/bbackupd/BackupDaemon.cpp
- Timestamp:
- 09/10/2007 00:23:59 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbackupd/BackupDaemon.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbackupd/BackupDaemon.cpp
r1862 r1863 877 877 conf.GetKeyValueInt( 878 878 "MaxFileTimeInFuture")); 879 mDeleteRedundantLocationsAfter = 880 conf.GetKeyValueInt( 881 "DeleteRedundantLocationsAfter"); 879 882 880 883 clientContext.SetMaximumDiffingTime(maximumDiffingTime); … … 1660 1663 i != rLocationsConf.mSubConfigurations.end(); ++i) 1661 1664 { 1662 BOX_TRACE("new location ");1665 BOX_TRACE("new location: " << i->first); 1663 1666 // Create a record for it 1664 1667 Location *ploc = new Location; … … 1822 1825 catch (std::exception &e) 1823 1826 { 1824 delete ploc;1825 ploc = 0;1826 1827 BOX_ERROR("Failed to configure location '" 1827 1828 << ploc->mName << "' path '" 1828 1829 << ploc->mPath << "': " << e.what() << 1829 1830 ": please check for previous errors"); 1831 delete ploc; 1832 ploc = 0; 1830 1833 throw; 1831 1834 } … … 1858 1861 { 1859 1862 mDeleteUnusedRootDirEntriesAfter = now + 1860 SecondsToBoxTime( 1861 BACKUP_DELETE_UNUSED_ROOT_ENTRIES_AFTER); 1863 SecondsToBoxTime(mDeleteRedundantLocationsAfter); 1862 1864 } 1863 1865
Note: See TracChangeset
for help on using the changeset viewer.
