What does the c operation do in tar -cvf backup.tar documents?
c
tar -cvf backup.tar documents
It extracts files from an existing archive.
It creates a new archive from the supplied source paths.
It changes the extraction directory.
It specifically enables gzip compression.