Ignore:
Timestamp:
12/15/2011 16:37:53 (5 months ago)
Author:
blee
Message:

Add new option CONF_EXPORT_INCREMENTAL_LN to allow incremental confexports
to use ln(1) rather than cp(1). This only works when temporary files and
CONF_EXPORT_FILE are on the same filesystem partition.

See #140

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.conf.5.in

    r541 r542  
    114114.Xr confexport 8 run.  This option has no effect when using repository-style 
    115115exports. 
     116.It CONF_EXPORT_INCREMENTAL_LN 
     117This option further optimizes 
     118.Xr confexport 8 performance when using CONF_EXPORT_INCREMENTAL.  When enabled, 
     119.Xr confexport 8 will use 
     120.Xr ln 1 to copy unchanged exports into the new export rather than 
     121.Xr cp 1 .  This option can only be used if temporary files are created 
     122on the same filesystem partition as CONF_EXPORT_FILE. 
    116123.It CONF_FETCH_SSH_KEY 
    117124This is a private SSH keyfile for use with "sftp://" and "scp://" URIs above. 
Note: See TracChangeset for help on using the changeset viewer.