Answers for "create tar archive from folder linux"

18

linux tar zip folder

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Posted by: Guest on March-11-2020
0

how to create tar file to another directory

tar czf /var/www/file.tar.gz file1
Posted by: Guest on February-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language