summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-02-24 19:23:14 +0000
committerChris Wilson <chris+github@qwirx.com>2010-02-24 19:23:14 +0000
commit02aec706836e1a6ee905f6f00228957a71251391 (patch)
treeb7dbe494283252f08c864cc59e389efeb3399b6f /bin/bbackupd/BackupDaemon.h
parent751e25f296a8ae7569f4df8b1645f092a6c1d0fd (diff)
Add notification about uploading new file attributes.
Add check for changing file creation times on Windows, to cause the attributes to be uploaded again.
Diffstat (limited to 'bin/bbackupd/BackupDaemon.h')
-rw-r--r--bin/bbackupd/BackupDaemon.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h
index 0c864abd..b41c6508 100644
--- a/bin/bbackupd/BackupDaemon.h
+++ b/bin/bbackupd/BackupDaemon.h
@@ -444,6 +444,16 @@ public:
BOX_NOTICE("Uploading patch to file: " << rLocalPath);
}
}
+ virtual void NotifyFileUploadingAttributes(
+ const BackupClientDirectoryRecord* pDirRecord,
+ const std::string& rLocalPath)
+ {
+ if (mLogAllFileAccess)
+ {
+ BOX_NOTICE("Uploading new file attributes: " <<
+ rLocalPath);
+ }
+ }
virtual void NotifyFileUploaded(
const BackupClientDirectoryRecord* pDirRecord,
const std::string& rLocalPath,