Table of Contents
This tip is about the how to Run Timeshift on Ubuntu 22.04. So read this free guide, How to Run Timeshift on Ubuntu 22.04 step by step. If you have query related to same article you may contact us.
How to Run Timeshift on Ubuntu 22.04 – Guide
Have you ever considered How to backup and restore your Ubuntu or Debian system? Timeshift is a free and open source apparatus that allows you to make stable representations of your file system. You can preview using RSYNC or BTRFS.
How to Run Timeshift on Ubuntu 22.04
Install Timeshift on Ubuntu 20.04 LTS Focal Fossa
sudo apt update sudo apt update
Timeshift packages are available in standard repositories, run the following command to install them.
sudo apt install timeshift
sudo add-apt-repository -y ppa:teejee2008/ppa
sudo apt update sudo apt install timeshift
After successfully installing Timeshift on Ubuntu in the previous section, we now want to create a backup using the Timeshift GUI. The first step is to use the app menu to search for the Timeshift app and launch it. In the next step, you must select the snapshot type from the available options and click Next.
Timeshift also supports command line to create and restore backup. to create a backup, simply run the following command:
sudo timeshift –create –comments “Backup with CLI” –tags D
Final note
I hope you like the guide How to Run Timeshift on Ubuntu 22.04. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.