permalink
A developer’s second best friend after grep is tar, that means backup, backup, backup!

Source: Any smart developer.

And here are the tools of the trade:

  • tar -zcvf /target/file.tar.gz  backup_source
  • tar -xvzf   target_restore.tar.gz
Share |
blog comments powered by Disqus