Last active
December 7, 2017 12:02
-
-
Save r1tt3r/ea716e2b6d55a427821dd3ffd30aaa47 to your computer and use it in GitHub Desktop.
Update Magento version via rsync magento-mirror
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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