How can I backup a file or directory as part of my installation?
| Author: BitRock Support Date: October 30, 2007 09:33 Tags: |
Actions
|
You can backup a file or directory using a <backupFile> action as in the following example:
<createBackupFile> <path>${installdir}/conf/myapp.conf</path> </createBackupFile> |