Specifications

Error occurred during backup initialization
Resolve the "Failure while using USN journal" Error
This article refers to Barracuda Backup firmware version 5.0 and higher, the Barracuda Backup Agent (Windows), and Microsoft
Windows Server 2003 and higher.
In this article:
Deleting an Active USN Change Journal
Adding a USN Change Journal
Related Articles
Barracuda Backup Agent (Windows)
Additional Resources
Change Journal Operations
Fsutil usn
An Update Sequence Number (USN) Journal is a change journal of file and directory changes on the NTFS volume
including a description of the change, and the name of the file or directory. Each log file is incremented for each
entry in the journal. Log files are stored until they are deleted or storage runs out. If storage is exhausted, older log
files are deleted and cannot be restored.
If too many file or directory changes are encountered on your Windows Server, you may encounter a max journal
wrapping error causing slower Barracuda Backup Agent backups. While full backups should not be affected, you
may encounter differential and incremental backup failure:
08/13/13 18:32:55 0x0001208 YUsnJournalManager: Info: USN journal backups have been disabled for volume:
C:\
08/13/13 18:43:09 0x0001208 YUsnJournalManager: Exception occurred while backing up volume changes:
Exception - Original: 12011 - 0x00002eeb Mapped:12011
Location:YUsnJournalManager::BackupVolumeChanges:D:\compile\source\ods++\server\vam\core\win\YUsnJournalMan
ager.cpp:214 Description:'Failure while using USN journal'
This article describes how to expand the maximum Update Sequence Number (USN) Journal size in Windows.
Deleting an Active USN Change Journal
Use the following steps to remove the active USN change Journal using .fsutil usn deletejournal
The following instructions apply only if the USN change Journal is available and readable.
fsutil usn Parameters
deletejournal - Deletes the active USN change journal. Deleting the change journal impacts the File Replication Service
(FRS) and the Indexing Service. Additionally, this negatively impacts FRS SYSVOL replication and replication between DFS
link alternates during rescanning of the volume.
/D - Disables the active USN change journal and returns I/O control while the change journal is being disabled.