5 command line backup tools every Linux user should use for desktops and servers
Briefly

Linux users often prefer command-line tools for backup due to their efficiency and flexibility. Tools like Rsync and Tar enable powerful backup solutions without a GUI. Rsync supports local and remote backups, incremental backups, and preservation of file permissions. It’s easy to automate using scripts or cron. Command-line tools generally use fewer resources compared to graphical interfaces, emphasizing performance and reliability in backup tasks. Many of these tools come preinstalled, making them readily available for users to utilize seamlessly in various backup scenarios.
Rsync is the easiest to use on the list and can be used to back up locally or remotely, supporting features like incremental backups and file permission preservation.
Command-line backup tools like those listed are powerful and flexible enough to meet all needs, using fewer resources than GUI counterparts.
Rsync doesn’t have to be set up for automatic backups, allowing users to run it manually whenever needed.
Read at ZDNET
[
|
]