Hi. I’ve also got the same error message and can’t find why. It happens since updating the CLI to 2.7.0.
Here’s duplicacy_web.log:
2020/09/30 12:00:01 Starting schedule check at scheduled time 2020-0930 12:00
2020/09/30 12:00:01 Created log file /home/pi/.duplicacy-web/logs/check-20200930-120001.log
2020/09/30 12:00:01 Running /home/pi/.duplicacy-web/bin/duplicacy_linux_arm_2.7.0 [-log check -storage rpi4 -stats -a -tabular]
2020/09/30 12:00:01 Set current working directory to /home/pi/.duplicacy-web/repositories/localhost/all
2020/09/30 12:00:02 Created log file /home/pi/.duplicacy-web/logs/check-20200930-120002.log
2020/09/30 12:00:02 Running /home/pi/.duplicacy-web/bin/duplicacy_linux_arm_2.7.0 [-log check -storage onedrive -stats -a -tabular]
2020/09/30 12:00:02 Set current working directory to /home/pi/.duplicacy-web/repositories/localhost/all
2020/09/30 12:00:03 Created log file /home/pi/.duplicacy-web/logs/check-20200930-120003.log
2020/09/30 12:00:03 Running /home/pi/.duplicacy-web/bin/duplicacy_linux_arm_2.7.0 [-log check -storage b2 -stats -a -tabular]
2020/09/30 12:00:03 Set current working directory to /home/pi/.duplicacy-web/repositories/localhost/all
2020/09/30 12:00:40 The CLI executable returned an error: exit status 101, exit code: 101
2020/09/30 12:00:40 err: exit status 101, exitCode: 101
And this is the check which fails with the error:
Running check command from /home/pi/.duplicacy-web/repositories/localhost/all
Options: [-log check -storage rpi4 -stats -a -tabular]
2020-09-30 12:00:02.399 INFO STORAGE_SET Storage set to /home/pi/duplicacy
2020-09-30 12:00:02.591 INFO SNAPSHOT_CHECK Listing all chunks
2020-09-30 12:00:40.351 INFO SNAPSHOT_CHECK 1 snapshots and 459 revisions
2020-09-30 12:00:40.362 INFO SNAPSHOT_CHECK Total chunk size is 593,614M in 197500 chunks
exit status 101
Neither is particularly helpful…