diff --git a/services/backup/src/Reactors/server/SendLogReactor.cpp b/services/backup/src/Reactors/server/SendLogReactor.cpp
--- a/services/backup/src/Reactors/server/SendLogReactor.cpp
+++ b/services/backup/src/Reactors/server/SendLogReactor.cpp
@@ -31,8 +31,7 @@
 }
 
 std::string SendLogReactor::generateLogID(const std::string &backupID) {
-  return backupID + tools::ID_SEPARATOR +
-      std::to_string(tools::getCurrentTimestamp());
+  return backupID + tools::ID_SEPARATOR + tools::generateUUID();
 }
 
 void SendLogReactor::initializePutClient() {