Search Engine Optimization is an important aspect of a photographers online presence. Briefly, SEO is the optimization of a website to increase it’s search rankings. The higher a website ranks the more traffic it will receive. Which if utilized correctly will lead to more business. SEO can be challenging but here are some quick tips:
Latest Entries »
This is sort of a follow up, or part two, to my last post on how to create a script to mirror two external hard drives. So, if you haven’t read that article yet, please check it out first.
After creating a script using rsync to mirror two hard drives we can take it one step farther and set it up so the script is automatically run at set times during the day. To accomplish this we’re going to use another free tool called crontab. It’s available on all Macs.
This backup technique is pretty simple but can be intimidating for those who are not comfortable with using the terminal. At the core of Apple’s OS is Unix and one of Unix’s utilities is a free nifty program called rsync. According to the manual page on rsync, rsync can “transfer just the differences between two sets of files across the network connection.” We’re going to create a script that will automatically mirror one hard drive to another using rsync.









