Install Timeshift On Ubuntu 22.04 Jammy JellyFish And Ubuntu 20.04 Focal Fossa Using The Terminal
In This Video We Are Discussing About Learn the steps to install TimeShift on Ubuntu 22.04 Jammy JellyFish and Ubuntu 20.04 Focal Fossa using the command terminal.
► Subscribe me here : https://bit.ly/3dI03ff
► Follow me on Tumblr : https://www.tumblr.com/blog/runboxing
► Follow me on Twitter : https://twitter.com/Runboxing1
► Follow me on Pinterest : https://www.pinterest.com/Runboxing1/
Install Timeshift On Ubuntu 22.04 Jammy JellyFish And Ubuntu 20.04 Focal Fossa Using The Terminal
Click Here to Watch More Entertainment :
► Linux Videos : https://bit.ly/2Teia2U
► Buyer Guide Videos : https://bit.ly/35cUaTK
► Raspberry pi Videos : https://bit.ly/3jgfaxQ
► Review Videos : https://bit.ly/2HeIuYo
► Mozilla Videos : https://bit.ly/2IOi3JG
► Vpn Videos : https://bit.ly/3m3V23B
► Ipad Videos : https://bit.ly/34guh6d
► Mac Os Videos : https://bit.ly/37mPrBx
——Subscribe to stay up to date with the channel! ——
Make sure to subscribe to the channel & select the 🔔bell push notifications (click the 🔔BELL icon next to the subscribe button) to be notified immediately when I release a new video.
✅ BE SURE TO LIKE, SUBSCRIBE, AND TURN ON NOTIFICATIONS!!!
If you watched this video and scrolled to the bottom and are reading this I would love to hear from you.
If you have any questions give me a shout on social media & I'll try and answer all the questions you might have.
Thanks for watching and I’ll see you next time!
1. Requirements
• Ubuntu or Debian Linux
• A non-root user with sudo rights
• Terminal Access
• Internet Connection
2. Run Apt update command
Well, it is not necessary to run the system update command, however, if you have not for a while then it is recommended. This helps the system rebuild the repository cache and identify what are the new versions of packages available to download.
sudo apt update && sudo apt upgrade
3. Install TimeShift on Ubuntu 22.04 | 20.04
We don’t need to add any extra repository to install TimeShift because we already have its packages in our Ubuntu’s default system repo. Hence, simply use the APT package manager to install TimeShift.
sudo apt install timeshift
4. Run TimeShift Application
Once the installation is completed, go to Ubuntu’s Application launcher or whatever Debian-based system you are using. And search for “TimeShift“, as its icon appears, click to run the same.
To run it, the system will ask you to enter your user password.
5. Select SnapShot Type
As this backup program is launched on your system, it will ask you to select the snapshot type between Rsync and BTRS. By default, Rsync will be selected. Go through the below-given details and select one of your choices.
Note: To use the BTRFS snapshot type your Linux file system must be formatted in BTRFS. Otherwise, go for rsync.
RSYNC Snapshots
• Snapshots are created by creating copies of system files using rsync, and hard-linking unchanged files from the previous snapshots.
• All files are copied when the first snapshot is created. Subsequent snapshots are incremental. Unchanged files will be hard-linked from the previous snapshot if available.
• Snapshots can be saved to any disk formatted with a Linux file system. Saving snapshots to non-system or external disks allows the system to be restored even if the system disk is damaged or re-formatted.
• Files and directories can be excluded to save disk space.
BTRFS snapshots
• Snapshots are created using the built-in features of the BTRFS file system.
• Snapshots are created and restored instantly. Snapshot creation is an atomic transaction at the file system level.
• Snapshots are restored by replacing system subvolumes. Since files are never copied, deleted, or overwritten, there is no risk of data loss. The existing system is preserved as a new snapshot after restore.
• Snapshots are perfect, byte-for-byte copies of the system. Nothing is excluded.
• Snapshots are saved on the same disk from which they are created (system disk). Storage on other disks is not supported. If the system disk fails then snapshots stored on it will be lost along with the system.
• Size of BTRFS snapshots is initially zero. As system files gradually change with time, data gets written to new data blocks which take up disk space (copy-on-write). Files in the snapshot continue to point to disk space (copy-on-write). Ales in the snapshot continue to point to original data blocks.
6. Create Ubuntu Snapshot
7. To schedule System backup
8. How to update
sudo apt update && sudo apt upgrade
9. Uninstall or Remove Timeshift
sudo apt remove timeshift -y
#Ubuntu #LTS #Timeshift #JammyJellyFish #FocalFossa
Todays Video - How to Install Timeshift on Ubuntu 22.04 | 20.04 LTS!