I backed up the (Win Svr 2012 R2) Server to Dropbox and got no errors (It’s not that big, about 150Gb Max). It’s a Google Compute Instance. It took about 20++ hours. A second backup (I assume these are incremental) finished much quicker, but left about 350 messages saying essentially access denied for particular files etc etc. I don’t think this is an issue because some files will be in use and some are system type files. Here’s a typical couple of messages:
Failed to process path: C:\Users\admin\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings\eiimnmioipafcokbfikbljfdeojpcgbh\LOCK
System.IO.IOException: The process cannot access the file because another process has locked a portion of the file.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.ReadCore(Byte buffer, Int32 offset, Int32 count)
at System.IO.FileStream.Read(Byte array, Int32 offset, Int32 count)
at Duplicati.Library.Main.Blockprocessor.Readblock()
at Duplicati.Library.Main.Operation.BackupHandler.ProcessStream(Stream stream, CompressionHint hint, BackendManager backend, FileBackedStringList blocklisthashes, FileBackedStringList hashcollector, Boolean skipfilehash)
at Duplicati.Library.Main.Operation.BackupHandler.HandleFilesystemEntry(ISnapshotService snapshot, BackendManager backend, String path, FileAttributes attributes)
AND
Failed to process metadata for “C:\Windows\System32\winevt\Logs\Setup.evtx”, storing empty metadata
System.UnauthorizedAccessException: Attempted to perform an unauthorized operation.
at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd)
at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext)
at System.Security.AccessControl.NativeObjectSecurity…ctor(Boolean isContainer, ResourceType resourceType, String name, AccessControlSections includeSections, ExceptionFromErrorCode exceptionFromErrorCode, Object exceptionContext)
at System.Security.AccessControl.FileSecurity…ctor(String fileName, AccessControlSections includeSections)
at Duplicati.Library.Snapshots.SystemIOWindows.GetAccessControlFile(String path)
at Duplicati.Library.Snapshots.SystemIOWindows.GetMetadata(String path, Boolean isSymlink, Boolean followSymlink)
at Duplicati.Library.Main.Operation.BackupHandler.GenerateMetadata(ISnapshotService snapshot, String path, FileAttributes attributes)
My Question: Is this normal, ie. should I expect, when backing up a complete system, to get these sorts of errors?
The follow up: If NOT then what am I doing wrong?
OR if they are to be expected is there some IGNORE Switch when setting up the backup, ie. IGNORE XXXXX Type System Files?
Thanks in Advance…