Hi,
it is possible to include or exclude files or folders, when I back up "Files to Tape" or "File to Files" with Veeam Backup & Replication (8.0.0.2030)
14.08.2015 08:56:56 :: Task \\Ca\c$\backup\var\spool\clientmqueue\sm-client.pid completed with warning. Details: Der Prozess kann nicht auf die Datei zugreifen, da ein anderer Prozess einen Teil der Datei gesperrt hat. Error code: 33
Failed to read data from the file [\\Ca\c$\backup\var\spool\clientmqueue\sm-client.pid].
Read operation has failed. File: [\\Ca\c$\backup\var\spool\clientmqueue\sm-client.pid]. Size of data: [53].
Unable to read file block. File: [\\Ca\c$\backup\var\spool\clientmqueue\sm-client.pid]. Offset: [0].
How can I disable this warning with excluding this file?
In the Edit File to Tape Job window --> Files an Folders --> File or folder \\ca\c$\backup Server This server File mask *.*
I had used ntbackup before Veeam Backup & Replication and with ntbackup it was possible to definde a tree like \\ca\c$\backup\. Files or folder could be exclude with \\CA\C$\backup\var\spool\clientmqueue\sm-client.pid /Exclude
At first: The similar request use the obsolete function Add-VBRTapeFilesJob. I have witten a powershell script with the new function Add-VBRFileToTapeJob.
In order to achieve that the script should be changed in a bit inelegant way. It should search through the said directory and its child subdirectories, and include all files, but one. Thanks.