When redirecting output to a file which already exists:
$ ls
my_file
$ dump_all > my_file
When does the file system get freed from the space consumed by the original file? (For example the concern could be that there is only space for one copy of the data)