OESF Portables Forum
Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: Wormhole on June 12, 2018, 06:33:26 am
-
I installed Timeshift beceause I want to restore things if I mess things up.
Can I use Timeshift without messing up my dualboot (android and debian)?
Timeshift makes a perfect backup (on my SD card), but what will happens with restore? Does anyone have experience with it?
-
I installed Timeshift beceause I want to restore things if I mess things up.
Can I use Timeshift without messing up my dualboot (android and debian)?
Timeshift makes a perfect backup (on my SD card), but what will happens with restore? Does anyone have experience with it?
Is there a version of timeshift for arm64 ?
Thank you.
-
I installed Timeshift beceause I want to restore things if I mess things up.
Can I use Timeshift without messing up my dualboot (android and debian)?
Timeshift makes a perfect backup (on my SD card), but what will happens with restore? Does anyone have experience with it?
Is there a version of timeshift for arm64 ?
Thank you.
Yes you can build it self.
Follow this guide..https://linuxconfig.org/install-packages-from-an-ubuntu-ppa-on-debian-linux
1. add the repository (ppa:teejee2008/ppa) (I used Xenial for the closest to debian 9) and the key
2. build the package (timeshift) with dpkg -i *.deb
Works great!
-
I installed Timeshift beceause I want to restore things if I mess things up.
Can I use Timeshift without messing up my dualboot (android and debian)?
Timeshift makes a perfect backup (on my SD card), but what will happens with restore? Does anyone have experience with it?
Is there a version of timeshift for arm64 ?
Thank you.
Yes you can build it self.
Follow this guide..https://linuxconfig.org/install-packages-from-an-ubuntu-ppa-on-debian-linux
1. add the repository (ppa:teejee2008/ppa) (I used Xenial for the closest to debian 9) and the key
2. build the package (timeshift) with dpkg -i *.deb
Works great!
I just restored, and it works nice and easy. Great tool!
-
I installed Timeshift beceause I want to restore things if I mess things up.
Can I use Timeshift without messing up my dualboot (android and debian)?
Timeshift makes a perfect backup (on my SD card), but what will happens with restore? Does anyone have experience with it?
Is there a version of timeshift for arm64 ?
Thank you.
Yes you can build it self.
Follow this guide..https://linuxconfig.org/install-packages-from-an-ubuntu-ppa-on-debian-linux
1. add the repository (ppa:teejee2008/ppa) (I used Xenial for the closest to debian 9) and the key
2. build the package (timeshift) with dpkg -i *.deb
Works great!
I just restored, and it works nice and easy. Great tool!
Ok Thank you so much !
-
I installed Timeshift beceause I want to restore things if I mess things up.
Can I use Timeshift without messing up my dualboot (android and debian)?
Timeshift makes a perfect backup (on my SD card), but what will happens with restore? Does anyone have experience with it?
Is there a version of timeshift for arm64 ?
Thank you.
Yes you can build it self.
Follow this guide..https://linuxconfig.org/install-packages-from-an-ubuntu-ppa-on-debian-linux
1. add the repository (ppa:teejee2008/ppa) (I used Xenial for the closest to debian 9) and the key
2. build the package (timeshift) with dpkg -i *.deb
Works great!
I just restored, and it works nice and easy. Great tool!
Ok Thank you so much !
I did different, because adding ppa.launchpad.net/teejee2008/ppa/ubuntu xenial(cosmic ) main and deb-src .... and the key , also apt-get update , etc no timeshift file found.
So I cloned timeshift: git clone https://github.com/teejee2008/timeshift (https://github.com/teejee2008/timeshift), install the dependencies files and compiled it : make all and sudo make install .
after : sudo timeshift-gtk and everything is fine.
-
I installed Timeshift beceause I want to restore things if I mess things up.
Can I use Timeshift without messing up my dualboot (android and debian)?
Timeshift makes a perfect backup (on my SD card), but what will happens with restore? Does anyone have experience with it?
Is there a version of timeshift for arm64 ?
Thank you.
Yes you can build it self.
Follow this guide..https://linuxconfig.org/install-packages-from-an-ubuntu-ppa-on-debian-linux
1. add the repository (ppa:teejee2008/ppa) (I used Xenial for the closest to debian 9) and the key
2. build the package (timeshift) with dpkg -i *.deb
Works great!
I just restored, and it works nice and easy. Great tool!
Ok Thank you so much !
I did different, because adding ppa.launchpad.net/teejee2008/ppa/ubuntu xenial(cosmic ) main and deb-src .... and the key , also apt-get update , etc no timeshift file found.
So I cloned timeshift: git clone https://github.com/teejee2008/timeshift (https://github.com/teejee2008/timeshift), install the dependencies files and compiled it : make all and sudo make install .
after : sudo timeshift-gtk and everything is fine.
Ok, Yes there more ways. That's why I love Linux. Enjoy Timeshift.