Trying to tar a file called report, but accidentally running wrong format
$ ls -l
-rw-r--r-- 1 root root 708 Aug 20 10:12 report
$ tar czvf report report.tar.gz
then
$ ls -l
-rw-r--r-- 1 root root 45 Aug 20 10:13 report
how to recover the original file?