Arthur's Journal

A journal of all the tidbits of information I gathered through the years.

Entries for the ‘Linux’ Category

Automated Linux Network Backup Solution

Introduction I needed a backup solution that would back up multiple servers to a single location. In order to accomplish this task I created a small Linux machine running CentOS with a cron job that will remotely connect to these machines using SSH and run the backups. Once the backup job is complete it will […]

Login to Linux machine using SSH without a password

Introduction I decided to setup a small Linux box that would login to my Linux boxes to backup with rsync (will post how I did that later). In order to do this with a script I had to setup SSH to log me in without a password otherwise my script would prompt me for the […]