Ignore:
Timestamp:
24/02/2010 19:23:14 (2 years ago)
Author:
chris
Message:

Add notification about uploading new file attributes.

Add check for changing file creation times on Windows, to cause the
attributes to be uploaded again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupDaemon.h

    r2413 r2633  
    445445                }  
    446446        } 
     447        virtual void NotifyFileUploadingAttributes( 
     448                const BackupClientDirectoryRecord* pDirRecord, 
     449                const std::string& rLocalPath)  
     450        { 
     451                if (mLogAllFileAccess) 
     452                { 
     453                        BOX_NOTICE("Uploading new file attributes: " <<  
     454                                rLocalPath); 
     455                }  
     456        } 
    447457        virtual void NotifyFileUploaded( 
    448458                const BackupClientDirectoryRecord* pDirRecord, 
Note: See TracChangeset for help on using the changeset viewer.