Tar produces different files each time
I often have large directories that I want to transfer to a local computer from a server. Instead of using recursive scp or rsync on the directory itself, I’ll often tar and gzip it first and then transfer it.