0

I'm currently using Ubuntu 20.04 LTS and, recently, I installed Linux Mint 20 in an old PC (just to take a look at it).

I noticed that Linux Mint comes with a backup tool that allows for software backup: basically, I can save the applications I have in my system so I won't have to reinstall them in case I have to restore the system or switch from a computer to another. I tried to look for a similar possibility in Ubuntu but I didn't find any. I was even thinking to switch to Linux Mint just for this tool.

Do you maybe have any suggestion?

pomsky
  • 70,557

1 Answers1

1

You're most likely referring to the Timeshift application.

You can install it on Ubuntu 20.04 too. It's available in the universe repo. If universe is enabled, you can install it by running the following command in Terminal:

sudo apt install timeshift
pomsky
  • 70,557