1206 - ESE settings: Always patch certain files

Modified on Mon, 21 Jul at 12:51 PM

You can specify certain files to always be patched, regardless of whether they have been modified. This is particularly useful for backing up databases. Open the a5backup.properties file, set
 
always.process.paths
 
to "True", and add a list of file/folder paths separated by commas.
 
Note:
  • The paths must always be in quotation marks.
  • Colon (:) and backslash (\) characters must always be escaped with a backslash (\).
For example:
 
always.process.paths="C\:\\data\\myfolder\\","C\:\\otherdata\\otherfolder\\",
"C\:\\moredata\\myfolder\\myfile.txt"

 

The wildcard can also be used for file extensions, e.g.:

always.process.wildcard=*.txt,*.mdb,*.dat

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article