F5F Stay Refreshed Software Operating Systems Best backup solutions for Linux include tools like Btrfs, ZFS, and rsync. These help ensure data safety and recovery.

Best backup solutions for Linux include tools like Btrfs, ZFS, and rsync. These help ensure data safety and recovery.

Best backup solutions for Linux include tools like Btrfs, ZFS, and rsync. These help ensure data safety and recovery.

J
JebThePleb
Posting Freak
898
04-30-2023, 12:16 PM
#1
Looking for backup tools that fit Linux Mint 21 needs? You’ll want something that handles full file system backups, lets you skip specific files, schedules monthly runs, and stores backups on an SMB share.
J
JebThePleb
04-30-2023, 12:16 PM #1

Looking for backup tools that fit Linux Mint 21 needs? You’ll want something that handles full file system backups, lets you skip specific files, schedules monthly runs, and stores backups on an SMB share.

F
FlameSquid32
Senior Member
501
04-30-2023, 04:19 PM
#2
Create the repository on the SMB network drive. Use rsync to transfer files and perform incremental backups via links. These tasks can be scheduled with cron for automatic execution.
F
FlameSquid32
04-30-2023, 04:19 PM #2

Create the repository on the SMB network drive. Use rsync to transfer files and perform incremental backups via links. These tasks can be scheduled with cron for automatic execution.

A
Abood_99am
Member
115
05-01-2023, 12:09 PM
#3
Timeshift, rsync and borg offer strong alternatives.
A
Abood_99am
05-01-2023, 12:09 PM #3

Timeshift, rsync and borg offer strong alternatives.

P
Pikam66
Junior Member
48
05-01-2023, 07:25 PM
#4
Another suggestion for Borg Backup offers many useful features and excels in space efficiency based on my experience. If you're comfortable with the command line, its CLI is straightforward to master and the documentation is solid: https://borgbackup.readthedocs.io/en/sta...start.html. After practicing a few commands, you can automate backups using cron. For a graphical option, Vorta provides a simple interface that runs Borg in the background; it includes basic scheduling tools.
P
Pikam66
05-01-2023, 07:25 PM #4

Another suggestion for Borg Backup offers many useful features and excels in space efficiency based on my experience. If you're comfortable with the command line, its CLI is straightforward to master and the documentation is solid: https://borgbackup.readthedocs.io/en/sta...start.html. After practicing a few commands, you can automate backups using cron. For a graphical option, Vorta provides a simple interface that runs Borg in the background; it includes basic scheduling tools.