Sunday, January 20, 2008

ZIP and UNZIP linux command

tar -cf yourcontent.tar yourcontent
gzip yourcontent.tar

tar -cf yoursql.tar yoursql
gzip yoursql.tar


scp -r yourcontent.tar.gz username@127.0.0.255:/home/username
password

scp -r yoursql.tar.gz username@127.0.0.255:/home/username
password

tar -zxvf yourcontent.tar.gz

No comments:

Post a Comment