At Least 2 Backups

Posted on October 28, 2007 by nseidm1.
Categories: backup, scp, ssh.

I recommend at least 2 backups of your server files. Blogs that utilize mysql database backends are extremely simple to backup. Your entire database can be saved as an sql file, therefore for a complete system backup you just need to scp your server files to another machine. For instance my setup involves two machines, a web server, a mail server, and my laptop. With the scp command I backup my files from my web server to my mail server, and then from my mail server to my laptop.

There is one interesting thing I have observed about scp: it utilizes the -P option; a capital. Whereas ssh utilized -p; in lowercase.

Share, Enjoy, and Support:
  • Digg
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati

no comments yet.

Leave a comment

Names and email addresses are required (email addresses aren't displayed), url's are optional.

Comments may contain the following xhtml tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>