See my previous post, Subversion Over SSH on an Unmanaged VPS, to learn how to set up Subversion on Ubuntu (running on a DigitalOcean VPS). In this post, we will learn how to create a script to backup the WordPress database and copy it from the server to our local…
Leave a CommentTag: SSH
Even more surprising, I was able to get Subversion over SSH working with my HostGator shared web hosting account. I had been searching for a private Subversion repository that I could use for my own projects. Something very simple for one developer doing infrequent source control file check-ins. I didn’t…
1 CommentSurprisingly, I found that a Hostgator shared web hosting account supports secure shell (SSH) access and a shared secure sockets layer (SSL) certificate. For those who might not be familiar with them, SSH provides interactive terminal access to your account and SSL supports secure HTTPS browsing to your website. Note:…
Leave a CommentTo prevent data loss on my Windows desktop, I’ve created automated scripts to backup the data locally and remotely. For both sections below, we will pretend that I want to backup two directories: C:\Documents and Settings\username\My Documents\Tax Files C:\Documents and Settings\username\My Documents\Photos Backing Up Windows Desktop Locally The best way…
4 Comments