Best Tools for Full System Backups on Linux?

0
7
Asked By TechWiz99 On

Hey everyone! I'm pretty confident using Linux, but backups are still a bit of a mystery for me. I'm looking to backup my entire system so that I can restore it completely if something goes wrong. My plan is to use rclone for storing backups externally and automate the process to run monthly. I've looked into Veeam, but I'm curious about your thoughts on it or any other recommendations you have!

4 Answers

Answered By DataGuru56 On

You might want to look into Restic. It’s really top-notch for automated, incremental backups, and it integrates well with various remote storage options. However, I only back up my home directory since reinstalling the OS is usually faster than a full restore. If you need regular OS snapshots, consider Btrfs with Snapper for quick rollbacks.

Answered By SecureData98 On

Definitely try Borg Backup with the Pika interface! It’s optimized for deduplication, which makes backups faster and more efficient, especially for remote backups. Just be cautious about using Rsync for backups; it can get tricky when moving data.

Answered By BackupNinja27 On

I've been using Borg Backup for my home partition, and I really love it! It's user-friendly and efficient for system backups.

Answered By SnapshotMaster On

For a complete snapshot, I use Clonezilla as my go-to solution. Then I follow up with Borg, managed through Vorta for my NAS and external drives. It's great to have different backup profiles for various drives!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.