Timeshift v18.4

Timeshift v18.4 is now available.

Changes

  • #127 — Added option to Users tab in Settings to keep BTRFS quota groups disabled. This is for people who do not wish to use the quota groups feature of BTRFS. It is recommended to keep this enabled as it is required for getting the size of shared and un-shared data in snapshots. These columns in the main window will display 0 KB if the option is disabled.
  • #141 — Added a fix for nested sub-volume issue.
  • Added option to skip restore for @home sub volume
  • #9 — Fixed issues on Manjaro

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.