Creating a file filter. (Example: temp file.)

Creating a file filter (Example: temp file).

You can create filters for the backup to exclude or include certain file types. In this example we are doing one for temporary files.

You may get errors on files that look something like the following:

[New File] File="\\File location 1\Sub location 2\sub location 3\~File name.xlsx" Error="java.io.IOException: [CreateFileW] (32) The process cannot access the file because it is being used by another process.rnrn

(Please note, the error itself will be larger but the first section should be the same, the location and file will be different)

This error occurs when a temp file is created due to a file being left open. While Volume Shadow Copy may be enabled, this will not work over network locations. Hence seeing this error.

To stop this error occurring a filter will need to be created to stop the software trying to backup temp files. This can be done on your portal or on the client software on the machine, this is lower down the page.

Inside your portal:

Click “Edit” on the set in question and go to “source”. From here you will see a tab that says “filters” select this. You will need to click the “apply filters to the backup source” button.


This will the highlight the "Add +" option which you will need to select.


This is the window that will open up:


You can name the filter whatever you think convenient and add the "pattern" for the software to look out for. The most important part if filling out the location to apply the filter to, this you can get from your original error message if an error is what prompted the filter. The further down you go in the path the less the filter has to check, if you know the particular folder that has the files causing the issue I would recommend adding that. For example, if the file is:

\\MyNAS\Me\My Documents\Personal Finance\2020\June\~Debit Card transactions.xlsx

And you just add “\\MyNAS” the filter will check all files in this location that are backing up, this might cause the backup to take longer than usual. If you added “\\MyNAS\Me\My Documents\Personal Finance\2020” the filter will only focus on that source.

For my example I am making a filter to exclude temp files, it will look like this, I have highlighted the items that have been edited:


Ensure you press “Save” on this page, and then “Save All” on the Filters tab.


You can then either run a manual backup or wait for the next scheduled backup to ensure the filter has been added successfully.

On the client software:

You can also set filters in the client software. Open the software and navigate to backup sets.


Select the set reporting the warning and select “Source” down the left, slide the “Apply filter” toggle and press “Add new filter”.


This is the screen you will see:



The elements you edit are very similar to the other option. For my example I am making a filter to exclude temp files, it will look like this:



You will need to “Add” the character “~” in the “Existing patterns to match” section.

The most important part if filling out the location to apply the filter to, you will need to browse to this location via the “Change” button. This location you can get from your original error message. The further down you go in the path the less the filter has to check, if you know the particular folder that has the files causing the issue I would recommend adding that. For example, if the file is:

\\MyNAS\Me\My Documents\Personal Finance\2020\June\~Debit Card transactions.xlsx

And you just add “\\MyNAS” the filter will check all files in this location that are backing up, this might cause the backup to take longer than usual. If you added “\\MyNAS\Me\My Documents\Personal Finance\2020” the filter will only focus on that source.

Press “Ok” and “Save”.

You can then either run a manual backup or wait for the next scheduled backup to ensure the filter has been added successfully. 


    • Related Articles

    • How to Change In-File Delta Settings - SAFE Backup

      In-File Delta performs block changes of files over 25MB, so rather than uploading the whole file it will only upload what has changed. By default In-FIle Delta does incrementals Monday to Thursday, Saturday and Sunday, differentials are run on the ...
    • How to Change the Temp Location used for Backups - SAFE Backup

      Sometimes you may need to change the temp location used for the backup, usually due to lack of space, or limitations of user rights. To change this please login to the backup client, select the backup set you wish to change this for. Select "Show ...
    • How to be more selective with the files you backup - SAFE Backup

      You may need to be more selective with the files you are backing up in a set, especially when the C:Drive or your desktop are concerned. Please login to your client and navigate to "Backup Sets", from here select the backup set in question and ...
    • Error: failed to initialize RemoteBDB.Cloud - SAFE Backup

      You may receive an error on your backup report for the following, or similar: Failed to initialize RemoteBDB.Cloud. Error=[BlockDBConfig.readConfig] unknown default path for creating new journal file config: 0 , caused by [RuntimeException] ...
    • How to Restore to the Original Location - SAFE Backup

      If you accidentally delete a file you can restore it back to the original location from in the backup client. Login and select "restore". Select the backup set you wish to restore from. Then select the destination you would like to restore from. If ...