https://github.com/markshust/syncmedia
syncmedia is a shell script that syncs over the `media` folder in Magento installs.
https://github.com/markshust/syncmedia
Last synced: 10 months ago
JSON representation
syncmedia is a shell script that syncs over the `media` folder in Magento installs.
- Host: GitHub
- URL: https://github.com/markshust/syncmedia
- Owner: markshust
- Created: 2015-01-20T05:09:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T05:10:37.000Z (over 11 years ago)
- Last Synced: 2024-12-27T06:26:36.897Z (over 1 year ago)
- Language: Shell
- Size: 102 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
syncmedia
=========
syncmedia is a shell script that syncs over the `media` folder in Magento installs. It excludes all of the necessary folders that don't need to be synced (cache, tmp, etc.).
Usage
-----
Set the proper permissions on this file, update the host and folder in the script, and run:
```
./syncmedia.sh
```
This script assumes that you have SSH Keys setup for connecting to your remote host. If you do not, you'll need to modify the script as necessary.