Tar Compression


/ Published in: Bash
Save to your folder(s)

how to compress files on servers with out zip support


Copy this code and paste it in your HTML
  1. tar -cvzf filename.tar.gz /home/path

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.