Is it safe to create a tarball of a directory while the files in the directory are being used (read+write)?
I want to create a backup of a 20GB directory without having to shut down my application server.
I don't mind if the files are changed while the tar is being created, as long as every file is present in the archive, I'm fine with it.