This option is enabled by default. To confirm this option is enabled, follow the steps below:
- Go to your installation directory of Syncrify, which is usually on C:\Program Files\Syncrify in Windows, or /opt/Syncrify in Linux.
- Here, go to the config folder
- Look for a file named AppConfig.xml. Open this file with a text editor, such as Notepad.
- Look for the following line:
name="saveClientBackupLog" type="4" value="true"
- Confirm the value is set to true. If it is set to false, change the value to true, then save the file and restart Syncrify.
With this option, the Syncrify client will send the backup log to the server, which then converts that into a CSV file and saves it to a local folder. These files are located on the $INSTALLDIR/ClientBackupLogs folder.
File names use the following format:
DATE_ELAPSEDTIME.csv
The first token contains a date with the value represented in milliseconds since January 01, 1970. The second token holds the number of
milliseconds the backup ran for.
File format
Every CSV file contains 3 columns:
- Action -Contains an integer from 1 to 7 signifying the state of the file.
- Entire file
- No change
- Partial file
- Deleted
- Restored - (Partial file)
- Error
- Warning
- Restored - (Entire file)
- File size -
- File path -