This file contains hidden or 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
#!/bin/bash | |
#=============================================================================== | |
# This is a template for a script I use on a lot of sites to copy the database | |
# (MySQL) and any uploaded files to the development site, and modify the | |
# database as required. | |
# | |
# The script should be on the development server. The live site can either be on | |
# the same server, or a remote server connected via SSH. | |
# |
NewerOlder