ok. I solved the problem.
I had disabled in settings.inc the parameter
If this is disabled I recieve the error.
Correct is
Then I can download a file called "versioning_info.txt" which contents the data according to the file.
I had disabled in settings.inc the parameter
PHP Code:
// the name of the versioning info file created by the backup tool
// var $_versioningFileName = "versioning_info.txt";
If this is disabled I recieve the error.
Correct is
PHP Code:
// the name of the versioning info file created by the backup tool
var $_versioningFileName = "versioning_info.txt";
Then I can download a file called "versioning_info.txt" which contents the data according to the file.