diff --git a/src/command/backup/backup.c b/src/command/backup/backup.c index 0077308e3c..86baa6b855 100644 --- a/src/command/backup/backup.c +++ b/src/command/backup/backup.c @@ -1853,7 +1853,7 @@ backupArchiveCheckCopy(Manifest *manifest, unsigned int walSegmentSize, const St // Find the actual wal segment file in the archive const String *archiveFile = walSegmentFind( - storageRepo(), archiveId, walSegment, cfgOptionUInt64(cfgOptArchiveTimeout)); + storageRepo(), archiveId, walSegment, cfgOptionUInt64(cfgOptArchiveTimeout)); if (cfgOptionBool(cfgOptArchiveCopy)) { diff --git a/src/db/db.c b/src/db/db.c index bc1865e8ae..17a2cb0bcd 100644 --- a/src/db/db.c +++ b/src/db/db.c @@ -363,6 +363,7 @@ dbBackupStart(Db *this, bool startFast, bool stopAuto) FUNCTION_LOG_RETURN_STRUCT(result); } + /**********************************************************************************************************************************/ // Helper to build stop backup query static String *