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/BackupClientDirectoryRecord.cpp

    r2589 r2633  
    614614                // Explict decryption 
    615615                BackupClientFileAttributes storeAttr(storeAttrEnc); 
     616                 
    616617                // Compare the attributes 
    617                 if(attr.Compare(storeAttr, true, true /* ignore both modification times */)) 
     618                if(attr.Compare(storeAttr, true, 
     619                        true /* ignore both modification times */)) 
    618620                { 
    619621                        // No update necessary 
Note: See TracChangeset for help on using the changeset viewer.