Skip to content

Instantly share code, notes, and snippets.

@benmay
Created September 23, 2012 04:34
Show Gist options
  • Save benmay/3768884 to your computer and use it in GitHub Desktop.
Save benmay/3768884 to your computer and use it in GitHub Desktop.
tar website - excluding wp-uploads
tar -zcvf backup-name.tar.gz --exclude='wp-content/uploads/*' /var/www/site.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment