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 ...
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 ...
Backing up a local directory to one on a remote machine on Linux is fast and flexible with this Linux command line tool. Linux is the most flexible operating system on the market. With this ...
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 ...
For a quick file transfer between two computers, SCP is a fine program to use. For more complex, large, or regular backups, however, the go-to tool is rsync. It’s faster, more efficient, and usable in ...
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 ...
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 ...
Backups don't need to be complicated. There's a whole industry built around implementing backup systems with NAS devices, RAID arrays, and software with snazzy GUI frontends. But my favorite solution ...
Maybe you want the directories that you synchronize to be exact copies of each other or maybe you just don’t. Let’s dig a little more deeply into the rsync command and see if we can’t find just the ...