Hi
I'm using 1.2.1 from the CLI.
When I run the backup from the command line the RSS only has one entry, which is correct.
My cron job was using the following:
Code:
/usr/bin/zrm-pre-scheduler --action backup --backup-set incremental-run --backup-level 1
The log output didn't appear to indicate two runs, but if I substitute the above job with:
Code:
/usr/bin/mysql-zrm-scheduler --now --backup-set incremental-run
Then the RSS is updated correctly, with only one entry per backup.
Any idea why using the zrm-pre-scheduler would result in this behaviour?