Chris Nizzardini, Salt Lake City Utah, Web Developer Specializing in LAMP+Ajax Since 2006

My Blog

Here is my awesome blog. You can find information on programming, linux, documentation, tips for code and database optimization, my thoughts and rants, and whatever else I feel like sharing. Feel free to contribute to the blog by posting comments and asking questions.
Linux

linux random tar stuff

This will probably grow as I need tar to do more stuff.

Excluding a directory from your tarball:
tar -cf backup.tar /home –exclude “/home/cpanel”

Related posts:

  1. a backup system – for the poor and lazy
  2. CronJobs – Creating CronJobs with Crontab in Linux
  3. setting up samba on debian 3.1
  4. linux i discovered umask and sgid for default file/directory permissions

Leave a Reply