Skip to content

Instantly share code, notes, and snippets.

@r1tt3r
Last active December 7, 2017 12:02
Show Gist options
  • Save r1tt3r/ea716e2b6d55a427821dd3ffd30aaa47 to your computer and use it in GitHub Desktop.
Save r1tt3r/ea716e2b6d55a427821dd3ffd30aaa47 to your computer and use it in GitHub Desktop.
Update Magento version via rsync magento-mirror
cd ~
git clone https://github.com/OpenMage/magento-mirror.git
cd magento-mirror
rsync -chavzP --exclude='.git' --exclude='dev/' --exclude='media/' --exclude='var/cache/' --exclude='var/tmp/' --exclude='var/session/' --exclude='var/report/' --stats ./ /var/www/public_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment