Backups

Top  Previous  Next

Backups are created as the application starts for the first time each day. The program will launch the backup.bat file, which has a list of folders and files to backup. These are all compressed into a zip file and date time stamped. They are archived in the Backups folder. By default, backups older than 30 days are deleted. The number of days can be changed in the Trading Blox INI file under Backup Archive Days.

 

Here is the list of folders and files that are backed up by default. The files and folders to backup can be changed by modifying this file using notepad.

 

7za a -tzip Backups/CurrentBackup.zip "Systems\*"

7za a -tzip Backups/CurrentBackup.zip "Blox\*"

7za a -tzip Backups/CurrentBackup.zip "Extensions\*"

7za a -tzip Backups/CurrentBackup.zip "Import\*"

7za a -tzip Backups/CurrentBackup.zip "Export\*"

7za a -tzip Backups/CurrentBackup.zip "Test Settings.ini"

7za a -tzip Backups/CurrentBackup.zip "TradingBlox.ini"

7za a -tzip Backups/CurrentBackup.zip "Data\Forex\ForexInfo.*"

7za a -tzip Backups/CurrentBackup.zip "Data\Futures\FuturesInfo.*"

7za a -tzip Backups/CurrentBackup.zip "Data\Stocks\StockInfo.*"

7za a -tzip Backups/CurrentBackup.zip "Data\Dictionaries\*"

7za a -tzip Backups/CurrentBackup.zip "Simulation Suites\*"

7za a -tzip Backups/CurrentBackup.zip "Stock Sets\*"

7za a -tzip Backups/CurrentBackup.zip "Futures Sets\*"

7za a -tzip Backups/CurrentBackup.zip "Forex Sets\*"