The only backup I had was actually from the initial installation because after that, disk space was too limited to allow new backups in server. A lot of bad practices were done and now I try to get some help. Let me try to explain the whole process to give you more details:
I setup rclone to have a backup of my server available in Google Drive. Started copying filedir to Google Drive and after some time had an electricity shortage and process was stopped. When electricity was restored I restarted the process but this time by sync instead of copy, and didn't notice that destination and source were switched, meaning my filedir was trying to take information from GDrive. This process was also stopped, error messages appeared telling that MD5 was not matching. At the same time my moodle installation folder was also copied from server to another folder in GDrive, by that moment noticed that can access the platform but resources started being unavailable. I never rebooted server during the process and what have now are folders partially moved to GDrive and missed information in server. OS is CentOS.
This is what I get from php log:
PHP Warning: readfile(/home/moodledata/filedir/...): failed to open stream: No such file or directory in /home/path_to_moodle/lib/filelib.php on line 1942
Thank you for any advise.