I'm doing some tape backup with tar. The backup is running while all services are up. I know that is a bad thing, but i cannot stop them.
So, sometimes the tar prints this message:
tar: ./data/file.txt: file changed as we read it
Does this mean the copy of ./data/file.txt has canceled when tar checked that the file has changed or will tar continue and copy the file as is ?