I try to find Time Machine for Linux Mint which has GUI and is easy to use for Linux unexperienced person.
Similar features which Macintosh Time Machine has.
Backups entire boot drive hourly.
I try to find Time Machine for Linux Mint which has GUI and is easy to use for Linux unexperienced person.
Similar features which Macintosh Time Machine has.
Backups entire boot drive hourly.
This question is a little vague, as you do not state what aspects of Time Machine you find important. I use Back In Time, which features incremental backups, based on rsync and hard-links.
Hence, each additional backup only uses the amount of space for the files that have changed. However, you can easily browse through previous snapshots, either with a normal file browser or the Back In Time GUI.
You can configure it via the GUI to run every x hours too. However, you can probably do this with most backup programs, using cron.
last-snapshot) to your wiped computer. The time to restore is merely the time taken to copy files over.
Timeshift is made for Mint and does exactly what you want.
If you choose the btrfs partition type for "/" during the installation (instead of the default ext4) then you can use this for snapshots of the current state of the system. These snapshots are saved locally.
The used space of a btrfs snapshot is nothing more than the difference between this snapshot and the next snapshot (or the current state of the system if there is no newer snapshot). So snapshots are like incremental backups that are saved locally and are made a lot quicker (takes a couple of seconds).
If Mint is already installed on ext4 it's still possible to convert your partition to btrfs (this is an entirely different topic so i won't elaborate this here)
If you don't want to use btrfs you can still use timeshift as frontend for rsync to save your snapshots externally