I hate to admit it, but I’ve screwed up many times throughout the years when it’s come to using computers. My first big “Oh shi!” moment came when I was about 8-years-old, goofing around on my ...
Andrew Tridgell's rsync is a useful file-transfer tool, one that has no encryption support of its own but is easily “wrapped” (tunneled) by encryption tools such as SSH and Stunnel. What ...
Linux comes with a ton of tools for administrative tasks, including backing up over a network. Thanks to rsync and ssh, this is far easier to do than you might think. If your business uses Linux for ...
One of my favorite utilities on the Linux command-line, and block storage is one of my favorite features on Linode's platform, so in this article I get to combine both of these together - because what ...
Let’s face it. Backups are great, but backup systems are even better. And one great tool for cloning your critical servers is rsync. Whether you clone your file systems to second disks or to entirely ...
Given the comments and questions I’ve received since last week’s column on using rsync to move a file system from one disk to another, I thought we might run through some simple exercises to gain more ...
Up first, go check your machines for the rsync version, and your servers for an exposed rsync instance. While there are some security fixes for clients in release 3.4.0, the buffer overflow in the ...
Trying to figure out how to rsync our SAN data from the 'live' partition to the 'backup' partition. We have a directory of 'preview' thumbnails so that you can 'zoom' in on a photo, previously just ...