[Box Backup-commit] #59: Inconsistent treatment of NotifyScript between Box Backup and Boxi

Box Backup trac at boxbackup.org
Fri Mar 26 16:18:02 GMT 2010


#59: Inconsistent treatment of NotifyScript between Box Backup and Boxi
----------------------+-----------------------------------------------------
 Reporter:  achim     |       Owner:  ben    
     Type:  defect    |      Status:  new    
 Priority:  normal    |   Milestone:         
Component:  bbackupd  |     Version:  0.11rc2
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by achim):

 In order to make SyncAllowScript also work with spaces in path names for
 SyncAllowScript ("C:\Program Files\Box Backup" for instance), we need to
 change the script name as follows:

 {{{
 std::string script("\"" + conf.GetKeyValue("SyncAllowScript") +
         "\" \"" + GetConfigFileName() + "\"");
 }}}

-- 
Ticket URL: <https://www.boxbackup.org/trac/ticket/59#comment:3>
Box Backup <http://www.boxbackup.org/>
An open source, completely automatic on-line backup system for UNIX.



More information about the Boxbackup-commit mailing list