teejee2008 / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
GNU Lesser General Public License v3.0
4.65k stars 280 forks source link

Installer support for OpenSUSE #431

Open Ahmed-E-86 opened 5 years ago

Ahmed-E-86 commented 5 years ago

There is no support for OpenSUSE in your installer. OpenSUSE uses the command: sudo zypper install name of the package and you can add --non-interactive argument after zypper command to answer yes to all confirmations.

Ahmed-E-86 commented 5 years ago

To be able to use Timeshift successfully with OpenSUSE Temblweed I executed this commands:

sudo ./timeshift*amd64.run
sudo zypper --non-interactive install libgee-0_8-2 libvte-2_91-0 libjson-glib-1_0-0 rsync

Please add it to the installation script.