Blog

Tag: rsync

Bash Scripting: Examples

Hi everyone. I hope you’re still enjoying the strange yet warm September weather! Today’s blog will be the last in this Bash Scripting series, at least for the time being. In this final edition I have provided two examples of

Bash Scripting: rsync

Hey all. I’m back again with another installment in my (hopefully) popular bash scripting series. In fact this is the penultimate installment for the current time frame. For this, ‘one before last’ scripting blog I have decided to take a

Securely Transfer Encrypted Info with Password-Less rsync over SSH

System admins often find themselves struggling to automate routine tasks due to security constraints. Of course, security is of utmost importance, especially in a corporate environment, but what about routine tasks that must be automated? Is there a secure way

Bash Scripting: Mount

Hey all. Hope you’ve all been enjoying the shockingly great weather we’ve had over the last few weeks. Or how about those Olympics? Team GB didn’t do too badly overall! Ok, down to work. I apologise once again for the

Bash Scripting: How to Use if

Over the last few weeks I have gone through what I consider to be key points and rules over scripting in general, and Bash scripting specifically. This week, I’ve decided to take a look at one of the most common