Author Topic: Timeshift / backup tool (rsync) on debian  (Read 4257 times)

Wormhole

  • Newbie
  • *
  • Posts: 20
    • View Profile
Timeshift / backup tool (rsync) on debian
« 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?
« Last Edit: June 12, 2018, 06:34:12 am by Wormhole »

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Timeshift / backup tool (rsync) on debian
« Reply #1 on: June 12, 2018, 09:39:20 am »
Quote from: Wormhole
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.

Wormhole

  • Newbie
  • *
  • Posts: 20
    • View Profile
Timeshift / backup tool (rsync) on debian
« Reply #2 on: June 12, 2018, 05:38:38 pm »
Quote from: galodoido
Quote from: Wormhole
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!
« Last Edit: June 12, 2018, 05:40:55 pm by Wormhole »

Wormhole

  • Newbie
  • *
  • Posts: 20
    • View Profile
Timeshift / backup tool (rsync) on debian
« Reply #3 on: June 12, 2018, 05:41:55 pm »
Quote from: Wormhole
Quote from: galodoido
Quote from: Wormhole
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!

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Timeshift / backup tool (rsync) on debian
« Reply #4 on: June 12, 2018, 07:55:42 pm »
Quote from: Wormhole
Quote from: Wormhole
Quote from: galodoido
Quote from: Wormhole
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 !

galodoido

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Timeshift / backup tool (rsync) on debian
« Reply #5 on: June 12, 2018, 09:02:10 pm »
Quote from: galodoido
Quote from: Wormhole
Quote from: Wormhole
Quote from: galodoido
Quote from: Wormhole
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, install the  dependencies files and compiled it :  make all and sudo make install .
after : sudo timeshift-gtk and everything is fine.
« Last Edit: June 12, 2018, 09:22:57 pm by galodoido »

Wormhole

  • Newbie
  • *
  • Posts: 20
    • View Profile
Timeshift / backup tool (rsync) on debian
« Reply #6 on: June 13, 2018, 06:23:49 am »
Quote from: galodoido
Quote from: galodoido
Quote from: Wormhole
Quote from: Wormhole
Quote from: galodoido
Quote from: Wormhole
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, 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.