/ Published in: Bash
Expand |
Embed | Plain Text
backup with zip tar zcvf [output file.tgz] [files/folder] e.g. tar zvcf $(date +%y%m%d%H%M%S)filename.tar.gz xxx.txt Extract tar zxvf [zip file.tgz]
You need to login to post a comment.
kwanhon on 03/09/11
1 person have marked this snippet as a favorite
backup with zip tar zcvf [output file.tgz] [files/folder] e.g. tar zvcf $(date +%y%m%d%H%M%S)filename.tar.gz xxx.txt Extract tar zxvf [zip file.tgz]
You need to login to post a comment.