Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×
The Linux rsync command is a powerful file copying and folder synchronization tool. Here are ten common use-cases that you’ll be able to put to good use on your own systems. . The rsync tool copies files and directories between two computers. It uses a sophisticated algorithm that scans directory trees to find files on the source computer that don’t exist on the destination computer. These files are transmitted to the destination computer. What makes rync so clever is it can figure out which pieces of existing files have been modified, and it only sends the changed portions. You can use rsync to copy files to a different location on your hard drive, to a different hard drive in the same computer, to an externally connected USB drive, or any other network-accessible location. The link for this article located at How-To Geek is no longer available. . Discover essential rsync commands for local and remote backups, syncing, excluding files, bandwidth control, and more to optimize your file transfers. Linux Rsync Command, File Synchronization, Command Line Tools, Data Transfer, System Backups. . Brittany Day
Linux sysadmins: learn how to use rsync compression and checksums to better manage file synchronization. . In a previous article entitled Sysadmin tools: Using rsync to manage backup, restore, and file synchronization, I discussed cp and sftp , and looked at the basics of rsync for moving files around. There are also a couple of other great articles here on Enable Sysadmin on tar and SSH you should take a look at. Copying files to and from remote systems and having an easy way to run a backup of something you're working on (or, for that matter, critical company data) are basic, useful tools in the sysadmin toolbox that I use again and again. Sometimes, however, you may want to do something a little more sophisticated, like move data across a less trusted or slower link. Rsync can provide encryption to protect it in transit, compression to make it flow better, and checksums to ensure you get what you were expecting. . Boost your data mirroring expertise by mastering advanced rsync techniques for Linux administrators, with an emphasis on utilizing compression methods and checksums.. Rsync Tips, File Transfer, Linux Sysadmin, Data Management, Compression Techniques. . Brittany Day
According to the Merriam-Webster online dictionary, duplicity is defined as "contradictory doubleness of thought, speech, or action." To the more Linux-initiated, however, it is an exceedingly useful tool. Make no mistakes about it, Duplicity is a very capable way of encrypting data and throwing its weight around against the standard Rsync. Read here to learn more about why duplicity is an alternative worth looking into. . A bit from the article: "So I went looking for something else, and I found that duplicity shows somehow the same syntax and ease of use as rsync: there is no need to write a configuration file, and it uses a very similar way to specify sources and targets..." The link for this article located at is no longer available. . A bit from the article: 'So I went looking for something else, and I found that duplicity shows some. according, merriam-webster, online, dictionary, duplicity, defined, 'contradictory, doublenes. . LinuxSecurity Contributors
A tutorial on backing up servers via rsync.. . This guide walks you through the optimal application of scp for transferring files safely and reliably.. Rsync Backup, Server Backup, Efficient Data Protection. . Anthony Pell
Get the latest Linux and open source security news straight to your inbox.