I’ve been setting up a new backup regime on a hosted server that I’m helping to maintain.
One of the key issues right now is that it is there isn’t a solid provided backup regime, so I’ve spent the day playing around with different Linux backup solutions trying to get to the bottom of a simple, yet robust way of backing up.
I like rsync, but the problem is that you can’t use it’s hard linking feature over secure shell. As such, incremental backups are a pain.
I was about to give up on it, and work out a convoluted tar process when it occurred to me that the hard links might still be possible.
And to that end, I wrote this script: Continue reading rsync and the Hard Link Limitation