Skip to content

Instantly share code, notes, and snippets.

@sean-kang
Created March 9, 2015 20:56
Show Gist options
  • Save sean-kang/6b7415c63ce579c8730f to your computer and use it in GitHub Desktop.
Save sean-kang/6b7415c63ce579c8730f to your computer and use it in GitHub Desktop.
Magento Backup
tar --exclude=httpdocs/media/catalog/product/cache --exclude=httpdocs/var/cache --exclude=httpdocs/var/session --exclude=httpdocs/var/tmp --exclude=httpdocs/var/log --exclude=httpdocs/var/backups -cvzf backup.tar.gz httpdocs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment