Timeshift v18.2

Timeshift v18.2 is now available.

What’s New

Rsync Log Viewer

The rsync log viewer was updated to make it easier to use.

The Create log shows files which were created or changed since the previous snapshot.

The Restore log shows files which were created, deleted or changed on the system when the snapshot was restored. Restore log is created only after a snapshot is restored.

Restore Preview for Rsync Snapshots

Restoring an Rsync snapshot now displays the list of actions that will be executed on restore.

Review the list carefully and click Next to continue, or click Close to cancel.

Other Changes

  • Enable “View Log for Restore” menu item only if restore log exits
  • Appdata: Install to both /usr/share/appdata and /usr/share/metainfo for compatibility
  • Skip parsing log file after creating rsync snapshot
  • Disable deleted count label while creating snapshot as this info is not applicable while creating snapshots
  • Removed menu item for “Refresh Snapshot List” as it is not of any use.
  • Statusbar: Display status items in separate frames instead of nested frames
  • Restore: Allow compare action to be cancelled
  • Fixed: Unchanged files count was not displayed during create/restore

Installation

Ubuntu-based distributions (Ubuntu, Linux Mint, etc)

Packages are available in Launchpad PPA for supported Ubuntu releases. Run following commands in a terminal window:

sudo add-apt-repository -y ppa:teejee2008/ppa
sudo apt-get update
sudo apt-get install timeshift

Installers are available on the Releases page for older Ubuntu releases which have reached end-of-life.

Other Linux Distributions

Installers are available on the Releases page. Run following commands in a terminal window:

# 64-bit
cd /tmp && curl -s -L https://github.com/teejee2008/timeshift/releases/latest | egrep -o 'teejee2008/timeshift/releases/download/.*/timeshift-v[0-9.]*-amd64.run' | wget --base=http://github.com/ -i - -O timeshift-latest-amd64.run && sudo chmod a+x ./timeshift-latest-amd64.run && sudo ./timeshift-latest-amd64.run

# 32-bit
cd /tmp && curl -s -L https://github.com/teejee2008/timeshift/releases/latest | egrep -o 'teejee2008/timeshift/releases/download/.*/timeshift-v[0-9.]*-i386.run' | wget --base=http://github.com/ -i - -O timeshift-latest-i386.run && sudo chmod a+x ./timeshift-latest-i386.run && sudo ./timeshift-latest-i386.run

Donate

Timeshift is a non-commercial application. I work on it during my free time based on my requirements and interest. If you wish to support this project, you can make a donation for $10 or more via PayPal. Your contributions will help keep the project alive and support future development.

PayPal ~ If you find this application useful and wish to say thanks, you can buy me a coffee by making a donation with PayPal.

Patreon ~ You can also sign up as a sponsor on Patreon.com. As a patron you will get access to beta releases of new applications that I’m working on. You will also get news and updates about new features that are not published elsewhere.