I have a production web server which is not part of my home network. I do the development at home, and then sync up to the web server.
I have one site which uses a live database, and I need to be able pull down full copies of it back to the development DB here at home. I'd like to avoid opening TCP and dealing with firewalling and all that on the production DB.
Is there an automated way of doing this over SSH, or should I roll my own scripts?
Using replication is not an option in this case.
I have one site which uses a live database, and I need to be able pull down full copies of it back to the development DB here at home. I'd like to avoid opening TCP and dealing with firewalling and all that on the production DB.
Is there an automated way of doing this over SSH, or should I roll my own scripts?
Using replication is not an option in this case.