Hi,
if a webhost excludes the function disk_free_space() in his PHP-settings because of security, backupwordpress crashes, because since PHP8 "@" does not longer suppress fatal errors.
So if the webhost has set
disable_functions="diskfreespace, disk_free_space"
backupwordpress will no longer work. Please always check, if the function disk_free_space() exists before use, because a lot of webhosts do not allow this function.
Thanks.