The default destination directory for backups is AGILIANCE%_HOME%\backup
.
To change the backup directory:
Add the following line to
%AGILIANCE_HOME%\config\agiliance.properties
file:com.agiliance.admin.backup.BackupManager.BackupDestinationDirectory=
FullPathnameToAnExistingDirectoryWithSufficientFreeSpaceThe backup destination directory can be a mounted remote file system. If specified using the universal naming convention for Windows, each backslash (\) character in the path must be "escaped" by another backslash. That is, use two backslashes for each backslash in the path, such as:
\\\\fileserver1\\\\backup.
For the MySQL incremental backup, change the directory path name in the following line of the
%AGILIANCE_HOME%\config\my.ini
file:log-bin="%AGILIANCE_HOME%\MySQL\backup\"
You do not have to change the name "agiliance" in the line above.