All of a sudden, one backup server (previously working for some time) is failing on any request to rdiff-backup. For example;
root@safe:~# rdiff-backup --version Traceback (most recent call last): File "/usr/local/bin/rdiff-backup", line 32, in <module> rdiff_backup.Main.error_check_Main(sys.argv[1:]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'rdiff_backup.Main' has no attribute 'error_check_Main' root@safe:~# The server is running Debian 12.6 with all packages updated. I have tried removing and installing rdiff-backup, but no change. What could be wrong?