Ignore:
Timestamp:
30/01/2006 20:04:53 (6 years ago)
Author:
ben
Message:

Merge chris/bb-save-state, resolving conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/bbackupd-config

    r217 r353  
    383383CommandSocket = /var/run/bbackupd.sock 
    384384 
     385# Uncomment the StoreObjectInfoFile to enable the experimental archiving 
     386# of the daemon's state (including client store marker and configuration) 
     387# between backup runs. This saves time and increases efficiency when 
     388# bbackupd is frequently stopped and started, since it removes the need 
     389# to rescan all directories on the remote server. However, it is new and 
     390# not yet heavily tested, so use with caution. 
     391 
     392# StoreObjectInfoFile = $working_dir/bbackupd.state 
    385393 
    386394Server 
Note: See TracChangeset for help on using the changeset viewer.